diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-24 02:34:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-24 02:34:53 +0800 |
commit | f3c823e402ad4beb1b3e7c50452bd3975600f5b2 (patch) | |
tree | 40f15fa136fcf93df4762c528d23af4a1801bb9b /java | |
parent | 4d9a63559852e56c5189fa9256eb4b07436ce375 (diff) | |
download | freebsd-ports-gnome-f3c823e402ad4beb1b3e7c50452bd3975600f5b2.tar.gz freebsd-ports-gnome-f3c823e402ad4beb1b3e7c50452bd3975600f5b2.tar.zst freebsd-ports-gnome-f3c823e402ad4beb1b3e7c50452bd3975600f5b2.zip |
Update to 0.6.8.
Diffstat (limited to 'java')
-rw-r--r-- | java/shujit/Makefile | 2 | ||||
-rw-r--r-- | java/shujit/distinfo | 2 | ||||
-rw-r--r-- | java/shujit/files/patch-aa | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index c4075362721b..0539381db3c2 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shujit -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 CATEGORIES= java MASTER_SITES= http://www.shudo.net/jit/dist/ diff --git a/java/shujit/distinfo b/java/shujit/distinfo index 7a3021e86db6..1edc04376b05 100644 --- a/java/shujit/distinfo +++ b/java/shujit/distinfo @@ -1 +1 @@ -MD5 (shujit-0.6.7.tar.gz) = 3a62a326108ab851d79fbf46c0dd6f8e +MD5 (shujit-0.6.8.tar.gz) = fd169699f85e3e56c29afb7a15b6b75a diff --git a/java/shujit/files/patch-aa b/java/shujit/files/patch-aa deleted file mode 100644 index 8f070828eeaa..000000000000 --- a/java/shujit/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- compiler.h.orig Mon Aug 28 12:46:29 2000 -+++ compiler.h Tue Aug 29 18:15:12 2000 -@@ -138,7 +138,7 @@ - # define SC_TRAPNO trapno - # define SC_ERR err - # elif defined(__FreeBSD__) --# include <machine/signal.h> // for struct sigcontext -+# include <sys/signal.h> // for struct sigcontext - # define SC_EAX sc_eax - # define SC_ECX sc_ecx - # define SC_EDX sc_edx |