ports/148618: [PATCH] java/eclipse-clay-core: update path for new eclipse version
Greg Lewis
glewis at FreeBSD.org
Thu Jul 15 06:00:14 UTC 2010
>Number: 148618
>Category: ports
>Synopsis: [PATCH] java/eclipse-clay-core: 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 06:00:13 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 (mitsuru at riken.jp) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- eclipse-clay-core-1.4.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-clay-core/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile 28 Mar 2010 06:38:37 -0000 1.18
+++ Makefile 13 Jul 2010 06:18:55 -0000
@@ -18,7 +18,7 @@
MAINTAINER= mitsuru at riken.jp
COMMENT= A database design tool for the Eclipse development environment
-RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
+RUN_DEPENDS+= ${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
RESTRICTED= License agreement is required to download.
@@ -37,8 +37,8 @@
.endif
do-install:
- @${MKDIR} ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+ @${MKDIR} ${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
.include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-clay-core/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist 12 Dec 2008 15:08:17 -0000 1.2
+++ pkg-plist 15 Jul 2010 04:08:49 -0000
@@ -1,32 +1,32 @@
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_logo.gif
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.properties
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.xml
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature_ja.properties
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
-eclipse/plugins/jp.azzurri.clay.core.ui_%%RELEASEVERSION%%.jar
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF/MANIFEST.MF
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.ini
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.mappings
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.properties
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about_en.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri.cer
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_clay_core.jar
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/clayFeature.jpg
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/about.properties
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/welcome.xml
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/about.properties
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/welcome.xml
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/plugin.xml
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/databaseModelValidators.exsd
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/sqlDialectLists.exsd
- at dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF
- at dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en
- at dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja
- at dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl
- at dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema
- at dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%
- at dirrm eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_logo.gif
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.properties
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.xml
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature_ja.properties
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
+lib/eclipse/plugins/jp.azzurri.clay.core.ui_%%RELEASEVERSION%%.jar
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF/MANIFEST.MF
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.ini
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.mappings
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.properties
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about_en.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri.cer
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_clay_core.jar
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/clayFeature.jpg
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/about.properties
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/welcome.xml
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/about.properties
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/welcome.xml
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/plugin.xml
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/databaseModelValidators.exsd
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/sqlDialectLists.exsd
+ at dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF
+ at dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en
+ at dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja
+ at dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl
+ at dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema
+ at dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%
+ at dirrm lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%
--- eclipse-clay-core-1.4.2_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list