git: e244e26128c2 - main - www/axis2: use Tomcat 9 by default as Tomcat 8.5 expired

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:23:30 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e244e26128c29c500f56dcba5ee0638d395bd8cb

commit e244e26128c29c500f56dcba5ee0638d395bd8cb
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 12:23:08 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 12:23:08 +0000

    www/axis2: use Tomcat 9 by default as Tomcat 8.5 expired
---
 www/axis2/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/www/axis2/Makefile b/www/axis2/Makefile
index 765b8c2d1666..39bded69be00 100644
--- a/www/axis2/Makefile
+++ b/www/axis2/Makefile
@@ -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