Index: head/www/p5-Apache-DBI/Makefile =================================================================== --- head/www/p5-Apache-DBI/Makefile (revision 283198) +++ head/www/p5-Apache-DBI/Makefile (revision 283199) @@ -1,61 +1,60 @@ # New ports collection makefile for: p5-Apache-DBI # Date created: 21 December 1999 # Whom: Igor Vinokurov # # $FreeBSD$ # PORTNAME?= Apache-DBI -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTVERSION= 1.11 CATEGORIES= www databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT?= DBI persistent connection, authentication and authorization SLAVEDIRS= www/p5-Apache-DBI-mp1 www/p5-Apache-DBI-mp2 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI MAKE_JOBS_SAFE= yes MAN3= Apache::DBI.3 Apache::AuthDBI.3 PERL_CONFIGURE= yes USE_APACHE?= 13+ .include # prevent from direct including # ports should use one of the SLAVEPORTS .if !defined(PKGNAMESUFFIX) IGNORE= use ${SLAVEDIRS} instead .endif .if defined(WITH_MODPERL) && ${APACHE_VERSION} > 13 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 .endif .if defined(WITH_MODPERL2) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl 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 PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache \ %%SITE_PERL%%/Apache .include Property changes on: head/www/p5-Apache-DBI/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/www/p5-Apache-DBI/distinfo =================================================================== --- head/www/p5-Apache-DBI/distinfo (revision 283198) +++ head/www/p5-Apache-DBI/distinfo (revision 283199) @@ -1,2 +1,2 @@ -SHA256 (Apache-DBI-1.10.tar.gz) = 9abec7639bfa119f1b0e5bc9024ac7288a39a2f54c299c94331e0c879b998ca6 -SIZE (Apache-DBI-1.10.tar.gz) = 34592 +SHA256 (Apache-DBI-1.11.tar.gz) = 85bf2833060467946b460062d5ca741222befe2ee60ae1d9002ca2c6ffcd82ff +SIZE (Apache-DBI-1.11.tar.gz) = 34664 Property changes on: head/www/p5-Apache-DBI/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property