Revision
116765
Author
macsforever2000@macports.org
Date
2014-02-06 08:52:52 -0800 (Thu, 06 Feb 2014)

Log Message

p5-archive-zip: Update to version 1.37. Add perl 5.18 subport. (#42229)

Modified Paths

Diff

Modified: trunk/dports/perl/p5-archive-zip/Portfile (116764 => 116765)


--- trunk/dports/perl/p5-archive-zip/Portfile	2014-02-06 16:11:56 UTC (rev 116764)
+++ trunk/dports/perl/p5-archive-zip/Portfile	2014-02-06 16:52:52 UTC (rev 116765)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,21 +4,21 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         Archive-Zip 1.30
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
+perl5.setup         Archive-Zip 1.37
 
+platforms           darwin
 maintainers         markd
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
 description         Interface to zip archive files
 long_description    Allows a Perl program to create, manipulate, read, \
                     and write Zip archive files.
 
-platforms           darwin
-license             {Artistic-1 GPL}
+checksums           rmd160  ae33bb98fb0338c6a7b4a347b1b8d781810b1a3a \
+                    sha256  ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05
 
-checksums           rmd160  2a26be69f356c4ccc75712c04b578ea65e0b6a89 \
-                    sha256  f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
-
 if {${perl5.major} != ""} {
     depends_lib-append  port:p${perl5.major}-io-compress
 }
-
-supported_archs noarch