aboutsummaryrefslogtreecommitdiff
path: root/textproc/jalingo
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
commit5a52a082347653e46a7330eb60d51230c01183ef (patch)
tree175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /textproc/jalingo
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
ports-5a52a082347653e46a7330eb60d51230c01183ef.zip
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
Notes
Notes: svn path=/head/; revision=518482
Diffstat (limited to 'textproc/jalingo')
-rw-r--r--textproc/jalingo/Makefile4
-rw-r--r--textproc/jalingo/files/jalingo.in1
2 files changed, 1 insertions, 4 deletions
diff --git a/textproc/jalingo/Makefile b/textproc/jalingo/Makefile
index 686af0328648..990e8a86e9ca 100644
--- a/textproc/jalingo/Makefile
+++ b/textproc/jalingo/Makefile
@@ -3,8 +3,7 @@
PORTNAME= jalingo
PORTVERSION= 0.6.0
-PORTREVISION= 2
-#PORTREVISION= 0
+PORTREVISION= 3
CATEGORIES= textproc java
MASTER_SITES= SF/${PORTNAME}/JaLingo/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -17,7 +16,6 @@ LICENSE= GPLv2
USES= 7z
USE_ANT= yes
USE_JAVA= yes
-JAVA_VERSION= 1.6+
ALL_TARGET= dist
diff --git a/textproc/jalingo/files/jalingo.in b/textproc/jalingo/files/jalingo.in
index bbbc7e03f34b..a799ad15e587 100644
--- a/textproc/jalingo/files/jalingo.in
+++ b/textproc/jalingo/files/jalingo.in
@@ -1,4 +1,3 @@
#!/bin/sh
# $FreeBSD$
-JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%JALINGOJAR%% "$@"