diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-30 03:43:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-30 03:43:48 +0000 |
commit | 209e01fe56270358709c2d3c07f8e3bdc4203866 (patch) | |
tree | 5a901bf30dfc34c22309fe928c59965970b541bf /archivers | |
parent | 2bef143f8f9cca6d5a0db896abbc258d081af397 (diff) | |
download | ports-209e01fe56270358709c2d3c07f8e3bdc4203866.tar.gz ports-209e01fe56270358709c2d3c07f8e3bdc4203866.zip |
- Update to 2.048
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/IO-Compress/Changes
Notes
Notes:
svn path=/head/; revision=290092
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress/Makefile | 10 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile index 525bdd190890..f0c6b17c965e 100644 --- a/archivers/p5-IO-Compress/Makefile +++ b/archivers/p5-IO-Compress/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Compress -PORTVERSION= 2.046 +PORTVERSION= 2.048 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -18,10 +18,10 @@ COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib -RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod diff --git a/archivers/p5-IO-Compress/distinfo b/archivers/p5-IO-Compress/distinfo index b70e227b5a75..812c808b869d 100644 --- a/archivers/p5-IO-Compress/distinfo +++ b/archivers/p5-IO-Compress/distinfo @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-2.046.tar.gz) = 10e652ef50d035a0b2acc4920dff5f64832da9cabb69015820cd16bb9e8cbe19 -SIZE (IO-Compress-2.046.tar.gz) = 235105 +SHA256 (IO-Compress-2.048.tar.gz) = e52e194c3a4a45145dc42d3941f5d277db602e48612038941a98f626d44ca896 +SIZE (IO-Compress-2.048.tar.gz) = 236662 |