git: d660b08f192f - main - java/javahelp: use Tomcat 9.0 instead of expired Tomcat 8.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:37:38 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d660b08f192f80dceffd983bce04933f69e1fcf7 commit d660b08f192f80dceffd983bce04933f69e1fcf7 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-08-04 12:37:17 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-08-04 12:37:17 +0000 java/javahelp: use Tomcat 9.0 instead of expired Tomcat 8.5 --- java/javahelp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/javahelp/Makefile b/java/javahelp/Makefile index 4fb763ecf96e..49c2e3f1200c 100644 --- a/java/javahelp/Makefile +++ b/java/javahelp/Makefile @@ -1,6 +1,6 @@ PORTNAME= javahelp PORTVERSION= 2.0.05.20170719 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MAINTAINER= ports@FreeBSD.org @@ -18,7 +18,7 @@ GH_TAGNAME= 3ca862d USE_JAVA= yes USE_ANT= yes -TOMCAT_VER?= 8.5 +TOMCAT_VER?= 9.0 TOMCAT_PORT= www/tomcat${TOMCAT_VER:S/.0//:S/.//} TOMCAT_DIR= ${LOCALBASE}/apache-tomcat-${TOMCAT_VER} TOMCAT_jsp= ${TOMCAT_DIR}/lib/jsp-api.jar