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

mojca at macports.org mojca at macports.org
Sat Dec 12 10:50:01 PST 2015


Revision: 143412
          https://trac.macports.org/changeset/143412
Author:   mojca at macports.org
Date:     2015-12-12 01:41:02 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
pemail: switch to perl5.22 using the perl pertgroup (#48365)

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

Modified: trunk/dports/mail/pemail/Portfile
===================================================================
--- trunk/dports/mail/pemail/Portfile	2015-12-12 09:38:58 UTC (rev 143411)
+++ trunk/dports/mail/pemail/Portfile	2015-12-12 09:41:02 UTC (rev 143412)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           perl5 1.0
 
 name                pemail
 version             1.2
-revision            2
+revision            3
 categories          mail
 license             GPL-2+
 platforms           darwin
@@ -20,15 +21,19 @@
 
 homepage            http://pemail.sourceforge.net
 master_sites        sourceforge
-# checksums           md5 4fbd8f9e8a3912c3b86bbe4a69ed29cd
 
-depends_lib         port:perl5.16
-depends_run         port:p5.16-mail-pop3client \
-                    port:p5.16-mime-lite \
-                    port:p5.16-term-readkey
+checksums           rmd160  c306823b850bafdbbba3513c3c986835d479a0bf \
+                    sha256  da06564bf93e5ee497d5fd221d90c639a5f2d6aaec8c55742e0258de50a77c05
 
+perl5.branches      5.22
+
+depends_lib         port:perl${perl5.major}
+depends_run         port:p${perl5.major}-mail-pop3client \
+                    port:p${perl5.major}-mime-lite \
+                    port:p${perl5.major}-term-readkey
+
 configure {
-    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" ${worksrcpath}/pemail.pl
+    reinplace "s|/usr/bin/perl|${perl5.bin}|g" ${worksrcpath}/pemail.pl
 }
 
 build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/aa706b67/attachment.html>


More information about the macports-changes mailing list