diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-01 00:59:11 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-01 00:59:11 +0000 |
commit | 14571e67e3eef1ff416d85099e42c98456ffb317 (patch) | |
tree | 5bb7a119607be089090b787f51bab5b00394451e | |
parent | ca2456fa8415954ecee004f6e07efbc2e7efea4e (diff) |
Notes
-rw-r--r-- | misc/jbidwatcher/Makefile | 2 | ||||
-rw-r--r-- | misc/jbidwatcher/distinfo | 4 | ||||
-rw-r--r-- | misc/jbidwatcher/files/jbidwatcher.sh | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index 8d505176a884..b2ce4d44893e 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jbidwatcher -PORTVERSION= 0.9.3.1 +PORTVERSION= 0.9.5 CATEGORIES= misc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/misc/jbidwatcher/distinfo b/misc/jbidwatcher/distinfo index e1586e41852c..f5923706ac60 100644 --- a/misc/jbidwatcher/distinfo +++ b/misc/jbidwatcher/distinfo @@ -1,2 +1,2 @@ -MD5 (JBidWatcher-0.9.3.1.jar) = c3453c675f3c1e3773a52add8d839fcb -SIZE (JBidWatcher-0.9.3.1.jar) = 469325 +MD5 (JBidWatcher-0.9.5.jar) = 4ae30983b445fee8fcafd81753583547 +SIZE (JBidWatcher-0.9.5.jar) = 484878 diff --git a/misc/jbidwatcher/files/jbidwatcher.sh b/misc/jbidwatcher/files/jbidwatcher.sh index 2e3918b378ac..c06ba5312e96 100644 --- a/misc/jbidwatcher/files/jbidwatcher.sh +++ b/misc/jbidwatcher/files/jbidwatcher.sh @@ -2,4 +2,4 @@ # # $FreeBSD$ -javavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@ +"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jbidwatcher.jar" "$@" |