svn commit: r508682 - head/www/axis2
Rene Ladan
rene at FreeBSD.org
Sun Aug 11 21:40:39 UTC 2019
Author: rene
Date: Sun Aug 11 21:40:39 2019
New Revision: 508682
URL: https://svnweb.freebsd.org/changeset/ports/508682
Log:
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
Modified:
head/www/axis2/Makefile
Modified: head/www/axis2/Makefile
==============================================================================
--- head/www/axis2/Makefile Sun Aug 11 21:35:01 2019 (r508681)
+++ head/www/axis2/Makefile Sun Aug 11 21:40:39 2019 (r508682)
@@ -2,6 +2,7 @@
PORTNAME= axis2
PORTVERSION= 1.7.9
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
@@ -19,13 +20,10 @@ NO_BUILD= yes
NO_ARCH= yes
OPTIONS_SINGLE= AS
-OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 TOMCAT85
-OPTIONS_DEFAULT= TOMCAT6
+OPTIONS_SINGLE_AS= TOMCAT7 TOMCAT85
+OPTIONS_DEFAULT= TOMCAT7
OPTIONS_DEFINE= EXAMPLES
-
-TOMCAT6_VARS= APPHOME=${LOCALBASE}/apache-tomcat-6.0
-TOMCAT6_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6
TOMCAT7_VARS= APPHOME=${LOCALBASE}/apache-tomcat-7.0
TOMCAT7_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7
More information about the svn-ports-all
mailing list