1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 0.9.5

- Use 'java' rather than deprecated 'javavm' in shell script

PR:		76910
Submitted by:	Tim Middleton <x@vex.net>
This commit is contained in:
Herve Quiroz 2005-02-01 00:59:11 +00:00
parent ca2456fa84
commit 14571e67e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127816
3 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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

View File

@ -2,4 +2,4 @@
#
# $FreeBSD$
javavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jbidwatcher.jar" "$@"