misc/148622: [maintainer-update] java/veditor 0.7.1_1

Dominic Fandrey kamikaze at bsdforen.de
Thu Jul 15 06:40:06 UTC 2010


>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 at 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
- at dirrmtry eclipse/plugins
- at dirrmtry eclipse
+%%ECLIPSE%%/plugins/net.sourceforge.veditor_%%VER%%.jar
+ at dirrmtry %%ECLIPSE%%/plugins
+ at dirrmtry %%ECLIPSE%%


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


More information about the freebsd-bugs mailing list