From owner-svn-ports-head@FreeBSD.ORG Tue Aug 14 08:34:37 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D4B1106566C; Tue, 14 Aug 2012 08:34:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 585C38FC12; Tue, 14 Aug 2012 08:34:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7E8Yb6j066538; Tue, 14 Aug 2012 08:34:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7E8Yb0d066535; Tue, 14 Aug 2012 08:34:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201208140834.q7E8Yb0d066535@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Aug 2012 08:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302492 - head/archivers/p5-Compress-Raw-Zlib X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 08:34:37 -0000 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 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