diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-03 08:27:17 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-03 08:27:17 +0800 |
commit | 61e2b594bec529ed20633675112d48c9b81f889a (patch) | |
tree | cd6392f08582835cef2e0cc9579105319281159c | |
parent | 0c5349aa7790092b939570364cea77aae0039720 (diff) | |
download | freebsd-ports-gnome-61e2b594bec529ed20633675112d48c9b81f889a.tar.gz freebsd-ports-gnome-61e2b594bec529ed20633675112d48c9b81f889a.tar.zst freebsd-ports-gnome-61e2b594bec529ed20633675112d48c9b81f889a.zip |
[maintainer update] Update devel/p5-POE-Component-Child from 1.33 to 1.39
Update devel/p5-POE-Component-Child from version 1.33 to
1.39. Minor modifications, e.g. change my maintainer
address, add build dependency.
PR: ports/91172
Submitted by: hideo <hideo@lastamericanempire.com>
-rw-r--r-- | devel/p5-POE-Component-Child/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/pkg-descr | 1 |
3 files changed, 18 insertions, 9 deletions
diff --git a/devel/p5-POE-Component-Child/Makefile b/devel/p5-POE-Component-Child/Makefile index 5acf6516584a..4e64fd15a7b0 100644 --- a/devel/p5-POE-Component-Child/Makefile +++ b/devel/p5-POE-Component-Child/Makefile @@ -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$ # 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 --git a/devel/p5-POE-Component-Child/distinfo b/devel/p5-POE-Component-Child/distinfo index c67bf1556d9d..46d9a49e7826 100644 --- a/devel/p5-POE-Component-Child/distinfo +++ b/devel/p5-POE-Component-Child/distinfo @@ -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 --git a/devel/p5-POE-Component-Child/pkg-descr b/devel/p5-POE-Component-Child/pkg-descr index 3b3a663c4a07..43b0a934b1e4 100644 --- a/devel/p5-POE-Component-Child/pkg-descr +++ b/devel/p5-POE-Component-Child/pkg-descr @@ -3,3 +3,4 @@ POE-Component-Child This component allows for the creation and management of children processes within the POE environment. +WWW: http://search.cpan.org/dist/POE-Component-Child/ |