diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-15 01:38:07 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-15 01:38:07 +0000 |
commit | 8b4407332acded9cc93b7a97f80cdbef879a2281 (patch) | |
tree | a2714e37bf20df33003b40dee65c39a5bbe86aa2 | |
parent | Move p5-POE-Component-EasyDBI from devel to databases. (diff) |
- Update to 0.13
- Move to databases
PR: ports/80779
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=135271
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/Makefile | 41 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/pkg-plist | 9 |
6 files changed, 5 insertions, 63 deletions
diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile index 424aa18c4360..013a0fddf193 100644 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ b/databases/p5-POE-Component-EasyDBI/Makefile @@ -6,8 +6,8 @@ # PORTNAME= POE-Component-EasyDBI -PORTVERSION= 0.10 -CATEGORIES= devel databases perl5 +PORTVERSION= 0.13 +CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- @@ -32,7 +32,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-13 post-patch: @${PERL} -pi -e 's/^our\s+(.VERSION).+?Revision:\s+(\S+).+$$/use vars qw($$1);\n$$1 = q($$2);/o;' \ -e '$$_ = "" if /(no|use) warnings/;' \ - ${WRKSRC}/lib/POE/Component/EasyDBI.pm \ + ${WRKSRC}/lib/POE/Component/EasyDBI.pm \ ${WRKSRC}/lib/POE/Component/EasyDBI/SubProcess.pm .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI diff --git a/databases/p5-POE-Component-EasyDBI/distinfo b/databases/p5-POE-Component-EasyDBI/distinfo index bcae51204f55..c52c6940c2dc 100644 --- a/databases/p5-POE-Component-EasyDBI/distinfo +++ b/databases/p5-POE-Component-EasyDBI/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-EasyDBI-0.10.tar.gz) = f6219a9d26358b405862785ac0688d93 -SIZE (POE-Component-EasyDBI-0.10.tar.gz) = 30986 +MD5 (POE-Component-EasyDBI-0.13.tar.gz) = 1aca109271b8a256a7f4c6cdba485528 +SIZE (POE-Component-EasyDBI-0.13.tar.gz) = 29179 diff --git a/devel/p5-POE-Component-EasyDBI/Makefile b/devel/p5-POE-Component-EasyDBI/Makefile deleted file mode 100644 index 424aa18c4360..000000000000 --- a/devel/p5-POE-Component-EasyDBI/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: POE-Component-EasyDBI -# Date created: 31 Jan 2004 -# Whom: Zach Thompson <lin-chi@lastamericanempire.com> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-EasyDBI -PORTVERSION= 0.10 -CATEGORIES= devel databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= hideo@lastamericanempire.com -COMMENT= POE Component for simplified DBI usage - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= POE::Component::EasyDBI.3 \ - POE::Component::EasyDBI::SubProcess.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -post-patch: - @${PERL} -pi -e 's/^our\s+(.VERSION).+?Revision:\s+(\S+).+$$/use vars qw($$1);\n$$1 = q($$2);/o;' \ - -e '$$_ = "" if /(no|use) warnings/;' \ - ${WRKSRC}/lib/POE/Component/EasyDBI.pm \ - ${WRKSRC}/lib/POE/Component/EasyDBI/SubProcess.pm -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - -.include <bsd.port.post.mk> diff --git a/devel/p5-POE-Component-EasyDBI/distinfo b/devel/p5-POE-Component-EasyDBI/distinfo deleted file mode 100644 index bcae51204f55..000000000000 --- a/devel/p5-POE-Component-EasyDBI/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (POE-Component-EasyDBI-0.10.tar.gz) = f6219a9d26358b405862785ac0688d93 -SIZE (POE-Component-EasyDBI-0.10.tar.gz) = 30986 diff --git a/devel/p5-POE-Component-EasyDBI/pkg-descr b/devel/p5-POE-Component-EasyDBI/pkg-descr deleted file mode 100644 index c523024fbd8d..000000000000 --- a/devel/p5-POE-Component-EasyDBI/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Simplified use of DBI in the POE environment. - -WWW: http://teknikill.net/?POE::Component::EasyDBI - -- Zach Thompson -lin-chi@lastamericanempire.com diff --git a/devel/p5-POE-Component-EasyDBI/pkg-plist b/devel/p5-POE-Component-EasyDBI/pkg-plist deleted file mode 100644 index 00040bdf6aef..000000000000 --- a/devel/p5-POE-Component-EasyDBI/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/POE/Component/EasyDBI.pm -%%SITE_PERL%%/POE/Component/EasyDBI/SubProcess.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/EasyDBI/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/EasyDBI -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true -@dirrm %%SITE_PERL%%/POE/Component/EasyDBI -@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true |