Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 19:40:04 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308444 - head/www/extsm
Message-ID:  <201212071940.qB7Je4DV069283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212071940.qB7Je4DV069283>