lang/bsh: Use JDK 8 to build.

The build breaks with JDK 9+. Upstream has fixed this in their development
version but they haven't released a new version, so for nw require Java 8
to build.

Pet portlint while here.

Reported by:	Tom Jones
Approved by:	thierry (mentor, implicit)
This commit is contained in:
Pedro F. Giffuni
2020-07-30 17:28:36 +00:00
parent 1d970a3f41
commit 9e1537b123

View File

@@ -16,6 +16,7 @@ GH_ACCOUNT= beanshell
GH_PROJECT= beanshell
USE_JAVA= yes
JAVA_BUILD= 8
USE_ANT= yes
ALL_TARGET= jarall
@@ -23,7 +24,7 @@ ALL_TARGET= jarall
SUB_FILES= ${PORTNAME}.sh
SUB_LIST= JARNAME=${PORTNAME}.jar
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \
bin/${PORTNAME}
do-install: