aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-02-01 08:59:11 +0800
committerhq <hq@FreeBSD.org>2005-02-01 08:59:11 +0800
commitc5613dabfdb2d602597f4f37947a5bd914b46b45 (patch)
tree4deb83727b7f75b06d83845357b4d1f3141889c8 /misc
parent4e29dc20c68081df22621d11de45271c4a80e37e (diff)
downloadfreebsd-ports-gnome-c5613dabfdb2d602597f4f37947a5bd914b46b45.tar.gz
freebsd-ports-gnome-c5613dabfdb2d602597f4f37947a5bd914b46b45.tar.zst
freebsd-ports-gnome-c5613dabfdb2d602597f4f37947a5bd914b46b45.zip
- Update to 0.9.5
- Use 'java' rather than deprecated 'javavm' in shell script PR: 76910 Submitted by: Tim Middleton <x@vex.net>
Diffstat (limited to 'misc')
-rw-r--r--misc/jbidwatcher/Makefile2
-rw-r--r--misc/jbidwatcher/distinfo4
-rw-r--r--misc/jbidwatcher/files/jbidwatcher.sh2
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" "$@"