diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-08 21:32:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-08 21:32:25 +0000 |
commit | abf6cc936295c805758e971b14aa8ca6f815f408 (patch) | |
tree | 2844bb1378959208ac78083607a99d171690933c /cad/impact | |
parent | ff2b67ac7dd0fd031c3b595225c7e3a1238c56e0 (diff) |
Notes
Diffstat (limited to 'cad/impact')
-rw-r--r-- | cad/impact/Makefile | 2 | ||||
-rw-r--r-- | cad/impact/distinfo | 4 | ||||
-rw-r--r-- | cad/impact/files/impact.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cad/impact/Makefile b/cad/impact/Makefile index ef459fe491de..2cbcdd8220a0 100644 --- a/cad/impact/Makefile +++ b/cad/impact/Makefile @@ -7,7 +7,7 @@ # PORTNAME= impact -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 CATEGORIES= cad java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/cad/impact/distinfo b/cad/impact/distinfo index 5cd521597a80..b703faade417 100644 --- a/cad/impact/distinfo +++ b/cad/impact/distinfo @@ -1,2 +1,2 @@ -MD5 (Impact-0.6.1.zip) = c06f34619bfe878fc8aa24f5f5c19d0a -SIZE (Impact-0.6.1.zip) = 3670738 +MD5 (Impact-0.6.3.zip) = 69fde7b35640389b077fcc815dcf2ad6 +SIZE (Impact-0.6.3.zip) = 3767879 diff --git a/cad/impact/files/impact.in b/cad/impact/files/impact.in index acb9a1d6a169..f2fba9b304d1 100644 --- a/cad/impact/files/impact.in +++ b/cad/impact/files/impact.in @@ -3,5 +3,5 @@ # $FreeBSD$ cd %%DATADIR%%/bin -JAVA_VERSION="%%JAVA_VERSION" "%%LOCALBASE%%/bin/java" -Xmx500m run.Impact "$@" +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -Xmx500m run.Impact "$@" cd - |