diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-13 16:34:54 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-13 16:34:54 +0000 |
commit | a4fef710fb0fa4652389fa568dc6734dcb41c641 (patch) | |
tree | a20dee976fa5f0057f705adf91bd3e30d9041aa9 /databases/p5-POE-Component-EasyDBI | |
parent | f339ced15193150cb353e3f2b5ea974b7c80663a (diff) |
Notes
Diffstat (limited to 'databases/p5-POE-Component-EasyDBI')
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/Makefile | 16 | ||||
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/distinfo | 6 |
2 files changed, 6 insertions, 16 deletions
diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile index f7785eb5bd55..b4e8ba57b5aa 100644 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ b/databases/p5-POE-Component-EasyDBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-EasyDBI -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -17,6 +17,7 @@ COMMENT= POE Component for simplified DBI usage RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools @@ -29,18 +30,7 @@ MAN3= POE::Component::EasyDBI.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+(\$$\S+)/use vars qw($$1); $$1/g;' \ - -e 'undef $$_ if /^\s*(no|use) warnings/o;' \ - ${WRKSRC}/lib/POE/Component/EasyDBI.pm \ - ${WRKSRC}/lib/POE/Component/EasyDBI/SubProcess.pm - -post-configure: - @${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +IGNORE= requires perl 5.6 or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/databases/p5-POE-Component-EasyDBI/distinfo b/databases/p5-POE-Component-EasyDBI/distinfo index 664b1d062f20..a42fee874db4 100644 --- a/databases/p5-POE-Component-EasyDBI/distinfo +++ b/databases/p5-POE-Component-EasyDBI/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-EasyDBI-1.11.tar.gz) = 597adb8ee68f61dbca44f0326f7c7b9f -SHA256 (POE-Component-EasyDBI-1.11.tar.gz) = 19e57097867d5566fb369046ef62f945ae90507394950b57c1c517b275d8a5cb -SIZE (POE-Component-EasyDBI-1.11.tar.gz) = 34336 +MD5 (POE-Component-EasyDBI-1.13.tar.gz) = 36953a0b172d4c9ff5c8dd8d8f378c01 +SHA256 (POE-Component-EasyDBI-1.13.tar.gz) = 8aebd5a5eb310b723b9c7f963132eb31675d14964359ade9e51276eaa7220b8e +SIZE (POE-Component-EasyDBI-1.13.tar.gz) = 34707 |