From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 2 21:10:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D8851065676 for ; Sat, 2 May 2009 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6928FC22 for ; Sat, 2 May 2009 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n42LA16T080530 for ; Sat, 2 May 2009 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n42LA1R0080529; Sat, 2 May 2009 21:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 2 May 2009 21:10:01 GMT Resent-Message-Id: <200905022110.n42LA1R0080529@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A251106566B; Sat, 2 May 2009 21:00:52 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 006C48FC13; Sat, 2 May 2009 21:00:51 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n42L0p7A015979; Sat, 2 May 2009 14:00:51 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id n42L0pCk015978; Sat, 2 May 2009 14:00:51 -0700 (PDT) (envelope-from leeym) Message-Id: <200905022100.n42L0pCk015978@cn1.leeym.com> Date: Sat, 2 May 2009 14:00:51 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/134166: [PATCH] devel/p5-prefork: update to 1.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2009 21:10:01 -0000 >Number: 134166 >Category: ports >Synopsis: [PATCH] devel/p5-prefork: update to 1.03 >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: Sat May 02 21:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.03 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-prefork-1.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-prefork/Makefile,v retrieving revision 1.6 diff -u -d -b -w -u -r1.6 Makefile --- Makefile 17 Apr 2008 14:26:28 -0000 1.6 +++ Makefile 2 May 2009 21:00:47 -0000 @@ -6,7 +6,7 @@ # PORTNAME= prefork -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/A/AD/ADAMK @@ -15,14 +15,20 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Optimize module loading across forking and non-forking scenarios -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= prefork.3 +.include + +.if ${PERL_LEVEL} < 500800 + +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils + post-patch: - @${PERL} -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL + ${REINPLACE_CMD} -e '/Config_heavy/d' ${WRKSRC}/lib/prefork.pm + ${RM} ${WRKSRC}/lib/prefork.pm.bak +.endif -.include +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-prefork/distinfo,v retrieving revision 1.6 diff -u -d -b -w -u -r1.6 distinfo --- distinfo 7 Feb 2008 14:50:13 -0000 1.6 +++ distinfo 2 May 2009 21:00:47 -0000 @@ -1,3 +1,3 @@ -MD5 (prefork-1.02.tar.gz) = 3dccdbbb32439aa07a8d87eb217f0011 -SHA256 (prefork-1.02.tar.gz) = adac5ac82349207d3a0b561ef36ddd03b4a18fedcc8c97972453d81afdf43452 -SIZE (prefork-1.02.tar.gz) = 25175 +MD5 (prefork-1.03.tar.gz) = 8d0ca2f8b4a6d0c7489a5bd8101899b4 +SHA256 (prefork-1.03.tar.gz) = 6d2273a11d0cb463062d573cece0e57b8b28fee76855757d797a9c5943e574ea +SIZE (prefork-1.03.tar.gz) = 28790 --- p5-prefork-1.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: