. Update to 1.2.1.

This commit is contained in:
Greg Lewis
2006-04-03 22:29:49 +00:00
parent afc89c6d4e
commit 36704e6fac
3 changed files with 4 additions and 18 deletions

View File

@@ -6,8 +6,7 @@
#
PORTNAME= jbootstrap
PORTVERSION= 1.2
PORTREVISION= 1
PORTVERSION= 1.2.1
CATEGORIES= java
MASTER_SITES= # http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html

View File

@@ -1,3 +1,3 @@
MD5 (jbootstrap-1.2.tar.gz) = 82b54c500e5885f537c39ffba08b7722
SHA256 (jbootstrap-1.2.tar.gz) = 129f877cf9a170bd1ff8a05eb10954ba4e808948d4c9415d7732f870d5c65e90
SIZE (jbootstrap-1.2.tar.gz) = 14915
MD5 (jbootstrap-1.2.1.tar.gz) = 18259713cad539bad89350161922151f
SHA256 (jbootstrap-1.2.1.tar.gz) = f0c9089c0d89295cd58500669bbf9d4875be7a6df45aeef807df8dcc6a406b7e
SIZE (jbootstrap-1.2.1.tar.gz) = 14962

View File

@@ -1,13 +0,0 @@
$FreeBSD$
--- scsl/InvokerGen.c.orig Fri Aug 19 11:04:45 2005
+++ scsl/InvokerGen.c Fri Aug 19 11:04:03 2005
@@ -475,7 +475,8 @@
", of sig='", si->sig, "'");
}
}
t[j] = 0;
+ sb[pos] = NUL;
si->returnType = t[--j];
si->binTerse = t;
si->terse = sb;