Revision: 144284 https://trac.macports.org/changeset/144284 Author: mojca@macports.org Date: 2016-01-05 15:29:18 -0800 (Tue, 05 Jan 2016) Log Message: ----------- imageindex: switch to perl5.22 (#48365) Modified Paths: -------------- trunk/dports/graphics/imageindex/Portfile Modified: trunk/dports/graphics/imageindex/Portfile =================================================================== --- trunk/dports/graphics/imageindex/Portfile 2016-01-05 23:24:55 UTC (rev 144283) +++ trunk/dports/graphics/imageindex/Portfile 2016-01-05 23:29:18 UTC (rev 144284) @@ -2,11 +2,12 @@ # $Id$ PortSystem 1.0 +PortGroup perl5 1.0 name imageindex version 1.1 -revision 2 +revision 3 platforms darwin supported_archs noarch categories graphics @@ -19,22 +20,22 @@ homepage http://www.edwinh.org/imageindex/ master_sites http://www.edwinh.org/imageindex/release/ -checksums md5 1d227ca62937f80e063f40063d1596f9 \ - sha1 56ff666cb59258cc06052ccbe91ca06cb42f8cca \ - rmd160 cffde483a8dddcef7f415c38b8ee3a9487444ecb +checksums rmd160 cffde483a8dddcef7f415c38b8ee3a9487444ecb \ + sha256 78f3d92a334e9b8a970cb07a452eb19485f3971485a3c400b4a680007964f66c -depends_lib port:p5.16-perlmagick +perl5.branches 5.22 -depends_run port:p5.16-image-info +depends_lib port:p${perl5.major}-perlmagick +depends_run port:p${perl5.major}-image-info patchfiles patch-imageindex.diff use_configure no -build.args PREFIX=${prefix} PERLPATH=${prefix}/bin/perl5.16 +build.args PREFIX=${prefix} PERLPATH=${perl5.bin} destroot.cmd make install -destroot.args PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl5.16 +destroot.args PREFIX=${destroot}${prefix} PERLPATH=${perl5.bin} livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)\\.tar
participants (1)
-
mojca@macports.org