Revision: 139804 https://trac.macports.org/changeset/139804 Author: devans@macports.org Date: 2015-08-27 20:18:03 -0700 (Thu, 27 Aug 2015) Log Message: ----------- p5-convert-binhex: update to version 1.124, dependencies. Modified Paths: -------------- trunk/dports/perl/p5-convert-binhex/Portfile Modified: trunk/dports/perl/p5-convert-binhex/Portfile =================================================================== --- trunk/dports/perl/p5-convert-binhex/Portfile 2015-08-28 03:17:14 UTC (rev 139803) +++ trunk/dports/perl/p5-convert-binhex/Portfile 2015-08-28 03:18:03 UTC (rev 139804) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 -perl5.setup Convert-BinHex 1.123 +perl5.setup Convert-BinHex 1.124 maintainers nomaintainer description Module for converting to and from BinHex encoded files long_description BinHex is a format used by Macintosh for transporting Mac files safely \ @@ -14,12 +14,14 @@ back into into binary data. platforms darwin -checksums rmd160 5bb598bfb739f56b9040dc66f42a14a80748b702 \ - sha256 bd2028056297087a94d14d5390878f9aa69b0a6d186fe23f0925271e5bcfc440 +checksums rmd160 4f01dbb24e19f04da77b5bf650e70846d8f39eb9 \ + sha256 42907b960ca70aa7be69b340ed567e8dd0b9d5e06541a5d89aa3a34255dabdb9 if {${perl5.major} != ""} { depends_build-append \ - port:p${perl5.major}-file-slurp \ + port:p${perl5.major}-file-slurp + + depends_lib-append \ port:p${perl5.major}-test-most supported_archs noarch
participants (1)
-
devans@macports.org