[129738] trunk/dports/mail/postgrey/Portfile

devans at macports.org devans at macports.org
Fri Dec 19 08:17:44 PST 2014


Revision: 129738
          https://trac.macports.org/changeset/129738
Author:   devans at macports.org
Date:     2014-12-19 08:17:44 -0800 (Fri, 19 Dec 2014)
Log Message:
-----------
postgrey: switch from perl5.12 to perl5.16, increment revision (#44405, maintainer timeout).

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

Modified: trunk/dports/mail/postgrey/Portfile
===================================================================
--- trunk/dports/mail/postgrey/Portfile	2014-12-19 16:16:40 UTC (rev 129737)
+++ trunk/dports/mail/postgrey/Portfile	2014-12-19 16:17:44 UTC (rev 129738)
@@ -4,6 +4,7 @@
 
 name		 postgrey
 version		 1.34
+revision         1
 
 categories	 mail
 license		 GPL-2
@@ -24,9 +25,9 @@
              rmd160  7c40d68009e57d56517f0d962dbd3ca2989931ea
 
 build.target
-depends_lib-append	port:p5.12-io-multiplex
-depends_lib-append	port:p5.12-net-server
-depends_lib-append	port:p5.12-berkeleydb
+depends_lib-append	port:p5.16-io-multiplex
+depends_lib-append	port:p5.16-net-server
+depends_lib-append	port:p5.16-berkeleydb
 
 startupitem.create      yes
 startupitem.start       "${prefix}/share/postgrey/postgrey.sh start"
@@ -34,7 +35,7 @@
 
 configure {
   system "echo all: > ${worksrcpath}/Makefile"
-  reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \
+  reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" \
   	${worksrcpath}/postgrey \
 	${worksrcpath}/contrib/postgreyreport
   reinplace -locale C "s|/etc/postfix|${prefix}/etc/postgrey|g" \
@@ -63,9 +64,9 @@
   destroot.keepdirs ${destroot}${prefix}/var/spool/postgrey \
 	${destroot}${prefix}/var/run/postgrey \
 	${destroot}${prefix}/etc/postgrey
-  system "${prefix}/bin/pod2man-5.12 --section=8 ${worksrcpath}/postgrey > \
+  system "${prefix}/bin/pod2man-5.16 --section=8 ${worksrcpath}/postgrey > \
 	${destroot}${prefix}/share/man/man8/postgrey.8"
-  system "${prefix}/bin/pod2man-5.12 --section=1 ${worksrcpath}/contrib/postgreyreport > \
+  system "${prefix}/bin/pod2man-5.16 --section=1 ${worksrcpath}/contrib/postgreyreport > \
 	${destroot}${prefix}/share/man/man1/postgreyreport.1"
   xinstall -m 755 -c ${worksrcpath}/contrib/postgreyreport \
 	${destroot}${prefix}/bin/postgreyreport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141219/88dd95f9/attachment.html>


More information about the macports-changes mailing list