mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Update to 0.47.
PR: 81451 Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer)
This commit is contained in:
parent
8288775358
commit
cbbff8a98e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136087
3 changed files with 3 additions and 18 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= jmp
|
||||
PORTVERSION= 0.46
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.47
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.khelekore.org/jmp/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (jmp-0.46.tar.gz) = a70a0616f04cad9d11a71c541c574c3a
|
||||
SIZE (jmp-0.46.tar.gz) = 478178
|
||||
MD5 (jmp-0.47.tar.gz) = 59e551fa8f6ae8fc4be9e98b01cd1863
|
||||
SIZE (jmp-0.47.tar.gz) = 481327
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- code_usage_dump.c.orig Wed Dec 15 22:07:02 2004
|
||||
+++ code_usage_dump.c Wed Feb 2 22:49:15 2005
|
||||
@@ -43,0 +44,2 @@
|
||||
+
|
||||
+ hashtab* methods;
|
||||
@@ -53 +55 @@
|
||||
- hashtab* methods = get_methods();
|
||||
+ methods = get_methods();
|
||||
@@ -61 +62,0 @@
|
||||
- methods_count = 0;
|
||||
@@ -62,0 +64 @@
|
||||
+ methods_count = 0;
|
Loading…
Add table
Reference in a new issue