aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-10-19 22:57:30 +0800
committermiwi <miwi@FreeBSD.org>2008-10-19 22:57:30 +0800
commita432fe4f25be309ee8a41aacaee490ad41ff7228 (patch)
treef8fa4ca0b9fc939cb0f36ef5a84cb2c0dd513e26 /net-p2p
parent8d60f0fe452ea5cf3e6215a923871278856a416b (diff)
downloadfreebsd-ports-a432fe4f25be309ee8a41aacaee490ad41ff7228.tar.gz
freebsd-ports-a432fe4f25be309ee8a41aacaee490ad41ff7228.tar.zst
freebsd-ports-a432fe4f25be309ee8a41aacaee490ad41ff7228.zip
- Update to 3.2.6.106
PR: 128197 Submitted by: Christian Sturm <athaba@inode.at> (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/phex/Makefile17
-rw-r--r--net-p2p/phex/distinfo6
2 files changed, 13 insertions, 10 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile
index 806acb2fa936..e3435c77e24f 100644
--- a/net-p2p/phex/Makefile
+++ b/net-p2p/phex/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= phex
-PORTVERSION= 2.2.0.83
-PORTREVISION= 2
+PORTVERSION= 3.2.6.106
CATEGORIES= net-p2p java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,8 +15,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Java multi platform and spyware free gnutella client
+#WRKSRC= ${WRKDIR}/${PORTNAME}/lib
+
USE_JAVA= yes
-JAVA_VERSION= 1.4+
+JAVA_VERSION= 1.5+
USE_ZIP= yes
NO_BUILD= yes
PLIST_SUB= JAR_DIR=${JAR_DIR}
@@ -27,10 +28,12 @@ JAR_DIR= ${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}
DOC_FILES= Phex_other.htm Phex_win.htm
JAR_FILES= \
+ MRJAdapter.jar \
+ commons-collections-3.2.jar \
+ commons-httpclient-3.0.1.jar \
commons-logging.jar \
- forms-1.0.5.jar \
- jaxb.jar \
- looks-1.3rc.jar \
+ forms-1.1.0.jar \
+ looks-2.1.4.jar \
phex.jar
PORTDOCS= ${DOC_FILES}
@@ -57,7 +60,7 @@ post-patch:
do-install:
@${MKDIR} ${PREFIX}/${JAR_DIR}
.for jar in ${JAR_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${jar} ${PREFIX}/${JAR_DIR}
+ @${INSTALL_DATA} ${WRKSRC}/lib/${jar} ${PREFIX}/${JAR_DIR}
.endfor
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
diff --git a/net-p2p/phex/distinfo b/net-p2p/phex/distinfo
index 8f8e4f62bf03..cc6e66f7b22b 100644
--- a/net-p2p/phex/distinfo
+++ b/net-p2p/phex/distinfo
@@ -1,3 +1,3 @@
-MD5 (phex_2.2.0.83.zip) = 030a35dd14585658b9b5136147e49757
-SHA256 (phex_2.2.0.83.zip) = 7cef874609c57f940ab74f822907807163af5d4c3639b4fe1f2fe52a6523ffb4
-SIZE (phex_2.2.0.83.zip) = 2200217
+MD5 (phex_3.2.6.106.zip) = 58678a7c4f1181f09dc6cfe252ccdf30
+SHA256 (phex_3.2.6.106.zip) = 9df0ad6e9a0e912c1272786e1eb97b17997c8b76fdd8954283be755540ad10c1
+SIZE (phex_3.2.6.106.zip) = 5833853