diff options
author | demon <demon@FreeBSD.org> | 2006-12-02 22:05:25 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-02 22:05:25 +0800 |
commit | 0eb57a845022763ff331e94ef15cc1e99872ff60 (patch) | |
tree | 104fd4a9d3191ed7ae91dc9870207201f5bb89d4 /archivers/p5-Compress-Zlib | |
parent | 90c7115305ee4b7545b3e427875a9a1e6b1b9f7f (diff) | |
download | freebsd-ports-gnome-0eb57a845022763ff331e94ef15cc1e99872ff60.tar.gz freebsd-ports-gnome-0eb57a845022763ff331e94ef15cc1e99872ff60.tar.zst freebsd-ports-gnome-0eb57a845022763ff331e94ef15cc1e99872ff60.zip |
Update to 2.001.
PR: 105532
Submitted by: Thomas Abthorpe<thomas@goodking.ca>
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/distinfo | 6 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/files/patch-config.in | 15 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/pkg-plist | 16 |
4 files changed, 16 insertions, 27 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 2d826e6f1512..9a41566f1e7a 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.42 +PORTVERSION= 2.001 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress @@ -15,6 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 interface to zlib compression library +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ + ${SITE_PERL}/${PERL_ARCH}/PerlIO/gzip.pm:${PORTSDIR}/archivers/p5-PerlIO-gzip +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= Compress::Zlib.3 diff --git a/archivers/p5-Compress-Zlib/distinfo b/archivers/p5-Compress-Zlib/distinfo index ebf9d7a7fea6..3959d77a71dc 100644 --- a/archivers/p5-Compress-Zlib/distinfo +++ b/archivers/p5-Compress-Zlib/distinfo @@ -1,3 +1,3 @@ -MD5 (Compress-Zlib-1.42.tar.gz) = 1ab76bfd6731d80f6abbd1643c90cabd -SHA256 (Compress-Zlib-1.42.tar.gz) = 7794d91711e8c9e526431da72c53bb08e14790f326d0e330d9e9d651f3f6fc6c -SIZE (Compress-Zlib-1.42.tar.gz) = 152085 +MD5 (Compress-Zlib-2.001.tar.gz) = 73816b5839a5e502efe3ee7951168ac1 +SHA256 (Compress-Zlib-2.001.tar.gz) = 9a6f12657796cf598734d842f2d50a27102b7648a4703c2330efb45c9b02ed11 +SIZE (Compress-Zlib-2.001.tar.gz) = 61831 diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in deleted file mode 100644 index 49778e760f07..000000000000 --- a/archivers/p5-Compress-Zlib/files/patch-config.in +++ /dev/null @@ -1,15 +0,0 @@ ---- config.in.orig Sun Jan 30 19:34:39 2005 -+++ config.in Mon Jun 20 12:02:24 2005 -@@ -11,9 +11,9 @@ - # See to the section "Controlling the version of zlib used by - # Compress::Zlib" in the README file for details of how to use this file. - --BUILD_ZLIB = True --INCLUDE = ./zlib-src --LIB = ./zlib-src -+BUILD_ZLIB = False -+INCLUDE = /usr/include -+LIB = /usr/lib - OLD_ZLIB = False - - diff --git a/archivers/p5-Compress-Zlib/pkg-plist b/archivers/p5-Compress-Zlib/pkg-plist index 365090c188b5..a61214ce9711 100644 --- a/archivers/p5-Compress-Zlib/pkg-plist +++ b/archivers/p5-Compress-Zlib/pkg-plist @@ -1,8 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Compress/Zlib.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/Zlib.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/Zlib.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress +%%SITE_PERL%%/Compress/Zlib.pm +%%SITE_PERL%%/auto/Compress/Zlib/autosplit.ix +%%SITE_PERL%%/mach/auto/Compress/Zlib/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Compress/Zlib +@dirrmtry %%SITE_PERL%%/mach/auto/Compress +@dirrmtry %%SITE_PERL%%/auto/Compress/Zlib +@dirrmtry %%SITE_PERL%%/auto/Compress +@dirrmtry %%SITE_PERL%%/Compress |