From 30383bb9101008541e55126542a727a2a5c6df3d Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sun, 31 May 2009 22:29:06 +0000 Subject: [PATCH] - 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 --- www/rt38/Makefile | 6 +++--- 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