diff options
author | mat <mat@FreeBSD.org> | 2004-11-19 19:52:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-11-19 19:52:54 +0800 |
commit | df78390e82d5893df9595bcbfd4de684494bc2f4 (patch) | |
tree | 9fb4dc5831e2fee2e6f40c20e53fae772d72a819 | |
parent | 5b49abd89540fdef7232bc4b6cd98911f9f43672 (diff) | |
download | freebsd-ports-gnome-df78390e82d5893df9595bcbfd4de684494bc2f4.tar.gz freebsd-ports-gnome-df78390e82d5893df9595bcbfd4de684494bc2f4.tar.zst freebsd-ports-gnome-df78390e82d5893df9595bcbfd4de684494bc2f4.zip |
Update to 0.07
PR: 73127
Submitted by: maintainer
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-POE-Component-EasyDBI/pkg-descr | 2 |
6 files changed, 16 insertions, 10 deletions
diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile index a5f3298db08d..17ccc2a3143e 100644 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ b/databases/p5-POE-Component-EasyDBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-EasyDBI -PORTVERSION= 0.03 +PORTVERSION= 0.07 CATEGORIES= devel databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -30,9 +30,10 @@ MAN3= POE::Component::EasyDBI.3 \ .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+)/use vars qw($$1); $$1/;' \ + @${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}/EasyDBI.pm ${WRKSRC}/EasyDBI/SubProcess.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 .endif diff --git a/databases/p5-POE-Component-EasyDBI/distinfo b/databases/p5-POE-Component-EasyDBI/distinfo index b236cd825f90..889ccc707efb 100644 --- a/databases/p5-POE-Component-EasyDBI/distinfo +++ b/databases/p5-POE-Component-EasyDBI/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-EasyDBI-0.03.tar.gz) = 3bc6a18be6bc109040e62e6a3d5337bc -SIZE (POE-Component-EasyDBI-0.03.tar.gz) = 14158 +MD5 (POE-Component-EasyDBI-0.07.tar.gz) = 338b03116aa16aba07864d419f725289 +SIZE (POE-Component-EasyDBI-0.07.tar.gz) = 19022 diff --git a/databases/p5-POE-Component-EasyDBI/pkg-descr b/databases/p5-POE-Component-EasyDBI/pkg-descr index 38926ea88768..c523024fbd8d 100644 --- a/databases/p5-POE-Component-EasyDBI/pkg-descr +++ b/databases/p5-POE-Component-EasyDBI/pkg-descr @@ -1,4 +1,6 @@ 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/Makefile b/devel/p5-POE-Component-EasyDBI/Makefile index a5f3298db08d..17ccc2a3143e 100644 --- a/devel/p5-POE-Component-EasyDBI/Makefile +++ b/devel/p5-POE-Component-EasyDBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-EasyDBI -PORTVERSION= 0.03 +PORTVERSION= 0.07 CATEGORIES= devel databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -30,9 +30,10 @@ MAN3= POE::Component::EasyDBI.3 \ .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+)/use vars qw($$1); $$1/;' \ + @${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}/EasyDBI.pm ${WRKSRC}/EasyDBI/SubProcess.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 .endif diff --git a/devel/p5-POE-Component-EasyDBI/distinfo b/devel/p5-POE-Component-EasyDBI/distinfo index b236cd825f90..889ccc707efb 100644 --- a/devel/p5-POE-Component-EasyDBI/distinfo +++ b/devel/p5-POE-Component-EasyDBI/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-EasyDBI-0.03.tar.gz) = 3bc6a18be6bc109040e62e6a3d5337bc -SIZE (POE-Component-EasyDBI-0.03.tar.gz) = 14158 +MD5 (POE-Component-EasyDBI-0.07.tar.gz) = 338b03116aa16aba07864d419f725289 +SIZE (POE-Component-EasyDBI-0.07.tar.gz) = 19022 diff --git a/devel/p5-POE-Component-EasyDBI/pkg-descr b/devel/p5-POE-Component-EasyDBI/pkg-descr index 38926ea88768..c523024fbd8d 100644 --- a/devel/p5-POE-Component-EasyDBI/pkg-descr +++ b/devel/p5-POE-Component-EasyDBI/pkg-descr @@ -1,4 +1,6 @@ Simplified use of DBI in the POE environment. +WWW: http://teknikill.net/?POE::Component::EasyDBI + - Zach Thompson lin-chi@lastamericanempire.com |