diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-30 07:41:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-30 07:41:57 +0000 |
commit | 83574e1f1cd79cdd71e89ed5c446191a99455f87 (patch) | |
tree | d1959ba5a703271878a5e15b6ca2d4e506f84e43 /archivers | |
parent | f82738fd1d0b7e5b538de39051d67b29f403ec5e (diff) | |
download | ports-83574e1f1cd79cdd71e89ed5c446191a99455f87.tar.gz ports-83574e1f1cd79cdd71e89ed5c446191a99455f87.zip |
Notes
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 e361b904a28a..e26b8c0bdcfd 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 2bf06a61802b..b1e48f0bb784 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 |