Revision: 118389 https://trac.macports.org/changeset/118389 Author: mojca@macports.org Date: 2014-04-01 03:40:36 -0700 (Tue, 01 Apr 2014) Log Message: ----------- p5-test-differences: whitespace, first line only Modified Paths: -------------- trunk/dports/perl/p5-test-differences/Portfile Modified: trunk/dports/perl/p5-test-differences/Portfile =================================================================== --- trunk/dports/perl/p5-test-differences/Portfile 2014-04-01 10:35:07 UTC (rev 118388) +++ trunk/dports/perl/p5-test-differences/Portfile 2014-04-01 10:40:36 UTC (rev 118389) @@ -1,31 +1,32 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -epoch 2 +epoch 2 perl5.branches 5.8 5.10 5.12 5.14 5.16 -perl5.setup Test-Differences 0.61 -revision 2 -license {Artistic-1 GPL} -maintainers nomaintainer -description Test strings and data structures and show differences \ - if not ok -long_description When the code you're testing returns multiple lines, \ - records or data structures and they're just plain \ - wrong, an equivalent to the Unix diff utility may be \ - just what's needed. +perl5.setup Test-Differences 0.61 +revision 2 +license {Artistic-1 GPL} +maintainers nomaintainer +description Test strings and data structures and show differences \ + if not ok +long_description When the code you're testing returns multiple lines, \ + records or data structures and they're just plain \ + wrong, an equivalent to the Unix diff utility may be \ + just what's needed. -platforms darwin +platforms darwin -checksums sha1 b01fb48c17e859a3e7b5e0b3c307673f3649ff26 \ - rmd160 44a00cac73c55bb5d2f1cdd23d3d2c8ec41ca122 +checksums rmd160 44a00cac73c55bb5d2f1cdd23d3d2c8ec41ca122 \ + sha256 759b6560011b77e6713c2a5020407e1136fa5772058c8f742d70c38aed799c10 if {${perl5.major} != ""} { # p5-data-dumper is a dependency because Data::Dumper >= 2.126 is needed; the # versions in Perl 5.8/10/12 core are too old -depends_lib-append port:p${perl5.major}-data-dumper \ - port:p${perl5.major}-text-diff +depends_lib-append port:p${perl5.major}-data-dumper \ + port:p${perl5.major}-text-diff perl5.use_module_build }
participants (1)
-
mojca@macports.org