diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-30 15:41:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-30 15:41:57 +0800 |
commit | 1fe11ccda371b20db4e8a452e3def48a3448b731 (patch) | |
tree | dcb856be598a5feffafa66e1bca525f73c30cdf7 /archivers | |
parent | 8d4e4340ff2c0f0c225dab8eca0f6188c98bbd2d (diff) | |
download | freebsd-ports-graphics-1fe11ccda371b20db4e8a452e3def48a3448b731.tar.gz freebsd-ports-graphics-1fe11ccda371b20db4e8a452e3def48a3448b731.tar.zst freebsd-ports-graphics-1fe11ccda371b20db4e8a452e3def48a3448b731.zip |
- Update to 2.037
- Take maintainership
Changes: http://search.cpan.org/dist/IO-Compress/Changes
PR: ports/158397
Submitted by: sunpoet (myself)
Approved by: mm (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress/Makefile | 17 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/distinfo | 4 |
2 files changed, 10 insertions, 11 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile index e361b904a28..e26b8c0bdcf 100644 --- a/archivers/p5-IO-Compress/Makefile +++ b/archivers/p5-IO-Compress/Makefile @@ -6,25 +6,24 @@ # PORTNAME= IO-Compress -PORTVERSION= 2.035 +PORTVERSION= 2.037 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS PKGNAMEPREFIX= p5- -MAINTAINER= mm@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip) -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 -BUILD_DEPENDS= ${RUN_DEPENDS} - -CONFLICTS= p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2* - LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= YES +RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib + +CONFLICTS= p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2* + +PERL_CONFIGURE= yes MAN3= Compress::Zlib.3 \ File::GlobMapper.3 \ diff --git a/archivers/p5-IO-Compress/distinfo b/archivers/p5-IO-Compress/distinfo index 2bf06a61802..b1e48f0bb78 100644 --- a/archivers/p5-IO-Compress/distinfo +++ b/archivers/p5-IO-Compress/distinfo @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-2.035.tar.gz) = b7684cf22b9762f5f5a4fbea775a15bc8e90be5afc5fc8751613f696a24c0fae -SIZE (IO-Compress-2.035.tar.gz) = 215110 +SHA256 (IO-Compress-2.037.tar.gz) = 38e48afbebbbf1042dc835a1a461644984859e1b2e272772343ea7f79d1a1a1e +SIZE (IO-Compress-2.037.tar.gz) = 218878 |