diff options
-rw-r--r-- | net-p2p/phex/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/phex/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/phex/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/phex/Makefile | 2 | ||||
-rw-r--r-- | net/phex/distinfo | 2 | ||||
-rw-r--r-- | net/phex/files/wrapper.sh | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile index 2bbba46d5067..0011fc3bc62f 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 5cf88ccaeaf1..375da73509f6 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 bc546605ffb1..aab757cc6841 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} $* diff --git a/net/phex/Makefile b/net/phex/Makefile index 2bbba46d5067..0011fc3bc62f 100644 --- a/net/phex/Makefile +++ b/net/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/phex/distinfo b/net/phex/distinfo index 5cf88ccaeaf1..375da73509f6 100644 --- a/net/phex/distinfo +++ b/net/phex/distinfo @@ -1 +1 @@ -MD5 (phex_0.5.6.zip) = 1c22b6be0cc4f445c59611029f8adc0d +MD5 (phex_0.6.zip) = 2a1ee690290b43e0ce11a70f9ffb9bba diff --git a/net/phex/files/wrapper.sh b/net/phex/files/wrapper.sh index bc546605ffb1..aab757cc6841 100644 --- a/net/phex/files/wrapper.sh +++ b/net/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} $* |