[152128] trunk/dports/net/ddclient/Portfile

snc at macports.org snc at macports.org
Mon Aug 29 08:43:47 PDT 2016


Revision: 152128
          https://trac.macports.org/changeset/152128
Author:   snc at macports.org
Date:     2016-08-29 08:43:47 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
ddclient: use perl5.24, #52081

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

Modified: trunk/dports/net/ddclient/Portfile
===================================================================
--- trunk/dports/net/ddclient/Portfile	2016-08-29 15:42:57 UTC (rev 152127)
+++ trunk/dports/net/ddclient/Portfile	2016-08-29 15:43:47 UTC (rev 152128)
@@ -5,7 +5,7 @@
 
 name                ddclient
 version             3.8.3
-revision            1
+revision            2
 platforms           darwin
 categories          net
 license             GPL
@@ -20,8 +20,8 @@
 checksums           rmd160  e0b0f8ee11700f04022f322a2163d9fde9487b31 \
                     sha256  debd5fec69eeb65e2331b86f5280f382416d97ed103839a65c201eef8e6d1fc9
 
-depends_lib         port:p5.22-io-socket-ssl
-depends_run         port:perl5.22 \
+depends_lib         port:p5.24-io-socket-ssl
+depends_run         port:perl5.24 \
                     path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
 
 patchfiles          patch-ddclient.diff
@@ -31,7 +31,7 @@
 
 configure   {
         reinplace "s|\[\r\]$||" ${worksrcpath}/${name}
-        reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl5.22|" ${worksrcpath}/${name}
+        reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl5.24|" ${worksrcpath}/${name}
 }
 
 build   {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/7cbb43d5/attachment-0001.html>


More information about the macports-changes mailing list