diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:37:17 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:37:17 +0200 |
commit | d660b08f192f80dceffd983bce04933f69e1fcf7 (patch) | |
tree | 740e1eb8692e3d9018e0a6d8765028a155dd3dfc /java/javahelp/Makefile | |
parent | Mk/bsd.options.desc.mk: remove entry for expired TOMCAT85 (diff) |
java/javahelp: use Tomcat 9.0 instead of expired Tomcat 8.5
Diffstat (limited to 'java/javahelp/Makefile')
-rw-r--r-- | java/javahelp/Makefile | 4 |
1 files 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 |