svn commit: r508686 - head/devel/opengrok
Rene Ladan
rene at FreeBSD.org
Sun Aug 11 21:46:24 UTC 2019
Author: rene
Date: Sun Aug 11 21:46:24 2019
New Revision: 508686
URL: https://svnweb.freebsd.org/changeset/ports/508686
Log:
devel/opengrok: remove support for EOL tomcat6
Modified:
head/devel/opengrok/Makefile
Modified: head/devel/opengrok/Makefile
==============================================================================
--- head/devel/opengrok/Makefile Sun Aug 11 21:45:34 2019 (r508685)
+++ head/devel/opengrok/Makefile Sun Aug 11 21:46:24 2019 (r508686)
@@ -32,16 +32,13 @@ PLIST_SUB= T=${WEBAPP_HOME:S|^${LOCALBASE}/||} \
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= AS
-OPTIONS_SINGLE_AS= TOMCAT85 TOMCAT7 TOMCAT6 RESIN3
+OPTIONS_SINGLE_AS= TOMCAT85 TOMCAT7 RESIN3
OPTIONS_DEFAULT= TOMCAT85
-TOMCAT6_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-6.0
TOMCAT7_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-7.0
TOMCAT85_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-8.5
RESIN3_VARS= WEBAPP_HOME=${LOCALBASE}/resin3
-TOMCAT6_BUILD_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat6
-TOMCAT6_RUN_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat6
TOMCAT7_BUILD_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat7
TOMCAT7_RUN_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat7
TOMCAT85_BUILD_DEPENDS= ${WEBAPP_HOME}/bin/bootstrap.jar:www/tomcat85
More information about the svn-ports-head
mailing list