diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-04 01:10:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-04 01:10:42 +0800 |
commit | 5745de6472d65222bff9c1957880791834d7c3af (patch) | |
tree | 5e19cfdd25480bfc2b08e4b08b7f6d0886fbae71 | |
parent | 27a25aa76f8594cfe53b95c24ac9afaa7fc10c4a (diff) | |
download | freebsd-ports-gnome-5745de6472d65222bff9c1957880791834d7c3af.tar.gz freebsd-ports-gnome-5745de6472d65222bff9c1957880791834d7c3af.tar.zst freebsd-ports-gnome-5745de6472d65222bff9c1957880791834d7c3af.zip |
- Update to 0.7.1
PR: 146803
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
-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 cd386a46e2ae..a4eaba195d0d 100644 --- a/java/veditor/Makefile +++ b/java/veditor/Makefile @@ -6,8 +6,7 @@ # PORTNAME= veditor -PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.7.1 CATEGORIES= java cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION} DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} @@ -22,7 +21,7 @@ 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> +.include <bsd.port.options.mk> .if defined(WITH_VERILOG) RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog @@ -44,4 +43,4 @@ do-install: @${MKDIR} ${ECLIPSE}/${PLUGINS} @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/java/veditor/distinfo b/java/veditor/distinfo index 78033e216fc8..b7a36063881e 100644 --- a/java/veditor/distinfo +++ b/java/veditor/distinfo @@ -1,3 +1,3 @@ -MD5 (net.sourceforge.veditor_0.7.0.jar) = 2ab9d82155461f44c3cd1f2f91110984 -SHA256 (net.sourceforge.veditor_0.7.0.jar) = bc717f948cdf473a14873cdd56916accb9c6a9b0a6e678f45b215c50763dc355 -SIZE (net.sourceforge.veditor_0.7.0.jar) = 661355 +MD5 (net.sourceforge.veditor_0.7.1.jar) = 3caeeef0f6fbd313a75d2d4faed58eff +SHA256 (net.sourceforge.veditor_0.7.1.jar) = dc04df82e8cd75e53e5c132f8aa24949efdb66edcd850c270e9e624a0ebe806a +SIZE (net.sourceforge.veditor_0.7.1.jar) = 678508 |