Date: Sun, 11 Aug 2019 21:46:24 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508686 - head/devel/opengrok Message-ID: <201908112146.x7BLkOP8003059@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908112146.x7BLkOP8003059>