www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
This commit is contained in:
parent
9af2fdd212
commit
57e50f7a61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508682
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user