From nobody@FreeBSD.org  Sat Oct 18 09:11:14 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8AE1B1065686
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 18 Oct 2008 09:11:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 792FE8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 18 Oct 2008 09:11:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9I9BEB8025470
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 18 Oct 2008 09:11:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9I9BE0i025469;
	Sat, 18 Oct 2008 09:11:14 GMT
	(envelope-from nobody)
Message-Id: <200810180911.m9I9BE0i025469@www.freebsd.org>
Date: Sat, 18 Oct 2008 09:11:14 GMT
From: Christian Sturm <athaba@inode.at>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update net-p2p/phex to the latest version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128197
>Category:       ports
>Synopsis:       Update net-p2p/phex to the latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 09:20:02 UTC 2008
>Closed-Date:    Sun Oct 19 14:57:37 UTC 2008
>Last-Modified:  Sun Oct 19 15:00:10 UTC 2008
>Originator:     Christian Sturm
>Release:        7-STABLE
>Organization:
>Environment:
>Description:
Attached is an update/patch for net-p2p/phex
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? phex.patch
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-p2p/phex/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile	6 Jun 2008 13:53:44 -0000	1.27
+++ Makefile	18 Oct 2008 09:07:09 -0000
@@ -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,11 +28,13 @@ JAR_DIR=	${JAVAJARDIR:S,^${PREFIX}/,,}/$
 
 DOC_FILES=	Phex_other.htm Phex_win.htm
 JAR_FILES=	\
-		commons-logging.jar \
-		forms-1.0.5.jar \
-		jaxb.jar \
-		looks-1.3rc.jar \
-		phex.jar
+		lib/MRJAdapter.jar \
+		lib/commons-collections-3.2.jar \
+		lib/commons-httpclient-3.0.1.jar \
+		lib/commons-logging.jar \
+		lib/forms-1.1.0.jar \
+		lib/looks-2.1.4.jar \
+		lib/phex.jar
 
 PORTDOCS=	${DOC_FILES}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-p2p/phex/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo	11 Nov 2005 06:06:09 -0000	1.12
+++ distinfo	18 Oct 2008 09:07:09 -0000
@@ -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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Oct 18 12:18:21 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128197 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 19 14:57:36 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128197 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128197: commit references a PR
Date: Sun, 19 Oct 2008 14:57:44 +0000 (UTC)

 miwi        2008-10-19 14:57:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/phex         Makefile distinfo 
   Log:
   - Update to 3.2.6.106
   
   PR:             128197
   Submitted by:   Christian Sturm <athaba@inode.at> (maintainer)
   
   Revision  Changes    Path
   1.28      +10 -7     ports/net-p2p/phex/Makefile
   1.13      +3 -3      ports/net-p2p/phex/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
