From owner-svn-ports-head@FreeBSD.ORG Fri Dec 7 19:40:04 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62375B14; Fri, 7 Dec 2012 19:40:04 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 44D838FC08; Fri, 7 Dec 2012 19:40:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7Je428069284; Fri, 7 Dec 2012 19:40:04 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7Je4DV069283; Fri, 7 Dec 2012 19:40:04 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201212071940.qB7Je4DV069283@svn.freebsd.org> From: Jason Helfman Date: Fri, 7 Dec 2012 19:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308444 - head/www/extsm 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.14 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: Fri, 07 Dec 2012 19:40:04 -0000 Author: jgh Date: Fri Dec 7 19:40:03 2012 New Revision: 308444 URL: http://svnweb.freebsd.org/changeset/ports/308444 Log: - drop www/tomcat55 as optional dependency (end-of-life approaching) Feature safe: yes Modified: head/www/extsm/Makefile Modified: head/www/extsm/Makefile ============================================================================== --- head/www/extsm/Makefile Fri Dec 7 19:24:29 2012 (r308443) +++ head/www/extsm/Makefile Fri Dec 7 19:40:03 2012 (r308444) @@ -18,7 +18,7 @@ JAVA_VERSION= 1.5+ NO_BUILD= yes WRKSRC= ${WRKDIR}/xsm -OPTIONS_DEFINE= TOMCAT6 TOMCAT5 RESIN3 DOCS EXAMPLES +OPTIONS_DEFINE= TOMCAT6 RESIN3 DOCS EXAMPLES OPTIONS_DEFAULT= TOMCAT6 .include @@ -37,11 +37,6 @@ WEBAPP_DIRS+= apache-tomcat-6.0 RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 .endif -.if ${PORT_OPTIONS:MTOMCAT5} -WEBAPP_DIRS+= tomcat5.5 -RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 -.endif - .if ${PORT_OPTIONS:MRESIN3} WEBAPP_DIRS+= resin3 RUN_DEPENDS+= ${LOCALBASE}/resin3/lib/resin.jar:${PORTSDIR}/www/resin3