summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-08-11 21:40:39 +0000
committerRene Ladan <rene@FreeBSD.org>2019-08-11 21:40:39 +0000
commit57e50f7a6115f445e34d186610b449e870407034 (patch)
tree32aa1c170ae319c08372ba2dcb06e4df3fd8db3a /www
parent9af2fdd212e2eb8b0c542c35402bb7458ef5437d (diff)
downloadfreebsd-ports-57e50f7a6115f445e34d186610b449e870407034.zip
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
Diffstat (limited to 'www')
-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