diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-12 09:14:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-12 09:14:14 +0800 |
commit | cb8c2a25f000b62e4f108c7f77402aeef81913ba (patch) | |
tree | 7a23a524e8fe9b2bd3db8b3108880ac2652bd92c /www/p5-Apache-DBI | |
parent | b55d20d527fd0c8f47e030ef36d6297f89b86060 (diff) | |
download | freebsd-ports-gnome-cb8c2a25f000b62e4f108c7f77402aeef81913ba.tar.gz freebsd-ports-gnome-cb8c2a25f000b62e4f108c7f77402aeef81913ba.tar.zst freebsd-ports-gnome-cb8c2a25f000b62e4f108c7f77402aeef81913ba.zip |
- Update to 1.10
- Use PLIST_DIRSTRY: other p5-Apache-* also require %%SITE_PERL%%/Apache and
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
- Space/Tab twiddle
Changes: http://search.cpan.org/dist/Apache-DBI/Changes
Diffstat (limited to 'www/p5-Apache-DBI')
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 20 | ||||
-rw-r--r-- | www/p5-Apache-DBI/distinfo | 4 |
2 files changed, 13 insertions, 11 deletions
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index fdac8f4517c0..52bbd2d2266c 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= Apache-DBI -PORTVERSION= 1.09 +PORTVERSION= 1.10 CATEGORIES= www databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,18 +25,19 @@ MAN3= Apache::DBI.3 Apache::AuthDBI.3 PERL_CONFIGURE= yes USE_APACHE?= 13+ + .include <bsd.port.pre.mk> # prevent from direct including # ports should use one of the SLAVEPORTS .if !defined(PKGNAMESUFFIX) -IGNORE= use ${SLAVEDIRS} instead +IGNORE= use ${SLAVEDIRS} instead .endif .if defined(WITH_MODPERL) && ${APACHE_VERSION} > 13 -IGNORE= mod_perl require apache13 but ${APACHE_PORT} is installed +IGNORE= mod_perl require apache13 but ${APACHE_PORT} is installed .elif defined(WITH_MODPERL2) && ${APACHE_VERSION} < 20 -IGNORE= mod_perl2 require at last apache20 but ${APACHE_PORT} is installed +IGNORE= mod_perl2 require at last apache20 but ${APACHE_PORT} is installed .endif .if defined(WITH_MODPERL2) @@ -48,11 +49,12 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl .endif PLIST_FILES= %%SITE_PERL%%/Apache/DBI.pm \ - %%SITE_PERL%%/Apache/AuthDBI.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist + %%SITE_PERL%%/Apache/AuthDBI.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist + +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache \ - %%SITE_PERL%%/Apache +PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache \ + %%SITE_PERL%%/Apache .include <bsd.port.post.mk> diff --git a/www/p5-Apache-DBI/distinfo b/www/p5-Apache-DBI/distinfo index 991ca8fbb78a..eab26c13869b 100644 --- a/www/p5-Apache-DBI/distinfo +++ b/www/p5-Apache-DBI/distinfo @@ -1,2 +1,2 @@ -SHA256 (Apache-DBI-1.09.tar.gz) = 422ae48c73d4c6a23608cee0f7dd14a81b4b6a0ded4827e3e6ab1b2eb3dd8ba3 -SIZE (Apache-DBI-1.09.tar.gz) = 34503 +SHA256 (Apache-DBI-1.10.tar.gz) = 9abec7639bfa119f1b0e5bc9024ac7288a39a2f54c299c94331e0c879b998ca6 +SIZE (Apache-DBI-1.10.tar.gz) = 34592 |