diff options
author | marino <marino@FreeBSD.org> | 2017-02-10 01:45:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-02-10 01:45:24 +0800 |
commit | ac4e7b94f5ffaddf1f856d8a3206956713c93410 (patch) | |
tree | 381fec45c2d9f347fb218eb0b93191ae0cc8b749 /www/cocoon | |
parent | d64000fdd8cb2a7754b2b4529b20ed731c095a32 (diff) | |
download | freebsd-ports-gnome-ac4e7b94f5ffaddf1f856d8a3206956713c93410.tar.gz freebsd-ports-gnome-ac4e7b94f5ffaddf1f856d8a3206956713c93410.tar.zst freebsd-ports-gnome-ac4e7b94f5ffaddf1f856d8a3206956713c93410.zip |
www/cocoon: Deprecated, mark for removal 30 APR 2017
The maintainer abandoned cocoon 9 years (March 2008). The upstream
project is still active with the latest stable release 2.2.0 release in
October 2014. This old version 2.1.11 is not even available in the 2.1
folder of http://www.apache.org/dist/cocoon/ anymore as it is also from
2008.
I spent a few minutes trying to update the port to the latest version,
but it became apparently very quickly that the makefile needs a complete
overhaul and the build approach has changed. The amount of work needed
on this port exceeds what is reasonable for a non-maintained port IMO.
This is one of the few ports that will not build on openjdk 7 or later;
I was initially trying upgrade to allow openjdk 8 to build it.
This port is completely saveable, but it requires a maintainer IMO, so
set the expiration date about 3 months out to give a chance for someone
to volunteer to bring this up to the latest release.
Diffstat (limited to 'www/cocoon')
-rw-r--r-- | www/cocoon/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index 86072257145d..85b8c16895dc 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -10,6 +10,11 @@ DISTNAME= ${PDISTNAME}-src MAINTAINER= ports@FreeBSD.org COMMENT= XML Web Development Framework +# Cocoon version 2.2.0 released OCT 2014, makefile requires complete overhaul +# It also requires a maintainer, it's too complex for ports@FreeBSD.org +DEPRECATED= Overly complex port with no maintainer since 2008, requires openjdk 1.6 +EXPIRATION_DATE= 2017-04-30 + USE_RC_SUBR= ${PORTNAME} USE_JAVA= yes JAVA_VERSION= 1.6 |