diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-31 09:13:22 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-31 09:13:22 +0000 |
commit | 1b0f799006fc5b339b03d94c3945789f8bbb2a45 (patch) | |
tree | 090bb072d1effc7ee1093c574618f52f16eb384a /www/tomcat55/Makefile | |
parent | 53b475223dfd295c30c1444455a0a37cf579071c (diff) | |
download | FreeBSD-ports-1b0f799006fc5b339b03d94c3945789f8bbb2a45.zip FreeBSD-ports-1b0f799006fc5b339b03d94c3945789f8bbb2a45.tar.gz |
1.Update www/jakarta-tomcat to 5.0.18.
Changelog: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html
2.Fix wrong url in the 2nd master site
PR: ports/61767
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
Diffstat (limited to 'www/tomcat55/Makefile')
-rw-r--r-- | www/tomcat55/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tomcat55/Makefile b/www/tomcat55/Makefile index 6fd670d..49b9dd8 100644 --- a/www/tomcat55/Makefile +++ b/www/tomcat55/Makefile @@ -6,11 +6,10 @@ # PORTNAME= jakarta-tomcat -PORTVERSION= 5.0.16 -PORTREVISION= 1 +PORTVERSION= 5.0.18 CATEGORIES= www java 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://apache.lemon4ssc.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \ http://distfiles.coredump.cn/ MAINTAINER= liukang@bjpu.edu.cn |