[44373] trunk/dports/mail/sendemail/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Dec 27 01:30:18 PST 2008
Revision: 44373
http://trac.macports.org/changeset/44373
Author: mcalhoun at macports.org
Date: 2008-12-27 01:30:16 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
sendemail: Change perl dependency from bin:perl:perl5.8 to path:bin/perl:perl5 (see #16830).
Ensure MacPorts perl is used.
Fixes #17640 (maintainer timeout).
Modified Paths:
--------------
trunk/dports/mail/sendemail/Portfile
Modified: trunk/dports/mail/sendemail/Portfile
===================================================================
--- trunk/dports/mail/sendemail/Portfile 2008-12-27 09:04:05 UTC (rev 44372)
+++ trunk/dports/mail/sendemail/Portfile 2008-12-27 09:30:16 UTC (rev 44373)
@@ -21,10 +21,10 @@
distname sendEmail-v${version}
checksums sha1 11206d64afaa00dbf3413539bcd93d8a162af441
-depends_run bin:perl:perl5.8
+depends_run path:bin/perl:perl5
configure {
- reinplace "s|/usr/bin/perl -w|/usr/bin/env perl|g" ${worksrcpath}/sendEmail
+ reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/sendEmail
}
build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/493d2f6e/attachment-0001.html>
More information about the macports-changes
mailing list