diff options
author | thierry <thierry@FreeBSD.org> | 2005-10-09 05:32:25 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-10-09 05:32:25 +0800 |
commit | 16a3ed513ba45b495ef49ade01a8d548d7ab6d50 (patch) | |
tree | 1787fedb3a7081bde01beae128e48c76ece6d716 | |
parent | 600c447d1ee77366da70ae38f9bab0b80bf4b8ff (diff) | |
download | freebsd-ports-gnome-16a3ed513ba45b495ef49ade01a8d548d7ab6d50.tar.gz freebsd-ports-gnome-16a3ed513ba45b495ef49ade01a8d548d7ab6d50.tar.zst freebsd-ports-gnome-16a3ed513ba45b495ef49ade01a8d548d7ab6d50.zip |
- Upgrade to 0.6.3 [1]
- Fix a typo in impact script.
Reported by: edwin's version check [1]
-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 - |