mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- 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
This commit is contained in:
parent
0531506af0
commit
30383bb910
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234946
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user