summaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-11-20 17:08:07 +0000
committerlioux <lioux@FreeBSD.org>2001-11-20 17:08:07 +0000
commit678d287069eb211b95995aa805cbe8bacc13984e (patch)
tree0d377151da87962ba3535427d14d48afd71fa138 /net-p2p
parent428708ef64af86882b5a95cb96956e69c1a618c0 (diff)
downloadFreeBSD-ports-678d287069eb211b95995aa805cbe8bacc13984e.zip
FreeBSD-ports-678d287069eb211b95995aa805cbe8bacc13984e.tar.gz
o Update to 0.6
o Let the java program receive parameters through the wrapper script
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/phex/Makefile2
-rw-r--r--net-p2p/phex/distinfo2
-rw-r--r--net-p2p/phex/files/wrapper.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile
index 2bbba46..0011fc3 100644
--- a/net-p2p/phex/Makefile
+++ b/net-p2p/phex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= phex
-PORTVERSION= 0.5.6
+PORTVERSION= 0.6
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-p2p/phex/distinfo b/net-p2p/phex/distinfo
index 5cf88cc..375da73 100644
--- a/net-p2p/phex/distinfo
+++ b/net-p2p/phex/distinfo
@@ -1 +1 @@
-MD5 (phex_0.5.6.zip) = 1c22b6be0cc4f445c59611029f8adc0d
+MD5 (phex_0.6.zip) = 2a1ee690290b43e0ce11a70f9ffb9bba
diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh
index bc54660..aab757c 100644
--- a/net-p2p/phex/files/wrapper.sh
+++ b/net-p2p/phex/files/wrapper.sh
@@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILE="%%JAR_FILE%%"
-${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE}
+${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $*
OpenPOWER on IntegriCloud