Update to 2.001.
PR: 105532 Submitted by: Thomas Abthorpe<thomas@goodking.ca>
This commit is contained in:
parent
948a8ac686
commit
8931110b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178590
4 changed files with 16 additions and 27 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue