diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-11 00:17:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-11 00:17:36 +0800 |
commit | db712943d7f3f8f87befd6a631cd397eb25f1c5b (patch) | |
tree | 7268ed6ccb48c13c306e4deb7e6bfcf0ac8f38c6 | |
parent | 9cbbea0068ca5c64349de620fa40798a2b043428 (diff) | |
download | freebsd-ports-gnome-db712943d7f3f8f87befd6a631cd397eb25f1c5b.tar.gz freebsd-ports-gnome-db712943d7f3f8f87befd6a631cd397eb25f1c5b.tar.zst freebsd-ports-gnome-db712943d7f3f8f87befd6a631cd397eb25f1c5b.zip |
Deprecate tomcat41
According to http://tomcat.apache.org/security-4.html it is not supported anymore
Reported by: Jason Helfman (irc)
-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 |