[122727] trunk/dports/net/munin/Portfile

devans at macports.org devans at macports.org
Sun Jul 27 20:13:24 PDT 2014


Revision: 122727
          https://trac.macports.org/changeset/122727
Author:   devans at macports.org
Date:     2014-07-27 20:13:24 -0700 (Sun, 27 Jul 2014)
Log Message:
-----------
munin: replace p5.12 with p5.16 (#44405), increment revision.

Modified Paths:
--------------
    trunk/dports/net/munin/Portfile

Modified: trunk/dports/net/munin/Portfile
===================================================================
--- trunk/dports/net/munin/Portfile	2014-07-28 00:57:51 UTC (rev 122726)
+++ trunk/dports/net/munin/Portfile	2014-07-28 03:13:24 UTC (rev 122727)
@@ -5,7 +5,7 @@
 
 name                munin
 version             1.4.7
-revision            1
+revision            2
 categories          net
 maintainers         nomaintainer
 platforms           darwin
@@ -30,9 +30,9 @@
 checksums           rmd160  b25c0a4d7d7613592757132290b7158228ea2a67 \
                     sha256  9a87356b1f8662f444a7a2a86ff36809124ffe787c442de0ea35850194d602af
 
-depends_lib         port:perl5.12 port:p5.12-net-server \
-                    path:bin/config_data:p5.12-module-build \
-                    port:p5.12-net-snmp port:p5.12-net-ssleay
+depends_lib         port:perl5.16 port:p5.16-net-server \
+                    path:bin/config_data:p5.16-module-build \
+                    port:p5.16-net-snmp port:p5.16-net-ssleay
 
 use_configure       no
 use_parallel_build  no
@@ -40,7 +40,7 @@
                     patch-Makefile.config \
                     patch-munin-node.conf.in
 post-patch {
-    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" \
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" \
         ${worksrcpath}/master/_bin/munin-update.in \
         ${worksrcpath}/node/extras/munin-node-sched \
         ${worksrcpath}/node/extras/munin-node-simple.in \
@@ -65,7 +65,7 @@
                     LIBDIR=${prefix}/lib/munin \
                     HTMLDIR=${prefix}/www/munin \
                     CGIDIR=${prefix}/www/cgi-bin \
-                    PERL=${prefix}/bin/perl5.12
+                    PERL=${prefix}/bin/perl5.16
 destroot.args       PREFIX=${destroot}${prefix} \
                     CONFDIR=${destroot}${prefix}/etc/munin \
                     DBDIR=${destroot}${prefix}/var/munin \
@@ -76,7 +76,7 @@
                     LIBDIR=${destroot}${prefix}/lib/munin \
                     HTMLDIR=${destroot}${prefix}/www/munin \
                     CGIDIR=${destroot}${prefix}/www/cgi-bin \
-                    PERL=${prefix}/bin/perl5.12
+                    PERL=${prefix}/bin/perl5.16
 destroot.keepdirs   ${destroot}${prefix}/var/log/munin \
                     ${destroot}${prefix}/var/run/munin \
                     ${destroot}${prefix}/etc/munin/plugins \
@@ -93,11 +93,11 @@
 
 variant server description {Install Munin server} {
     depends_lib-append	port:rrdtool \
-			port:p5.12-html-template \
-			port:p5.12-time-hires \
-			port:p5.12-digest-md5 \
-			port:p5.12-text-balanced \
-                        port:p5.12-log-log4perl
+			port:p5.16-html-template \
+			port:p5.16-time-hires \
+			port:p5.16-digest-md5 \
+			port:p5.16-text-balanced \
+                        port:p5.16-log-log4perl
     destroot.target-append install-master-prime
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140727/6be29ff2/attachment.html>


More information about the macports-changes mailing list