summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-09 11:36:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-09 11:36:23 +0000
commite4d9ed80579c892c2d9e1774a1cc80d29822ec30 (patch)
tree27c0a46f7c1936102688df40df7695f67c099f18 /archivers
parent- Update to 0.10 (diff)
- Update to 2.054
- Use bundled zlib (1.2.7) instead of the one in src tree (1.2.5, src/lib/libz) - Update pkg-descr Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Notes
Notes: svn path=/head/; revision=296291
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-Raw-Zlib/Makefile2
-rw-r--r--archivers/p5-Compress-Raw-Zlib/distinfo4
-rw-r--r--archivers/p5-Compress-Raw-Zlib/files/patch-config.in15
-rw-r--r--archivers/p5-Compress-Raw-Zlib/pkg-descr3
4 files changed, 4 insertions, 20 deletions
diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile
index 4309f3ced5ed..f13e5f134ea1 100644
--- a/archivers/p5-Compress-Raw-Zlib/Makefile
+++ b/archivers/p5-Compress-Raw-Zlib/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Compress-Raw-Zlib
-PORTVERSION= 2.053
+PORTVERSION= 2.054
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PMQS
diff --git a/archivers/p5-Compress-Raw-Zlib/distinfo b/archivers/p5-Compress-Raw-Zlib/distinfo
index fa6a846cda01..5f9e64ef82ec 100644
--- a/archivers/p5-Compress-Raw-Zlib/distinfo
+++ b/archivers/p5-Compress-Raw-Zlib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Compress-Raw-Zlib-2.053.tar.gz) = 25c480952cd1cdd0d5a0c97d32f27be351fdd079ffd28ad131f9eb0bdfed33de
-SIZE (Compress-Raw-Zlib-2.053.tar.gz) = 224882
+SHA256 (Compress-Raw-Zlib-2.054.tar.gz) = aa29dde87b9f8ed5a9902b96dac42258a5f8ad72a0b4a136bfb5d2723a8f39ed
+SIZE (Compress-Raw-Zlib-2.054.tar.gz) = 224909
diff --git a/archivers/p5-Compress-Raw-Zlib/files/patch-config.in b/archivers/p5-Compress-Raw-Zlib/files/patch-config.in
deleted file mode 100644
index be1fecde5716..000000000000
--- a/archivers/p5-Compress-Raw-Zlib/files/patch-config.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- config.in.orig Mon Jun 26 15:38:21 2006
-+++ config.in Tue Nov 7 21:45:03 2006
-@@ -16,9 +16,9 @@
- # Setting the Gzip OS Code
- #
-
--BUILD_ZLIB = True
--INCLUDE = ./zlib-src
--LIB = ./zlib-src
-+BUILD_ZLIB = False
-+INCLUDE = /usr/include
-+LIB = /usr/lib
-
- OLD_ZLIB = False
- GZIP_OS_CODE = AUTO_DETECT
diff --git a/archivers/p5-Compress-Raw-Zlib/pkg-descr b/archivers/p5-Compress-Raw-Zlib/pkg-descr
index 43244a5d7afc..70e21851a44d 100644
--- a/archivers/p5-Compress-Raw-Zlib/pkg-descr
+++ b/archivers/p5-Compress-Raw-Zlib/pkg-descr
@@ -1,4 +1,3 @@
-The Compress::Raw::Zlib module provides a Perl interface to the
-zlib compression library.
+Compress::Raw::Zlib provides low-Level Interface to zlib compression library.
WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/