[116117] trunk/dports/mail/pemail/Portfile

jmr at macports.org jmr at macports.org
Sat Jan 18 20:00:32 PST 2014


Revision: 116117
          https://trac.macports.org/changeset/116117
Author:   jmr at macports.org
Date:     2014-01-18 20:00:32 -0800 (Sat, 18 Jan 2014)
Log Message:
-----------
pemail: use perl 5.16, mark noarch

Modified Paths:
--------------
    trunk/dports/mail/pemail/Portfile

Modified: trunk/dports/mail/pemail/Portfile
===================================================================
--- trunk/dports/mail/pemail/Portfile	2014-01-19 03:50:00 UTC (rev 116116)
+++ trunk/dports/mail/pemail/Portfile	2014-01-19 04:00:32 UTC (rev 116117)
@@ -5,10 +5,11 @@
 
 name			pemail
 version			1.2
-revision        1
+revision        2
 categories		mail
 license			GPL-2+  
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		pop3 email client for the command line
 long_description	pemail allows you to view POP3 email from the command \
@@ -21,13 +22,13 @@
 master_sites		sourceforge
 checksums		md5 4fbd8f9e8a3912c3b86bbe4a69ed29cd
 
-depends_lib		port:perl5.12
-depends_run		port:p5.12-mail-pop3client \
-				port:p5.12-mime-lite \
-				port:p5.12-term-readkey
+depends_lib		port:perl5.16
+depends_run		port:p5.16-mail-pop3client \
+				port:p5.16-mime-lite \
+				port:p5.16-term-readkey
 
 configure	{
-	reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" ${worksrcpath}/pemail.pl
+	reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" ${worksrcpath}/pemail.pl
 }
 
 build			{}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140118/204582e7/attachment-0001.html>


More information about the macports-changes mailing list