Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2007 18:58:08 GMT
From:      Dominic Fandrey<lon_kamikaze@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/112364: [ports][maintainer update][java/veditor] latest version/DESTDIR safe
Message-ID:  <200705021858.l42Iw8ZH001911@www.freebsd.org>
Resent-Message-ID: <200705021910.l42JA4OQ032181@freefall.freebsd.org>

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

>Number:         112364
>Category:       misc
>Synopsis:       [ports][maintainer update][java/veditor] latest version/DESTDIR safe
>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:   Wed May 02 19:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        Releng_6
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 6.2-STABLE FreeBSD 6.2-STABLE #1: Fri Apr 27 13:45:49 CEST 2007     root@homeKamikaze.norad:/usr/obj/TPR40-6/i386/usr/src/sys/TPR40-6  i386
>Description:
Update to the latest version and DESTDIR support.
>How-To-Repeat:

>Fix:
diff -Pur java/veditor.orig/Makefile java/veditor/Makefile
--- java/veditor.orig/Makefile	Wed May  2 20:29:23 2007
+++ java/veditor/Makefile	Wed May  2 20:31:16 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	veditor
-PORTVERSION=	0.5.0
+PORTVERSION=	0.5.1
 CATEGORIES=	java cad
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -34,7 +34,7 @@
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 
-ECLIPSE=	${PREFIX}/eclipse
+ECLIPSE=	${TARGETDIR}/eclipse
 PLUGINS=	plugins
 
 do-install:
diff -Pur java/veditor.orig/distinfo java/veditor/distinfo
--- java/veditor.orig/distinfo	Wed May  2 20:29:23 2007
+++ java/veditor/distinfo	Wed May  2 20:32:30 2007
@@ -1,3 +1,3 @@
-MD5 (net.sourceforge.veditor_0.5.0.zip) = 4ae033914f44b90fb9a7c55ffa21edc3
-SHA256 (net.sourceforge.veditor_0.5.0.zip) = f1adf6620f7e5154b791a05541b7794889988a06ef895a3b146467c31a5dcade
-SIZE (net.sourceforge.veditor_0.5.0.zip) = 181378
+MD5 (net.sourceforge.veditor_0.5.1.zip) = a279540c7764a1080c696791f20574b7
+SHA256 (net.sourceforge.veditor_0.5.1.zip) = 4891ffaabf0f810e40507036c4f2f1c6b0701fc6b53b8b0f8dfc11560bf5acab
+SIZE (net.sourceforge.veditor_0.5.1.zip) = 195458
diff -Pur java/veditor.orig/pkg-plist java/veditor/pkg-plist
--- java/veditor.orig/pkg-plist	Wed May  2 20:29:23 2007
+++ java/veditor/pkg-plist	Wed May  2 20:34:02 2007
@@ -1,13 +1,20 @@
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/META-INF/MANIFEST.MF
+eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/build.gif
+eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/compile.gif
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/hierarchy.gif
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/ovr.gif
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/pers.gif
+eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/simulate.gif
+eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/template.gif
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/vsrc.gif
+eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates/verilog.xml
+eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates/vhdl.xml
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/about.html
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/plugin.xml
 eclipse/plugins/net.sourceforge.veditor_%%VER%%/veditor.jar
 @dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/META-INF
 @dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons
+@dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates
 @dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%
 @dirrmtry eclipse/plugins
 @dirrmtry eclipse
>Release-Note:
>Audit-Trail:
>Unformatted:



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