Fix
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
PORTNAME= data-prepper
|
||||
DISTVERSION= 2.10.2
|
||||
DISTVERSIONSUFFIX= -linux-x64
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils java
|
||||
MASTER_SITES= https://artifacts.opensearch.org/${PORTNAME}/${DISTVERSION}/
|
||||
DISTNAME= opensearch-${PKGNAME}${DISTVERSIONSUFFIX}
|
||||
@ -14,7 +15,8 @@ LICENSE= APACHE20
|
||||
RUN_DEPENDS= bash>0:shells/bash
|
||||
|
||||
USES= cpe shebangfix java
|
||||
JAVA_VERSION= 17+
|
||||
# This ports works only with Java 17
|
||||
JAVA_VERSION= 17
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
SHEBANG_FILES= bin/data-prepper
|
||||
|
||||
Reference in New Issue
Block a user