diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-06 02:52:30 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-06 02:52:30 +0800 |
commit | d91b5870e8723d4c3154ed3b970963c56deffcd2 (patch) | |
tree | 2ee908d5b722dd66b601771f4394a5a0a8d264c6 | |
parent | b87498f1b36bc697e5f5fb9a6313122ef382232b (diff) | |
download | freebsd-ports-gnome-d91b5870e8723d4c3154ed3b970963c56deffcd2.tar.gz freebsd-ports-gnome-d91b5870e8723d4c3154ed3b970963c56deffcd2.tar.zst freebsd-ports-gnome-d91b5870e8723d4c3154ed3b970963c56deffcd2.zip |
- remove p5-Apache-DBI-mp2
with hat apache@
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-DBI-mp2/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 4 |
4 files changed, 4 insertions, 28 deletions
@@ -3116,7 +3116,7 @@ www/p5-Apache-AxKit-Plugin-AddXSLParams-Request||2012-01-01|Has expired: Depends www/p5-Apache-Clean|www/p5-Apache-Clean2|2012-01-01|Has expired: Depends on expired www/apache13 www/p5-Apache-Compress||2012-01-01|Has expired: Depends on expired www/apache13 www/p5-Apache-CompressClientFixup||2012-01-01|Has expired: Depends on expired www/apache13 -www/p5-Apache-DBI-mp1|www/p5-Apache-DBI-mp2|2012-01-01|Has expired: Depends on expired www/apache13 +www/p5-Apache-DBI-mp1|www/p5-Apache-DBI|2012-01-01|Has expired: Depends on expired www/apache13 www/p5-Apache-DebugInfo||2012-01-01|Has expired: Depends on expired www/apache13 www/p5-Apache-DumpHeaders||2012-01-01|Has expired: Depends on expired www/apache13 www/p5-Apache-Filter||2012-01-01|Has expired: Depends on expired www/apache13 @@ -3150,3 +3150,4 @@ www/p5-Apache-Test||2012-01-01|Has expired: Depends on expired www/apache13 net-im/jwchat||2012-01-01|Has expired: Depends on expired www/apache13 editors/ged||2012-01-04|Removed: Use ed from base instead ftp/proftpd-devel||2012-01-04|Removed +www/p5-Apache-DBI-mp2|www/p5-Apache-DBI|2012-01-01|This sub-port is no longer needed diff --git a/www/Makefile b/www/Makefile index c46997474e51..1492d534b787 100644 --- a/www/Makefile +++ b/www/Makefile @@ -568,7 +568,6 @@ SUBDIR += p5-Apache-ConfigParser SUBDIR += p5-Apache-DB SUBDIR += p5-Apache-DBI - SUBDIR += p5-Apache-DBI-mp2 SUBDIR += p5-Apache-Gallery SUBDIR += p5-Apache-GopherHandler SUBDIR += p5-Apache-Htgroup diff --git a/www/p5-Apache-DBI-mp2/Makefile b/www/p5-Apache-DBI-mp2/Makefile deleted file mode 100644 index aab949d415d6..000000000000 --- a/www/p5-Apache-DBI-mp2/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: p5-Apache-DBI-mp2 -# Date created: 28 Aug 2008 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# -# $FreeBSD$ -# - -PORTNAME= Apache-DBI -PKGNAMESUFFIX= -mp2 - -COMMENT= DBI persistent connection, authentication and authorization (mp2) - -MAKE_JOBS_SAFE= yes - -MASTERDIR= ${.CURDIR}/../p5-Apache-DBI - -.if defined(WITH_MODPERL) || defined(WITHOUT_MODPERL2) -IGNORE= this port is only for use with www/mod_perl2 -.endif - -WITH_MODPERL2= yes -USE_APACHE= 20+ - -.include "${MASTERDIR}/Makefile" diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index fdd774f517b1..54960c5077c9 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME?= Apache-DBI +PORTNAME= Apache-DBI PORTVERSION= 1.11 CATEGORIES= www databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT?= DBI persistent connection, authentication and authorization +COMMENT= DBI persistent connection, authentication and authorization BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 |