[131016] trunk/dports/perl/p5-convert-binhex/Portfile

devans at macports.org devans at macports.org
Sun Jan 4 19:09:53 PST 2015


Revision: 131016
          https://trac.macports.org/changeset/131016
Author:   devans at macports.org
Date:     2015-01-04 19:09:53 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
p5-convert-binhex: update to version 1.123, add perl branches 5.18 5.20, 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-01-05 03:08:27 UTC (rev 131015)
+++ trunk/dports/perl/p5-convert-binhex/Portfile	2015-01-05 03:09:53 UTC (rev 131016)
@@ -4,17 +4,23 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Convert-BinHex 1.119
-revision            3
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Convert-BinHex 1.123
 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 \
                     through electronic mail, as short-lined, 7-bit, semi-compressed data \
                     streams. Ths module provides a means of converting those data streams \
                     back into into binary data.
-checksums           md5 ba70ad1772abac6270078f28197a7961 \
-                    sha1    410880d89175fc7997df1141baef7db15f686495
 platforms           darwin
 
-supported_archs     noarch
+checksums           rmd160  5bb598bfb739f56b9040dc66f42a14a80748b702 \
+                    sha256  bd2028056297087a94d14d5390878f9aa69b0a6d186fe23f0925271e5bcfc440
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-file-slurp \
+                    port:p${perl5.major}-test-most
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/abe27202/attachment.html>


More information about the macports-changes mailing list