Date: Sat, 2 May 2009 14:00:51 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/134166: [PATCH] devel/p5-prefork: update to 1.03 Message-ID: <200905022100.n42L0pCk015978@cn1.leeym.com> Resent-Message-ID: <200905022110.n42LA1R0080529@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905022100.n42L0pCk015978>