diff options
author | demon <demon@FreeBSD.org> | 2004-02-16 18:24:19 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-02-16 18:24:19 +0800 |
commit | 15f2dbe4ed0e25155df2dced7afd6b878a06b0a8 (patch) | |
tree | b462ef38bde1d5fc4fcc3c9b845e546ce6685926 /www/rt34 | |
parent | 884f55e14151fb74588128b5065b5dd23e6e849c (diff) | |
download | freebsd-ports-gnome-15f2dbe4ed0e25155df2dced7afd6b878a06b0a8.tar.gz freebsd-ports-gnome-15f2dbe4ed0e25155df2dced7afd6b878a06b0a8.tar.zst freebsd-ports-gnome-15f2dbe4ed0e25155df2dced7afd6b878a06b0a8.zip |
Update to version 3.0.9
Submitted by: maintainer
Diffstat (limited to 'www/rt34')
-rw-r--r-- | www/rt34/Makefile | 6 | ||||
-rw-r--r-- | www/rt34/distinfo | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile index 1fbb5aa4df7c..1aaec1dfeecc 100644 --- a/www/rt34/Makefile +++ b/www/rt34/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/rt34/distinfo b/www/rt34/distinfo index 3e9a4be2e25c..e0bb7d51687c 100644 --- a/www/rt34/distinfo +++ b/www/rt34/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 |