ports/76910: [PATCH] misc/jbidwatcher: update to 0.9.5
Tim Middleton
x at vex.net
Mon Jan 31 16:40:23 UTC 2005
>Number: 76910
>Category: ports
>Synopsis: [PATCH] misc/jbidwatcher: update to 0.9.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 31 16:40:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Tim Middleton
>Release: FreeBSD 5.3-RELEASE i386
>Organization:
Vex.Net
>Environment:
System: FreeBSD bee.xxvii.x 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Dec 6 21:58:53 EST
>Description:
- Update to 0.9.5
- Use 'java' rather than deprecated 'javavm' in shell script
Port maintainer (king at v2project.com) is cc'd.
>How-To-Repeat:
>Fix:
--- jbidwatcher-0.9.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/jbidwatcher/Makefile,v
retrieving revision 1.1
diff -c -u -r1.1 Makefile
--- Makefile 23 Aug 2004 20:27:31 -0000 1.1
+++ Makefile 31 Jan 2005 16:30:39 -0000
@@ -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}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/misc/jbidwatcher/distinfo,v
retrieving revision 1.1
diff -c -u -r1.1 distinfo
--- distinfo 23 Aug 2004 20:27:31 -0000 1.1
+++ distinfo 31 Jan 2005 16:30:39 -0000
@@ -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
Index: files/jbidwatcher.sh
===================================================================
RCS file: /home/ncvs/ports/misc/jbidwatcher/files/jbidwatcher.sh,v
retrieving revision 1.1
diff -c -u -r1.1 jbidwatcher.sh
--- files/jbidwatcher.sh 23 Aug 2004 20:27:31 -0000 1.1
+++ files/jbidwatcher.sh 31 Jan 2005 16:30:39 -0000
@@ -2,4 +2,4 @@
#
# $FreeBSD: ports/misc/jbidwatcher/files/jbidwatcher.sh,v 1.1 2004/08/23 20:27:31 glewis Exp $
-javavm -jar %%JAVAJARDIR%%/jbidwatcher.jar $@
+java -jar %%JAVAJARDIR%%/jbidwatcher.jar $@
--- jbidwatcher-0.9.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list