diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-05 17:47:28 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-05 17:47:28 +0000 |
commit | 08561cc510eeb209ca676914a4f66a5f148865a9 (patch) | |
tree | 33fdecaaeff7ac935f3bb5de8c5552c26cb04cf7 /www/rt40 | |
parent | 53aafd2323eedce8d1ae874d96b515e8b0af520f (diff) | |
download | ports-08561cc510eeb209ca676914a4f66a5f148865a9.tar.gz ports-08561cc510eeb209ca676914a4f66a5f148865a9.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@
Notes
Notes:
svn path=/head/; revision=288558
Diffstat (limited to 'www/rt40')
-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 |