From glewis@misty.eyesbeyond.com  Fri Jul 16 05:27:54 2010
Return-Path: <glewis@misty.eyesbeyond.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 31FEA1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jul 2010 05:27:54 +0000 (UTC)
	(envelope-from glewis@misty.eyesbeyond.com)
Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16])
	by mx1.freebsd.org (Postfix) with ESMTP id EC1428FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jul 2010 05:27:53 +0000 (UTC)
Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1])
	by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id o6G5Rr1T014795;
	Thu, 15 Jul 2010 22:27:53 -0700 (PDT)
	(envelope-from glewis@misty.eyesbeyond.com)
Received: (from glewis@localhost)
	by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id o6G5Rr5f014794;
	Thu, 15 Jul 2010 22:27:53 -0700 (PDT)
	(envelope-from glewis)
Message-Id: <201007160527.o6G5Rr5f014794@misty.eyesbeyond.com>
Date: Thu, 15 Jul 2010 22:27:53 -0700 (PDT)
From: Greg Lewis <glewis@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: zhoushuqun@gmail.com
Subject: [PATCH] java/eclipse-PropertiesEditor: update path for new eclipse version
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148668
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-PropertiesEditor: update path for new eclipse version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 16 05:30:01 UTC 2010
>Closed-Date:    Sat Jul 31 17:51:20 UTC 2010
>Last-Modified:  Sat Jul 31 18:00:11 UTC 2010
>Originator:     Greg Lewis
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sat Apr 10 10:48:33 PDT 2010
>Description:
. Update the installation paths for the new version of eclipse

Port maintainer (zhoushuqun@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- eclipse-PropertiesEditor-4.8.2_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-propedit/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	28 Mar 2010 06:38:41 -0000	1.4
+++ Makefile	16 Jul 2010 05:02:29 -0000
@@ -28,12 +28,12 @@
 JAVA_OS=	native
 
 do-install:
-	@${MKDIR} ${PREFIX}/eclipse
-	@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
-	@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
-	@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
+	@${MKDIR} ${PREFIX}/lib/eclipse
+	@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
+	@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+	@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
 	@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
 	| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
-	| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
+	| ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
--- eclipse-PropertiesEditor-4.8.2_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: glewis 
Responsible-Changed-When: Fri Jul 16 05:49:07 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148668 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Sat Jul 31 17:51:19 UTC 2010 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148668: commit references a PR
Date: Sat, 31 Jul 2010 17:51:17 +0000 (UTC)

 glewis      2010-07-31 17:51:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/eclipse-propedit Makefile 
   Log:
   . Update the installation paths for the new version of eclipse
   
   PR:             148668
   Approved by:    Sutra Zhou <zhoushuqun@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +5 -5      ports/java/eclipse-propedit/Makefile
 _______________________________________________
 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:
