Revision: 144204 https://trac.macports.org/changeset/144204 Author: mojca@macports.org Date: 2016-01-04 12:37:58 -0800 (Mon, 04 Jan 2016) Log Message: ----------- stow: upgrade to 2.2.2, switch to perl5.22 (#48365), fix tests Modified Paths: -------------- trunk/dports/sysutils/stow/Portfile Modified: trunk/dports/sysutils/stow/Portfile =================================================================== --- trunk/dports/sysutils/stow/Portfile 2016-01-04 20:10:32 UTC (rev 144203) +++ trunk/dports/sysutils/stow/Portfile 2016-01-04 20:37:58 UTC (rev 144204) @@ -2,10 +2,10 @@ # $Id$ PortSystem 1.0 +PortGroup perl5 1.0 name stow -version 2.2.0 -revision 1 +version 2.2.2 categories sysutils platforms darwin maintainers nomaintainer @@ -23,9 +23,18 @@ homepage http://www.gnu.org/software/stow/stow.html master_sites gnu -checksums rmd160 23b4a6384baca2bb3691e98ea3eefa67a07709ea \ - sha256 8b89d79939cf9ae87d2f223bb36a3b2d0c66775b62aeb9953c6d33dab40d3c2b +checksums rmd160 c8f64c35d81dca28030d5a731f3597f262ce33bd \ + sha256 e2f77649301b215b9adbc2f074523bedebad366812690b9dc94457af5cf273df -configure.perl ${prefix}/bin/perl5.16 -depends_lib port:perl5.16 \ - port:p5.16-test-output +perl5.branches 5.22 + +configure.perl ${perl5.bin} +depends_lib port:perl${perl5.major} + +# TODO: +# depends_test port:p${perl5.major}-test-output +depends_build-append \ + port:p${perl5.major}-test-output \ + port:p${perl5.major}-io-stringy + +test.run yes
participants (1)
-
mojca@macports.org