diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-06 01:47:28 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-06 01:47:28 +0800 |
commit | 58655c19feb521bd2048a0abc6c4fff4082e557b (patch) | |
tree | f41693a6be8b9a2beb5234933024d1b6c87834ce /www | |
parent | b68494efab243a42264e4a7031613f33f0007f4f (diff) | |
download | freebsd-ports-gnome-58655c19feb521bd2048a0abc6c4fff4082e557b.tar.gz freebsd-ports-gnome-58655c19feb521bd2048a0abc6c4fff4082e557b.tar.zst freebsd-ports-gnome-58655c19feb521bd2048a0abc6c4fff4082e557b.zip |
since apache13 is gone we need only one p5-Apache-DBI in the tree
- change p5-Apache-DBI-mp2 -> p5-Apache-DBI
with hat apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/rt40/Makefile | 1 | ||||
-rw-r--r-- | www/rt40/Makefile.cpan | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index a385f408da94..b7738d8c8f7b 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -12,6 +12,7 @@ PORTNAME= rt PORTVERSION= 4.0.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ diff --git a/www/rt40/Makefile.cpan b/www/rt40/Makefile.cpan index 6095d1cabce5..025335c38e0b 100644 --- a/www/rt40/Makefile.cpan +++ b/www/rt40/Makefile.cpan @@ -103,7 +103,7 @@ FASTCGI_DEPS= p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \ p5-FCGI>0:${PORTSDIR}/www/p5-FCGI MODPERL2_DEPS= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \ - p5-Apache-DBI-mp2>0:${PORTSDIR}/www/p5-Apache-DBI-mp2 + p5-Apache-DBI>0:${PORTSDIR}/www/p5-Apache-DBI MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTSDIR}/databases/p5-DBD-mysql |