diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-10 16:17:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-10 16:17:36 +0000 |
commit | 1e95b2624c65d35bfb9fbe59152ec8957c1be25b (patch) | |
tree | 157b702831a560aad0b678a81b6f3f19b7876c6f | |
parent | - update to 1.5.0.0 (diff) |
Deprecate tomcat41
According to http://tomcat.apache.org/security-4.html it is not supported anymore
Reported by: Jason Helfman (irc)
Notes
Notes:
svn path=/head/; revision=279426
-rw-r--r-- | www/tomcat41/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile index 94cc39c6449a..0110ce5e2fbc 100644 --- a/www/tomcat41/Makefile +++ b/www/tomcat41/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= tomcat-4/v${PORTVERSION}/bin MAINTAINER= ports@FreeBSD.org COMMENT= Open-source Java web server by Apache, stable 4.1.x branch +DEPRECATED= No more upstream support +EXPIRATION_DATE= 2011-09-10 + USE_JAVA= yes JAVA_VERSION= 1.5+ NO_BUILD= YES |