Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 20:41:31 -0700 (PDT)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148613: [PATCH] devel/mercurialeclipse: Update path for new eclipse version
Message-ID:  <201007150341.o6F3fVS3004404@misty.eyesbeyond.com>
Resent-Message-ID: <201007150350.o6F3o4dl065230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148613
>Category:       ports
>Synopsis:       [PATCH] devel/mercurialeclipse: Update path for new eclipse version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 15 03:50:04 UTC 2010
>Closed-Date:
>Last-Modified:
>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 (eg@fbsd.lt) is cc'd.

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

--- mercurialeclipse-1.4.1286_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/devel/mercurialeclipse/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	28 Mar 2010 06:33:22 -0000	1.5
+++ Makefile	15 Jul 2010 03:36:32 -0000
@@ -25,7 +25,7 @@
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-ECLIPSE=	${PREFIX}/eclipse
+ECLIPSE=	${PREFIX}/lib/eclipse
 PLUGINS=	plugins
 
 do-install:
Index: pkg-plist
===================================================================
RCS file: /var/fcvs/ports/devel/mercurialeclipse/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	5 Aug 2009 08:29:58 -0000	1.1
+++ pkg-plist	15 Jul 2010 03:36:39 -0000
@@ -1,2 +1,2 @@
-eclipse/plugins/com.vectrace.MercurialEclipse_%%VER%%.jar
-@dirrmtry eclipse/plugins
+lib/eclipse/plugins/com.vectrace.MercurialEclipse_%%VER%%.jar
+@dirrmtry lib/eclipse/plugins
--- mercurialeclipse-1.4.1286_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007150341.o6F3fVS3004404>