ports/121398: [maintainer-update] java/veditor latest release
Dominic Fandrey
LoN_Kamikaze at gmx.de
Wed Mar 5 17:50:01 UTC 2008
>Number: 121398
>Category: ports
>Synopsis: [maintainer-update] java/veditor latest release
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 05 17:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Dominic Fandrey
>Release: RELENG_7
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Mar 3 16:18:05 CET 2008 root at mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b amd64
>Description:
The overdue update to the latest release and fixes to the port.
- Maintainer migrates to a new e-mail address
- Use of options fixed
>How-To-Repeat:
>Fix:
diff -Pur ports/java/veditor.orig/Makefile ports/java/veditor/Makefile
--- ports/java/veditor.orig/Makefile 2008-03-05 15:27:47.000000000 +0100
+++ ports/java/veditor/Makefile 2008-03-05 18:39:11.000000000 +0100
@@ -6,17 +6,24 @@
#
PORTNAME= veditor
-PORTVERSION= 0.5.1
+PORTVERSION= 0.6.0
CATEGORIES= java cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}
+EXTRACT_SUFX= .jar
+EXTRACT_ONLY=
-MAINTAINER= lon_kamikaze at gmx.de
+MAINTAINER= kamikaze at bsdforen.de
COMMENT= A Verilog and VHDL editor plugin for eclipse
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
+OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \
+ VHDL "Support VHDL with FreeHDL" On
+
+.include <bsd.port.pre.mk>
+
.if defined(WITH_VERILOG)
RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog
.endif
@@ -25,13 +32,9 @@
RUN_DEPENDS+= freehdl-v2cc:${PORTSDIR}/cad/freehdl
.endif
-OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \
- VHDL "Support VHDL with FreeHDL" On
-
PLIST_SUB= VER=${PORTVERSION}
NO_BUILD= yes
-USE_ZIP= yes
NO_WRKSUBDIR= yes
ECLIPSE= ${PREFIX}/eclipse
@@ -39,21 +42,6 @@
do-install:
@${MKDIR} ${ECLIPSE}/${PLUGINS}
- @${CP} -r ${WRKSRC}/${PLUGINS}/* ${ECLIPSE}/${PLUGINS}/
-
-plist: build
- @${ECHO} "===> Rebuilding PLIST."
- @${TOUCH} ${PLIST}
- @${RM} ${PLIST}
- @${FIND} -d ${WRKSRC}/${PLUGINS}/ -not -type d \
- | ${SED} "s|${WRKSRC}|eclipse|1" \
- | ${SED} "s|${PORTVERSION}|%%VER%%|g" \
- >> ${PLIST}
- @${FIND} -d ${WRKSRC}/${PLUGINS}/ -mindepth 1 -type d \
- | ${SED} "s|${WRKSRC}|@dirrm eclipse|1" \
- | ${SED} "s|${PORTVERSION}|%%VER%%|g" \
- >> ${PLIST}
- @${ECHO} "@dirrmtry eclipse/${PLUGINS}" >> ${PLIST}
- @${ECHO} "@dirrmtry eclipse" >> ${PLIST}
+ @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -Pur ports/java/veditor.orig/distinfo ports/java/veditor/distinfo
--- ports/java/veditor.orig/distinfo 2008-03-05 15:27:47.000000000 +0100
+++ ports/java/veditor/distinfo 2008-03-05 18:22:06.000000000 +0100
@@ -1,3 +1,3 @@
-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
+MD5 (net.sourceforge.veditor_0.6.0.jar) = 7b3d79dfad64bddcb654e33dd1726b50
+SHA256 (net.sourceforge.veditor_0.6.0.jar) = e4197e094af554c2a81d8c206c6041ae6e39cef592c371d9e507f3cb67797fb4
+SIZE (net.sourceforge.veditor_0.6.0.jar) = 610623
diff -Pur ports/java/veditor.orig/pkg-plist ports/java/veditor/pkg-plist
--- ports/java/veditor.orig/pkg-plist 2008-03-05 15:27:47.000000000 +0100
+++ ports/java/veditor/pkg-plist 2008-03-05 18:30:44.000000000 +0100
@@ -1,20 +1,3 @@
-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
- at dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/META-INF
- at dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons
- at dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates
- at dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%
+eclipse/plugins/net.sourceforge.veditor_%%VER%%.jar
@dirrmtry eclipse/plugins
@dirrmtry eclipse
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list