diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-26 16:54:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-26 16:54:18 +0800 |
commit | 424c7a3f7c0661f5ca53efce52dc1a731bdc2b3c (patch) | |
tree | 10ea48fad590caa43f1133b2b94ad94ce7470cea /java | |
parent | 7ce79d79a8eebb3b90bc0781b05c7aebb0c24061 (diff) | |
download | freebsd-ports-gnome-424c7a3f7c0661f5ca53efce52dc1a731bdc2b3c.tar.gz freebsd-ports-gnome-424c7a3f7c0661f5ca53efce52dc1a731bdc2b3c.tar.zst freebsd-ports-gnome-424c7a3f7c0661f5ca53efce52dc1a731bdc2b3c.zip |
- Update to 0.6.1
PR: 127355
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'java')
-rw-r--r-- | java/veditor/Makefile | 7 | ||||
-rw-r--r-- | java/veditor/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/java/veditor/Makefile b/java/veditor/Makefile index 0ad8fd8a7506..f8bee1d8c37b 100644 --- a/java/veditor/Makefile +++ b/java/veditor/Makefile @@ -6,10 +6,9 @@ # PORTNAME= veditor -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= java cad -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= @@ -17,7 +16,7 @@ EXTRACT_ONLY= MAINTAINER= kamikaze@bsdforen.de COMMENT= A Verilog and VHDL editor plugin for eclipse -#RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \ VHDL "Support VHDL with FreeHDL" On diff --git a/java/veditor/distinfo b/java/veditor/distinfo index 09e8f50b97b6..5326d53f0ada 100644 --- a/java/veditor/distinfo +++ b/java/veditor/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (net.sourceforge.veditor_0.6.1.jar) = b50bcbc04db5c5bcc6d74c4ff1b15eaa +SHA256 (net.sourceforge.veditor_0.6.1.jar) = 33b457c2b4ed3bceb992ff8a0d13ef319fa9566685df71c7cc9d2052b92aa24e +SIZE (net.sourceforge.veditor_0.6.1.jar) = 594807 |