svn commit: r308444 - head/www/extsm

Jason Helfman jgh at FreeBSD.org
Fri Dec 7 19:40:04 UTC 2012


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


More information about the svn-ports-all mailing list