diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-01 22:32:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-01 22:32:13 +0800 |
commit | dfb1d78e68597dd24fdb89a5dd87deab8443a28d (patch) | |
tree | d95ea0adccb0bba99a7b0545401e6c3a8bb75cbb /archivers | |
parent | d2f3000da874b190178e8a9c68b881b690f49f28 (diff) | |
download | freebsd-ports-gnome-dfb1d78e68597dd24fdb89a5dd87deab8443a28d.tar.gz freebsd-ports-gnome-dfb1d78e68597dd24fdb89a5dd87deab8443a28d.tar.zst freebsd-ports-gnome-dfb1d78e68597dd24fdb89a5dd87deab8443a28d.zip |
- Update to 0.19
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/PerlIO-gzip/Changes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-PerlIO-gzip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-PerlIO-gzip/distinfo | 4 | ||||
-rw-r--r-- | archivers/p5-PerlIO-gzip/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | archivers/p5-PerlIO-gzip/pkg-plist | 2 |
4 files changed, 7 insertions, 16 deletions
diff --git a/archivers/p5-PerlIO-gzip/Makefile b/archivers/p5-PerlIO-gzip/Makefile index b230da13969c..38aa8f186529 100644 --- a/archivers/p5-PerlIO-gzip/Makefile +++ b/archivers/p5-PerlIO-gzip/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PerlIO-gzip -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/archivers/p5-PerlIO-gzip/distinfo b/archivers/p5-PerlIO-gzip/distinfo index 84873d840926..5cb59e0b5a80 100644 --- a/archivers/p5-PerlIO-gzip/distinfo +++ b/archivers/p5-PerlIO-gzip/distinfo @@ -1,2 +1,2 @@ -SHA256 (PerlIO-gzip-0.18.tar.gz) = 67b20e7e4dcc4230a44500dbbc63c6a267b09fdf4d4465275cc98a3f9f31bcf3 -SIZE (PerlIO-gzip-0.18.tar.gz) = 19179 +SHA256 (PerlIO-gzip-0.19.tar.gz) = d2e9351d58b8a93c86811e25a898ee651fc393a157413652bf42f9aada2eb284 +SIZE (PerlIO-gzip-0.19.tar.gz) = 18956 diff --git a/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL b/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL deleted file mode 100644 index 2a3209c290f8..000000000000 --- a/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile.PL.orig 2006-10-01 23:28:25.000000000 +0200 -+++ ./Makefile.PL 2014-06-02 14:53:46.000000000 +0200 -@@ -4,7 +4,7 @@ - use ExtUtils::MakeMaker; - use Config; - --unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') { -+unless ($Config{useperlio} eq 'define') { - die <<BARF; - You need perl 5.8.0 or later, configured to use perlio (and not to use sfio) - BARF diff --git a/archivers/p5-PerlIO-gzip/pkg-plist b/archivers/p5-PerlIO-gzip/pkg-plist index cc347fcaea3d..452a1961ff9b 100644 --- a/archivers/p5-PerlIO-gzip/pkg-plist +++ b/archivers/p5-PerlIO-gzip/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/PerlIO::gzip.3.gz %%SITE_ARCH%%/PerlIO/gzip.pm %%SITE_ARCH%%/auto/PerlIO/gzip/gzip.so +%%PERL5_MAN3%%/PerlIO::gzip.3.gz |