On Oct 16, 2011, at 06:51, [email protected] wrote: > Revision: 85818 > http://trac.macports.org/changeset/85818 > Author: [email protected] > Date: 2011-10-16 04:51:53 -0700 (Sun, 16 Oct 2011) > Log Message: > ----------- > putmail: add license; move to python27; mark as noarch; inc. revision > > Modified Paths: > -------------- > trunk/dports/mail/putmail/Portfile > > Modified: trunk/dports/mail/putmail/Portfile > =================================================================== > --- trunk/dports/mail/putmail/Portfile 2011-10-16 11:33:41 UTC (rev > 85817) > +++ trunk/dports/mail/putmail/Portfile 2011-10-16 11:51:53 UTC (rev > 85818) > @@ -4,9 +4,11 @@ > > name putmail > version 1.4 > +revision 1 > categories mail > platforms darwin > maintainers mww > +license MIT > description putmail is a very lightweight MTA > long_description putmail is a very lightweight MTA that was designed to \ > replace the sendmail command in certain > situations. It \ > @@ -19,8 +21,10 @@ > checksums sha1 7903fd32a14192adb72560b99c01e6563bc9dd38 > use_bzip2 yes > > -depends_run bin:python:python24 > +depends_run bin:python:python27
Neither python24 nor python27 provide "python". You need to go to some effort to instruct putmail to specifically use python27. And it should then be a port:-style dependency. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
