Date: Sun, 1 Jan 2006 08:44:26 -0700 (MST) From: Zach Thompson <hideo@lastamericanempire.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91172: [maintainer update] Update devel/p5-POE-Component-Child from 1.33 to 1.39 Message-ID: <20060101154426.8D88E33C20@darwin.lastamericanempire.com> Resent-Message-ID: <200601011550.k01Fo4Es075478@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91172 >Category: ports >Synopsis: [maintainer update] Update devel/p5-POE-Component-Child from 1.33 to 1.39 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 01 15:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 26 18:32:28 MST 2005 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Update devel/p5-POE-Component-Child from version 1.33 to 1.39. Minor modifications, e.g. change my maintainer address, add build dependency. >How-To-Repeat: >Fix: --- p5-POE-Component-Child-1.39 begins here --- diff -ruN /usr/ports/devel/p5-POE-Component-Child/Makefile p5-POE-Component-Child/Makefile --- /usr/ports/devel/p5-POE-Component-Child/Makefile Fri Jun 25 10:05:43 2004 +++ p5-POE-Component-Child/Makefile Sun Jan 1 08:37:20 2006 @@ -1,27 +1,34 @@ # New ports collection makefile for: POE-Component-Child # Date created: 31 January 2004 -# Whom: Zach Thompson <lin-chi@lastamericanempire.com> +# Whom: Zach Thompson <hideo@lastamericanempire.com> # # $FreeBSD: ports/devel/p5-POE-Component-Child/Makefile,v 1.2 2004/06/25 16:05:43 arved Exp $ # PORTNAME= POE-Component-Child -PORTVERSION= 1.33 +PORTVERSION= 1.39 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= lin-chi@lastamericanempire.com +MAINTAINER= hideo@lastamericanempire.com COMMENT= POE child management -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE PERL_CONFIGURE= yes MAN3= POE::Component::Child.3 -post-install: +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e '$$_ = "" if /^use warnings/o' \ + ${WRKSRC}/Child.pm +.endif + +.include <bsd.port.post.mk> diff -ruN /usr/ports/devel/p5-POE-Component-Child/distinfo p5-POE-Component-Child/distinfo --- /usr/ports/devel/p5-POE-Component-Child/distinfo Fri Jun 25 10:05:43 2004 +++ p5-POE-Component-Child/distinfo Sun Jan 1 08:06:03 2006 @@ -1,2 +1,3 @@ -MD5 (POE-Component-Child-1.33.tar.gz) = 27bc335b7b81fe50b314440bff76c75f -SIZE (POE-Component-Child-1.33.tar.gz) = 16979 +MD5 (POE-Component-Child-1.39.tar.gz) = 35827260ad62e9d1bcbf74ada943deb9 +SHA256 (POE-Component-Child-1.39.tar.gz) = cc721cacec1e2779f0fdeb727237fdadec5eb5a28975ccb98dddffae2e766d5d +SIZE (POE-Component-Child-1.39.tar.gz) = 17548 diff -ruN /usr/ports/devel/p5-POE-Component-Child/pkg-descr p5-POE-Component-Child/pkg-descr --- /usr/ports/devel/p5-POE-Component-Child/pkg-descr Wed Jun 2 20:56:43 2004 +++ p5-POE-Component-Child/pkg-descr Sat Dec 31 18:14:27 2005 @@ -3,3 +3,4 @@ This component allows for the creation and management of children processes within the POE environment. +WWW: http://search.cpan.org/dist/POE-Component-Child/ --- p5-POE-Component-Child-1.39 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060101154426.8D88E33C20>