View | Details | Raw Unified | Return to bug 81451
Collapse All | Expand All

(-)jmp/Makefile (-2 / +1 lines)
Lines 9-10 Link Here
9
PORTVERSION=	0.46
9
PORTVERSION=	0.47
10
PORTREVISION=	1
(-)jmp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (jmp-0.46.tar.gz) = a70a0616f04cad9d11a71c541c574c3a
1
MD5 (jmp-0.47.tar.gz) = 59e551fa8f6ae8fc4be9e98b01cd1863
2
SIZE (jmp-0.46.tar.gz) = 478178
2
SIZE (jmp-0.47.tar.gz) = 481327
(-)jmp/files/patch-code_usage_dump.c (-14 lines)
Lines 1-14 Link Here
1
$FreeBSD: ports/java/jmp/files/patch-code_usage_dump.c,v 1.1 2005/02/03 08:33:45 vs Exp $
2
3
--- code_usage_dump.c.orig	Wed Dec 15 22:07:02 2004
4
+++ code_usage_dump.c	Wed Feb  2 22:49:15 2005
5
@@ -43,0 +44,2 @@
6
+
7
+    hashtab* methods;
8
@@ -53 +55 @@
9
-    hashtab* methods = get_methods();    
10
+    methods = get_methods();    
11
@@ -61 +62,0 @@
12
-        methods_count = 0;
13
@@ -62,0 +64 @@
14
+        methods_count = 0;

Return to bug 81451