diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-02-16 10:24:19 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-02-16 10:24:19 +0000 |
commit | 7724caa5bb8beb1527e65d2f2469fc195502da95 (patch) | |
tree | 6d713b6c57ff1240ba81f82965b80f987c3a531b /www/rt32 | |
parent | 2e8e7cfe82df1e7b954cf766aff2e1fc2c6db24c (diff) | |
download | ports-7724caa5bb8beb1527e65d2f2469fc195502da95.tar.gz ports-7724caa5bb8beb1527e65d2f2469fc195502da95.zip |
Notes
Diffstat (limited to 'www/rt32')
-rw-r--r-- | www/rt32/Makefile | 6 | ||||
-rw-r--r-- | www/rt32/distinfo | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile index 1fbb5aa4df7c..1aaec1dfeecc 100644 --- a/www/rt32/Makefile +++ b/www/rt32/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rt3 -PORTVERSION?= 3.0.8 +PORTVERSION?= 3.0.9 CATEGORIES= www MASTER_SITES?= http://www.fsck.com/pub/rt/release/ \ http://www.fsck.com/pub/rt/devel/ \ @@ -76,12 +76,14 @@ BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_f .endif BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI DEPENDS_ARGS+= WITHOUT_MODPERL=yes +DEPENDS_ARGS+= BATCH=yes .else BUILD_DEPENDS+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI .if defined(WITH_APACHE2) BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 DEPENDS_ARGS+= WITHOUT_MODPERL=yes DEPENDS_ARGS+= WITH_MODPERL2=yes +DEPENDS_ARGS+= BATCH=yes .else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif @@ -123,7 +125,7 @@ pre-fetch: @${ECHO} " DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql)" @${ECHO} " DB_HOST=hostname The database host (localhost)" @${ECHO} " DB_PORT=port The database port" - @${ECHO} " DB_DBA_USER=password Name of database administrator (root)" + @${ECHO} " DB_DBA_USER=username Name of database administrator (root)" @${ECHO} " DB_DBA_PASSWORD=password Password of database administrator" @${ECHO} " WITH_FASTCGI Use FastCGI instead of mod_perl" @${ECHO} " WITH_APACHE2 Use Apache2 as the web server" diff --git a/www/rt32/distinfo b/www/rt32/distinfo index 3e9a4be2e25c..e0bb7d51687c 100644 --- a/www/rt32/distinfo +++ b/www/rt32/distinfo @@ -1 +1,2 @@ -MD5 (rt-3-0-8.tar.gz) = 79cb76b1662988836914aaadc71a5bf6 +MD5 (rt-3-0-9.tar.gz) = b51e50bd62241c1a5745cd17101e20c4 +SIZE (rt-3-0-9.tar.gz) = 1082749 |