aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/phex
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 /net-p2p/phex
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 'net-p2p/phex')
-rw-r--r--net-p2p/phex/Makefile3
-rw-r--r--net-p2p/phex/files/phex.sh.in2
2 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile
index e03bc780b260..f4792c06108e 100644
--- a/net-p2p/phex/Makefile
+++ b/net-p2p/phex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phex
PORTVERSION= 3.4.2.116
+PORTREVISION= 1
CATEGORIES= net-p2p java
MASTER_SITES= SF/${PORTNAME}/Phex%20Final%20Releases/Phex%20${PORTVERSION:R}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -14,11 +15,9 @@ LICENSE= GPLv2
USES= zip
USE_JAVA= yes
-JAVA_VERSION= 1.6+
NO_BUILD= yes
SUB_FILES= ${PORTNAME}.sh
-SUB_LIST= JAVA_VERSION=${JAVA_VERSION}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
PORTDOCS= Phex_other.htm \
diff --git a/net-p2p/phex/files/phex.sh.in b/net-p2p/phex/files/phex.sh.in
index 70171e64c04d..28164277d05f 100644
--- a/net-p2p/phex/files/phex.sh.in
+++ b/net-p2p/phex/files/phex.sh.in
@@ -1,5 +1,3 @@
#!/bin/sh
-export JAVA_VERSION="%%JAVA_VERSION%%"
-
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -jar phex.jar "${@}"