From glewis@misty.eyesbeyond.com  Fri Jul 16 05:45:21 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 39702106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jul 2010 05:45:21 +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 F35DE8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jul 2010 05:45:20 +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 o6G5jKM6036642;
	Thu, 15 Jul 2010 22:45:20 -0700 (PDT)
	(envelope-from glewis@misty.eyesbeyond.com)
Received: (from glewis@localhost)
	by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id o6G5jIME036641;
	Thu, 15 Jul 2010 22:45:18 -0700 (PDT)
	(envelope-from glewis)
Message-Id: <201007160545.o6G5jIME036641@misty.eyesbeyond.com>
Date: Thu, 15 Jul 2010 22:45:18 -0700 (PDT)
From: Greg Lewis <glewis@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sugimura@jp.FreeBSD.ORG
Subject: [PATCH] java/eclipse-sqlexplorer: update path for new eclipse version
X-Send-Pr-Version: 3.113
X-GNATS-Notify: sugimura@jp.FreeBSD.ORG

>Number:         148671
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-sqlexplorer: 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:50:01 UTC 2010
>Closed-Date:    Sat Jul 31 18:05:16 UTC 2010
>Last-Modified:  Sat Jul 31 18:10:07 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 path for the new version of eclipse.

Port maintainer (sugimura@jp.FreeBSD.ORG) is cc'd.

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

--- eclipse-sqlexplorer-2.2.4_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-sqlexplorer/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	28 Mar 2010 06:38:41 -0000	1.12
+++ Makefile	16 Jul 2010 05:41:52 -0000
@@ -19,19 +19,19 @@
 COMMENT=	A visual database query tool for Eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
-		${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
+		${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 
 do-install:
-		@${MKDIR} -p ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
+		@${MKDIR} -p ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
 		@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
-			| ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
 		@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
 			| ${GREP} -vE '^plugins$$' \
-			| ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
--- eclipse-sqlexplorer-2.2.4_5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 16 05:50:26 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148671 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jul 16 05:50:30 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sugimura@jp.FreeBSD.ORG
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148671: [PATCH] java/eclipse-sqlexplorer: update path for new eclipse version
Date: Fri, 16 Jul 2010 05:50:29 UT

 Maintainer of java/eclipse-sqlexplorer,
 
 Please note that PR ports/148671 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148671
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: glewis 
State-Changed-When: Sat Jul 31 18:05:15 UTC 2010 
State-Changed-Why:  
Committed. 

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

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

 glewis      2010-07-31 18:04:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/eclipse-sqlexplorer Makefile 
   Log:
   . Update the installation path for the new version of eclipse.
   
   PR:             148671
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.13      +5 -5      ports/java/eclipse-sqlexplorer/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:
