diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 13:58:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 13:58:52 +0000 |
commit | d632c1c870d308a07803a19b6fa218622ddde857 (patch) | |
tree | 5d481d12948584727e002d1d1dcb1b792c346ee3 /www/jakarta-tomcat/Makefile | |
parent | ac24d7b58c2ec489ec3bdb70c8de4354c0f63478 (diff) | |
download | pkgsrc-d632c1c870d308a07803a19b6fa218622ddde857.tar.gz |
Update jakarta-tomcat to 5.0.25
No Changelog available. Also switch to buildlink3
Diffstat (limited to 'www/jakarta-tomcat/Makefile')
-rw-r--r-- | www/jakarta-tomcat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/jakarta-tomcat/Makefile b/www/jakarta-tomcat/Makefile index 04b8d1a4905..4c704b32a72 100644 --- a/www/jakarta-tomcat/Makefile +++ b/www/jakarta-tomcat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2004/06/07 22:42:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.46 2004/06/28 13:58:52 abs Exp $ DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} -PKGREVISION= 1 CATEGORIES= www java # The list of sites to download is generated by a jakarta website. # The getsite.sh script parses the HTML and extracts the urls. @@ -11,11 +10,11 @@ MAINTAINER= erh@NetBSD.org HOMEPAGE= http://jakarta.apache.org/tomcat/ COMMENT= The Apache Project's Java Servlet 2.4 and JSP 2.0 server -TOMCAT_VERSION= 5.0.24 +TOMCAT_VERSION= 5.0.25 # This needs java 1.4 or higher. USE_JAVA2= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes TOMCAT_LIB= ${PREFIX}/tomcat CATALINA_DIR= Catalina/localhost |