diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-01 06:29:06 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-01 06:29:06 +0800 |
commit | f326d6ddaba8339d43362f0a3ac69ef5845f6e3b (patch) | |
tree | 9708f46fb2765d5c31d4f70ac451a6bef976f34e | |
parent | 756edb03cc8581cf6af4dda6fdd3f24caaf42182 (diff) | |
download | freebsd-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/Makefile | 6 | ||||
-rw-r--r-- | www/rt40/Makefile | 6 |
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 |