aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2019-08-12 05:40:39 +0800
committerrene <rene@FreeBSD.org>2019-08-12 05:40:39 +0800
commit8d2383f14f3f8436efaffa05f35ce9346f1d10b1 (patch)
tree32aa1c170ae319c08372ba2dcb06e4df3fd8db3a
parent2484216ece739de193f25d93fd467c12723ac987 (diff)
downloadfreebsd-ports-gnome-8d2383f14f3f8436efaffa05f35ce9346f1d10b1.tar.gz
freebsd-ports-gnome-8d2383f14f3f8436efaffa05f35ce9346f1d10b1.tar.zst
freebsd-ports-gnome-8d2383f14f3f8436efaffa05f35ce9346f1d10b1.zip
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
-rw-r--r--www/axis2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/axis2/Makefile b/www/axis2/Makefile
index 6822bb4ca68e..e64b7bd294d1 100644
--- a/www/axis2/Makefile
+++ b/www/axis2/Makefile
@@ -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,14 +20,11 @@ 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