diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
commit | 5a52a082347653e46a7330eb60d51230c01183ef (patch) | |
tree | 175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /net-p2p | |
parent | bb21effd9b960e4613fbf599abcde1f3e655d817 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/frost/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/frost/files/wrapper.sh | 3 | ||||
-rw-r--r-- | net-p2p/phex/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/phex/files/phex.sh.in | 2 | ||||
-rw-r--r-- | net-p2p/vuze/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/vuze/files/vuze.in | 1 |
6 files changed, 3 insertions, 12 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile index 62b6920f1bfe..d7aa093623ac 100644 --- a/net-p2p/frost/Makefile +++ b/net-p2p/frost/Makefile @@ -3,7 +3,7 @@ PORTNAME= frost PORTVERSION= 1.2.0.20090314 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= net-p2p java MASTER_SITES= SF/jtc${PORTNAME}/${PORTNAME}/14-Mar-2009 @@ -14,7 +14,6 @@ COMMENT= Freenet client that provides messenger and file services USES= zip USE_JAVA= yes -JAVA_VERSION= 1.6+ JAVA_RUN= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -60,7 +59,6 @@ DESKTOP_ENTRIES= "Frost" "Freenet Client" \ post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|; \ - s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \ s|%%JAVAVM%%|${JAVAVM}|; \ s|%%JAR_DIR%%|${JAR_DIR}|; \ s|%%JAR_FILE%%|${JAR_FILE}|; \ diff --git a/net-p2p/frost/files/wrapper.sh b/net-p2p/frost/files/wrapper.sh index 78dc182f71fa..52ca5f86fb71 100644 --- a/net-p2p/frost/files/wrapper.sh +++ b/net-p2p/frost/files/wrapper.sh @@ -1,9 +1,6 @@ #!/bin/sh -export JAVA_VERSION - PREFIX="%%PREFIX%%" -JAVA_VERSION="%%JAVA_VERSION%%" JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" 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 "${@}" diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index c2e6b1ec1673..3ef1d94e9313 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -3,7 +3,7 @@ PORTNAME= vuze PORTVERSION= 5.7.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p java MASTER_SITES= SF/azureus/vuze/Vuze_${PORTVERSION:S/.//g} DISTNAME= Vuze_${PORTVERSION:S/.//g}_source diff --git a/net-p2p/vuze/files/vuze.in b/net-p2p/vuze/files/vuze.in index e2c7d24875dd..f055e8b5bd0c 100644 --- a/net-p2p/vuze/files/vuze.in +++ b/net-p2p/vuze/files/vuze.in @@ -3,7 +3,6 @@ # $FreeBSD: /tmp/pcvs/ports/net-p2p/vuze/files/vuze.in,v 1.2 2009-12-01 21:05:21 rnoland Exp $ # java -export JAVA_VERSION="%%JAVA_VERSION%%" export JAVA_OS="%%JAVA_OS%%" ECLIPSE_BASE=%%LOCALBASE%%/eclipse |