diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-28 04:29:20 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-28 04:29:20 +0800 |
commit | f9d5911fdfa2774c706ba7a2a31fba3a51fa152c (patch) | |
tree | 03a67d6c617a861a95304813784ead6d7283c4d8 | |
parent | d94b59ee1202c4bb2f06dc51e87e6ac68b6f03cd (diff) | |
download | freebsd-ports-gnome-f9d5911fdfa2774c706ba7a2a31fba3a51fa152c.tar.gz freebsd-ports-gnome-f9d5911fdfa2774c706ba7a2a31fba3a51fa152c.tar.zst freebsd-ports-gnome-f9d5911fdfa2774c706ba7a2a31fba3a51fa152c.zip |
- adjust EXPIRATION by +3 months (2012-12-31) per
http://tomcat.apache.org/tomcat-55-eol.html
Suggested by: bapt
Feature safe: yes
-rw-r--r-- | www/tomcat55/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat55/Makefile b/www/tomcat55/Makefile index 952608b4a168..246556196582 100644 --- a/www/tomcat55/Makefile +++ b/www/tomcat55/Makefile @@ -19,7 +19,7 @@ OPTIONS= CRONOLOG "Use Cronolog for Log Processing" Off \ CRONOLOG_DEVEL "Use Cronlog-Devel for Log Processing" Off DEPRECATED= EOL approaching, consider www/tomcat{6,7} -EXPIRATION_DATE=2012-09-30 +EXPIRATION_DATE=2012-12-31 USE_JAVA= yes JAVA_VERSION?= 1.5+ |