Revision
133415
Author
devans@macports.org
Date
2015-02-28 15:17:46 -0800 (Sat, 28 Feb 2015)

Log Message

p5-perlio-gzip: update to version 0.19, remove outdated patch.

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/perl/p5-perlio-gzip/Portfile (133414 => 133415)


--- trunk/dports/perl/p5-perlio-gzip/Portfile	2015-02-28 23:02:18 UTC (rev 133414)
+++ trunk/dports/perl/p5-perlio-gzip/Portfile	2015-02-28 23:17:46 UTC (rev 133415)
@@ -5,22 +5,19 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         PerlIO-gzip 0.18
-revision            3
+perl5.setup         PerlIO-gzip 0.19
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 
 description         PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
 long_description    ${description}
 
-checksums           rmd160  36b4991424fdfa4dbb824411cbd57f49922ad026 \
-                    sha256  67b20e7e4dcc4230a44500dbbc63c6a267b09fdf4d4465275cc98a3f9f31bcf3
+checksums           rmd160  e1dcf4a3b5082f2e0fde242620be1950dc125a91 \
+                    sha256  d2e9351d58b8a93c86811e25a898ee651fc393a157413652bf42f9aada2eb284
 
 platforms           darwin
 
 if {${perl5.major} != ""} {
     depends_lib-append \
                     port:zlib
-
-    patchfiles      patch-Makefile.PL.diff
 }