summaryrefslogtreecommitdiff
path: root/cad/impact
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-10-08 21:32:25 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-10-08 21:32:25 +0000
commitabf6cc936295c805758e971b14aa8ca6f815f408 (patch)
tree2844bb1378959208ac78083607a99d171690933c /cad/impact
parent- Fix handling of & sign, it need to be escaped for XML storage (diff)
- Upgrade to 0.6.3 [1]
- Fix a typo in impact script. Reported by: edwin's version check [1]
Notes
Notes: svn path=/head/; revision=144608
Diffstat (limited to 'cad/impact')
-rw-r--r--cad/impact/Makefile2
-rw-r--r--cad/impact/distinfo4
-rw-r--r--cad/impact/files/impact.in2
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 -