Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2007 19:13:11 -0700 (PDT)
From:      Yen-Ming Lee <leeym@leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/116991: [PATCH] archivers/p5-Compress-Zlib: update to 2.007
Message-ID:  <200710070213.l972DBrR040992@db1.leeym.com>
Resent-Message-ID: <200710070230.l972U41V063871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116991
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-Compress-Zlib: update to 2.007
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 02:30:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- Update to 2.007

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Compress-Zlib-2.007.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/p5-Compress-Zlib/Makefile,v
retrieving revision 1.49
diff -u -u -r1.49 Makefile
--- Makefile	5 Sep 2007 12:15:47 -0000	1.49
+++ Makefile	7 Oct 2007 02:11:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Compress-Zlib
-PORTVERSION=	2.006
+PORTVERSION=	2.007
 CATEGORIES=	archivers perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Compress
@@ -15,12 +15,18 @@
 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 \
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
 		${SITE_PERL}/IO/Uncompress/Gunzip.pm:${PORTSDIR}/archivers/p5-IO-Compress-Zlib
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	YES
 
 MAN3=		Compress::Zlib.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/archivers/p5-Compress-Zlib/distinfo,v
retrieving revision 1.29
diff -u -u -r1.29 distinfo
--- distinfo	5 Sep 2007 12:15:47 -0000	1.29
+++ distinfo	7 Oct 2007 02:11:32 -0000
@@ -1,3 +1,3 @@
-MD5 (Compress-Zlib-2.006.tar.gz) = 9743b7cafb21e2e0aa16fd0e4d62e526
-SHA256 (Compress-Zlib-2.006.tar.gz) = c14db9a604b969b5a07509799f284cd81f6d322fd7e0409ac14c375ef12fe0d6
-SIZE (Compress-Zlib-2.006.tar.gz) = 63619
+MD5 (Compress-Zlib-2.007.tar.gz) = cd34094be117ad5bdb748d3c61c50499
+SHA256 (Compress-Zlib-2.007.tar.gz) = 6c0fc0a1d95b884feb72e0831cbf708766cec2473751a78977fb2753a25c7817
+SIZE (Compress-Zlib-2.007.tar.gz) = 63793
--- p5-Compress-Zlib-2.007.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710070213.l972DBrR040992>