Date: Thu, 15 Jul 2010 06:35:07 GMT From: Dominic Fandrey <kamikaze@bsdforen.de> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/148622: [maintainer-update] java/veditor 0.7.1_1 Message-ID: <201007150635.o6F6Z7eS055678@www.freebsd.org> Resent-Message-ID: <201007150640.o6F6e6ol022229@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 148622
>Category: misc
>Synopsis: [maintainer-update] java/veditor 0.7.1_1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 15 06:40:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Dominic Fandrey
>Release: RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Fri Jul 9 19:00:24 CEST 2010 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64
>Description:
- Follow Eclipse path changes
- Bump PORTREVISION
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -Nur veditor.orig/Makefile veditor/Makefile
--- veditor.orig/Makefile 2010-07-15 08:25:37.000000000 +0200
+++ veditor/Makefile 2010-07-15 08:28:34.000000000 +0200
@@ -7,6 +7,7 @@
PORTNAME= veditor
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= java cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION}
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}
@@ -31,16 +32,18 @@
RUN_DEPENDS+= freehdl-v2cc:${PORTSDIR}/cad/freehdl
.endif
-PLIST_SUB= VER=${PORTVERSION}
+PLIST_SUB= VER=${PORTVERSION} \
+ ECLIPSE=${ECLIPSE}
NO_BUILD= yes
NO_WRKSUBDIR= yes
-ECLIPSE= ${PREFIX}/eclipse
+ECLIPSE= lib/eclipse
PLUGINS= plugins
do-install:
- @${MKDIR} ${ECLIPSE}/${PLUGINS}
- @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
+ @${MKDIR} ${PREFIX}/${ECLIPSE}/${PLUGINS}
+ @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \
+ ${PREFIX}/${ECLIPSE}/${PLUGINS}/
.include <bsd.port.mk>
diff -Nur veditor.orig/pkg-plist veditor/pkg-plist
--- veditor.orig/pkg-plist 2010-07-15 08:25:37.000000000 +0200
+++ veditor/pkg-plist 2010-07-15 08:29:10.000000000 +0200
@@ -1,3 +1,3 @@
-eclipse/plugins/net.sourceforge.veditor_%%VER%%.jar
-@dirrmtry eclipse/plugins
-@dirrmtry eclipse
+%%ECLIPSE%%/plugins/net.sourceforge.veditor_%%VER%%.jar
+@dirrmtry %%ECLIPSE%%/plugins
+@dirrmtry %%ECLIPSE%%
>Release-Note:
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007150635.o6F6Z7eS055678>
