From owner-svn-ports-head@freebsd.org Thu Feb 9 17:45:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D65DFCD7DB8; Thu, 9 Feb 2017 17:45:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D901756; Thu, 9 Feb 2017 17:45:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v19HjOOs079544; Thu, 9 Feb 2017 17:45:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19HjO1q079543; Thu, 9 Feb 2017 17:45:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201702091745.v19HjO1q079543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 9 Feb 2017 17:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433753 - head/www/cocoon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 17:45:25 -0000 Author: marino Date: Thu Feb 9 17:45:24 2017 New Revision: 433753 URL: https://svnweb.freebsd.org/changeset/ports/433753 Log: 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. Modified: head/www/cocoon/Makefile Modified: head/www/cocoon/Makefile ============================================================================== --- head/www/cocoon/Makefile Thu Feb 9 17:44:36 2017 (r433752) +++ head/www/cocoon/Makefile Thu Feb 9 17:45:24 2017 (r433753) @@ -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