mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
www/axis2: use Tomcat 9 by default as Tomcat 8.5 expired
This commit is contained in:
parent
53fa88c171
commit
e244e26128
@ -1,5 +1,6 @@
|
||||
PORTNAME= axis2
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
|
||||
@ -18,14 +19,11 @@ NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_SINGLE= AS
|
||||
OPTIONS_SINGLE_AS= TOMCAT85 TOMCAT9 TOMCAT101
|
||||
OPTIONS_DEFAULT= TOMCAT85
|
||||
OPTIONS_SINGLE_AS= TOMCAT9 TOMCAT101
|
||||
OPTIONS_DEFAULT= TOMCAT9
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
TOMCAT85_VARS= APPHOME=${LOCALBASE}/apache-tomcat-8.5
|
||||
TOMCAT85_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat85
|
||||
|
||||
TOMCAT9_VARS= APPHOME=${LOCALBASE}/apache-tomcat-9.0
|
||||
TOMCAT9_RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user