diff options
Diffstat (limited to 'devel/opengrok/Makefile')
-rw-r--r-- | devel/opengrok/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 6f19f96abffb..b4a7e0b6796f 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -1,5 +1,5 @@ PORTNAME= opengrok -PORTVERSION= 1.13.27 +DISTVERSION= 1.14.1 CATEGORIES= devel java # Doesn't currently work with portscout, but the release tarball is required. MASTER_SITES= https://github.com/oracle/opengrok/releases/download/${PORTVERSION}/ @@ -26,7 +26,7 @@ RUN_DEPENDS= uctags:devel/universal-ctags USES= cpe java CPE_VENDOR= oracle -JAVA_VERSION= 11+ +JAVA_VERSION= 17+ SHAREOWN= www SHAREGRP= www NO_BUILD= yes @@ -42,7 +42,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= GLASSFISH TOMCAT101 OPTIONS_DEFAULT= TOMCAT101 -GLASSFISH_DESC?= Glassfish support +GLASSFISH_DESC= Glassfish support GLASSFISH_VARS= WEBAPP_HOME=${LOCALBASE}/glassfish-5.1.0/glassfish TOMCAT101_VARS= WEBAPP_HOME=${LOCALBASE}/apache-tomcat-10.1 |