aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-01 06:29:06 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-01 06:29:06 +0800
commitf326d6ddaba8339d43362f0a3ac69ef5845f6e3b (patch)
tree9708f46fb2765d5c31d4f70ac451a6bef976f34e
parent756edb03cc8581cf6af4dda6fdd3f24caaf42182 (diff)
downloadfreebsd-ports-gnome-f326d6ddaba8339d43362f0a3ac69ef5845f6e3b.tar.gz
freebsd-ports-gnome-f326d6ddaba8339d43362f0a3ac69ef5845f6e3b.tar.zst
freebsd-ports-gnome-f326d6ddaba8339d43362f0a3ac69ef5845f6e3b.zip
- fix the previoius commit
APACHE_PORT still defaults to www/apache13, buy mod_perl2 was enabled by default. (swap this, for now) - Bump PORTREVISION Reported by: QAT
-rw-r--r--www/rt38/Makefile6
-rw-r--r--www/rt40/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index 3f3def09b0a2..43c6a067d495 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -13,7 +13,7 @@
PORTNAME= rt
PORTVERSION= 3.8.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
@@ -30,13 +30,13 @@ LATEST_LINK= rt38
OPTIONS= MYSQL "Enable MySQL backend" on \
APACHE "Enable ${APACHE_PORT} server" on \
- MODPERL2 "Enable mod_perl2 support" on \
+ MODPERL "Enable mod_perl support" on \
POSTGRESQL "Enable Postgresql backend" off \
ORACLE "Enable Oracle backend" off \
SQLITE "Enable SQLite backend" off \
DEV "Configure for Developers" off \
STANDALONE "Enable standalone server" off \
- MODPERL "Enable mod_perl support" off \
+ MODPERL2 "Enable mod_perl2 support" off \
FASTCGI "Enable FastCGI support" off \
GRAPHVIZ "Enable GraphViz charts" on
diff --git a/www/rt40/Makefile b/www/rt40/Makefile
index 3f3def09b0a2..43c6a067d495 100644
--- a/www/rt40/Makefile
+++ b/www/rt40/Makefile
@@ -13,7 +13,7 @@
PORTNAME= rt
PORTVERSION= 3.8.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
@@ -30,13 +30,13 @@ LATEST_LINK= rt38
OPTIONS= MYSQL "Enable MySQL backend" on \
APACHE "Enable ${APACHE_PORT} server" on \
- MODPERL2 "Enable mod_perl2 support" on \
+ MODPERL "Enable mod_perl support" on \
POSTGRESQL "Enable Postgresql backend" off \
ORACLE "Enable Oracle backend" off \
SQLITE "Enable SQLite backend" off \
DEV "Configure for Developers" off \
STANDALONE "Enable standalone server" off \
- MODPERL "Enable mod_perl support" off \
+ MODPERL2 "Enable mod_perl2 support" off \
FASTCGI "Enable FastCGI support" off \
GRAPHVIZ "Enable GraphViz charts" on