diff options
author | tv <tv@pkgsrc.org> | 2004-04-16 17:49:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-16 17:49:59 +0000 |
commit | e3bb73b53fc1a8cf69c33a0c6962730094def6fb (patch) | |
tree | fe00d8f06299d36ae644192352b310b49f178f2f /lang | |
parent | dda21bb6d97e7593a3e5d46c4252545c1d9e9c1a (diff) | |
download | pkgsrc-e3bb73b53fc1a8cf69c33a0c6962730094def6fb.tar.gz |
Revert to 1.18. I've been told that 1.20 will be out in two days and fixes
a couple critical bugs.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jikes/Makefile | 6 | ||||
-rw-r--r-- | lang/jikes/distinfo | 8 | ||||
-rw-r--r-- | lang/jikes/patches/patch-ab | 15 |
3 files changed, 14 insertions, 15 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 94f65a89859..5425f1b9044 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2004/04/16 14:58:35 tv Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/16 17:49:59 tv Exp $ # -DISTNAME= jikes-1.19 +DISTNAME= jikes-1.18 CATEGORIES= lang java -MASTER_SITES= http://oss.software.ibm.com/pub/jikes/1.19/ +MASTER_SITES= http://oss.software.ibm.com/pub/jikes/1.18/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org diff --git a/lang/jikes/distinfo b/lang/jikes/distinfo index 256366ef38a..5f54ce89560 100644 --- a/lang/jikes/distinfo +++ b/lang/jikes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2004/04/16 14:58:35 tv Exp $ +$NetBSD: distinfo,v 1.7 2004/04/16 17:49:59 tv Exp $ -SHA1 (jikes-1.19.tar.bz2) = 9914e96fe54d9f40544da5ce26410f68b0c1e18d -Size (jikes-1.19.tar.bz2) = 563969 bytes -SHA1 (patch-ab) = 0d9b9f3f23710d351a5671453fad20d53906c965 +SHA1 (jikes-1.18.tar.bz2) = 82569a81b6e6e28372e412abb4afea265c235db4 +Size (jikes-1.18.tar.bz2) = 536498 bytes +SHA1 (patch-ab) = 7aa08474f5593743a5d012aa09ebe77d77ef438e diff --git a/lang/jikes/patches/patch-ab b/lang/jikes/patches/patch-ab index 7e955e1fdee..c99cc91a5cd 100644 --- a/lang/jikes/patches/patch-ab +++ b/lang/jikes/patches/patch-ab @@ -1,13 +1,12 @@ -$NetBSD: patch-ab,v 1.7 2004/04/16 14:58:35 tv Exp $ - ---- doc/Makefile.in.orig Fri Apr 16 10:46:32 2004 -+++ doc/Makefile.in -@@ -158,7 +158,7 @@ sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ +$NetBSD: patch-ab,v 1.8 2004/04/16 17:49:59 tv Exp $ +--- doc/Makefile.in.orig Thu Nov 21 08:18:00 2002 ++++ doc/Makefile.in Mon Jan 6 10:28:18 2003 +@@ -116,7 +116,7 @@ target_alias = @target_alias@ man_MANS = jikes.1 --docdir = $(datadir)/doc/${PACKAGE}-${VERSION} + +-docdir = $(prefix)/doc/${PACKAGE}-${VERSION} +docdir = $(prefix)/share/doc/html/${PACKAGE} + doc_DATA = \ license.htm - |