Date: Tue, 14 Aug 2012 08:34:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302492 - head/archivers/p5-Compress-Raw-Zlib Message-ID: <201208140834.q7E8Yb0d066535@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 14 08:34:36 2012 New Revision: 302492 URL: http://svn.freebsd.org/changeset/ports/302492 Log: - Update to 2.056 - Use zlib from src tree (src/lib/libz) since it is now 1.2.7. Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Raw-Zlib/distinfo Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Tue Aug 14 06:02:10 2012 (r302491) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Tue Aug 14 08:34:36 2012 (r302492) @@ -6,7 +6,7 @@ # PORTNAME= Compress-Raw-Zlib -PORTVERSION= 2.055 +PORTVERSION= 2.056 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -24,4 +24,7 @@ PERL_CONFIGURE= yes MAN3= Compress::Raw::Zlib.3 +post-patch: + @${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in + .include <bsd.port.mk> Modified: head/archivers/p5-Compress-Raw-Zlib/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/distinfo Tue Aug 14 06:02:10 2012 (r302491) +++ head/archivers/p5-Compress-Raw-Zlib/distinfo Tue Aug 14 08:34:36 2012 (r302492) @@ -1,2 +1,2 @@ -SHA256 (Compress-Raw-Zlib-2.055.tar.gz) = 86023c2833507c7c4e7498aeed5b0721f120ec405acc31c1d9dbd8a4871f7c86 -SIZE (Compress-Raw-Zlib-2.055.tar.gz) = 224950 +SHA256 (Compress-Raw-Zlib-2.056.tar.gz) = d44f5e21de7a60d60c77e7f10b56201c5aadcfae1fa2966cc8289ceef27a8b21 +SIZE (Compress-Raw-Zlib-2.056.tar.gz) = 225000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208140834.q7E8Yb0d066535>