aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat6/Makefile
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2003-12-27 18:16:35 +0000
committerErnst de Haan <znerd@FreeBSD.org>2003-12-27 18:16:35 +0000
commit928436b7645be91929ea58c353256c987267bf3e (patch)
tree762e46fd49dc37d28220ba2ae50741246919408b /www/tomcat6/Makefile
parentf0d7529959305c749d400cb076b18543fe93d4c9 (diff)
downloadports-928436b7645be91929ea58c353256c987267bf3e.tar.gz
ports-928436b7645be91929ea58c353256c987267bf3e.zip
Notes
Diffstat (limited to 'www/tomcat6/Makefile')
-rw-r--r--www/tomcat6/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile
index 6952930e0fb8..5c8944689256 100644
--- a/www/tomcat6/Makefile
+++ b/www/tomcat6/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= jakarta-tomcat
-PORTVERSION= 5.0.14
+PORTVERSION= 5.0.16
CATEGORIES= www java
-MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}-beta/bin/ \
- http://apache.lemon4ssc.org/dist/jakarta/tomcat-5/v{PORTVERSION}-beta/bin/ \
+MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \
+ http://apache.lemon4ssc.org/dist/jakarta/tomcat-5/v{PORTVERSION}/bin/ \
http://distfiles.coredump.cn/
MAINTAINER= liukang@bjpu.edu.cn
COMMENT= Open-source Java web server by Apache, 5.0.x branch
-USE_JAVA= 1.4+
+USE_JAVA= 1.3+
NO_BUILD= YES
MAJOR_VER= ${PORTVERSION:R}
@@ -171,5 +171,4 @@ post-install:
.if ${AUTO_START} == "YES"
@${CONTROL_SCRIPT} start || true
.endif
- @${ECHO_CMD} "Using Tomcat 5.x in a production environment is NOT recommended!"
.include <bsd.port.post.mk>