Revision: 144281 https://trac.macports.org/changeset/144281 Author: snc@macports.org Date: 2016-01-05 15:14:46 -0800 (Tue, 05 Jan 2016) Log Message: ----------- ddclient: switch to perl5.22 Modified Paths: -------------- trunk/dports/net/ddclient/Portfile Modified: trunk/dports/net/ddclient/Portfile =================================================================== --- trunk/dports/net/ddclient/Portfile 2016-01-05 22:36:49 UTC (rev 144280) +++ trunk/dports/net/ddclient/Portfile 2016-01-05 23:14:46 UTC (rev 144281) @@ -5,6 +5,7 @@ name ddclient version 3.8.3 +revision 1 platforms darwin categories net license GPL @@ -19,8 +20,8 @@ checksums rmd160 e0b0f8ee11700f04022f322a2163d9fde9487b31 \ sha256 debd5fec69eeb65e2331b86f5280f382416d97ed103839a65c201eef8e6d1fc9 -depends_lib port:p5.16-io-socket-ssl -depends_run port:perl5.16 \ +depends_lib port:p5.22-io-socket-ssl +depends_run port:perl5.22 \ path:share/curl/curl-ca-bundle.crt:curl-ca-bundle patchfiles patch-ddclient.diff @@ -30,7 +31,7 @@ configure { reinplace "s|\[\r\]$||" ${worksrcpath}/${name} - reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl5.16|" ${worksrcpath}/${name} + reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl5.22|" ${worksrcpath}/${name} } build {}
participants (1)
-
snc@macports.org