pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/jikes Revert to 1.18. I've been told that 1.20 w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92b8fdbc302d
branches:  trunk
changeset: 473142:92b8fdbc302d
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Apr 16 17:49:59 2004 +0000

description:
Revert to 1.18.  I've been told that 1.20 will be out in two days and fixes
a couple critical bugs.

diffstat:

 lang/jikes/Makefile         |   6 +++---
 lang/jikes/distinfo         |   8 ++++----
 lang/jikes/patches/patch-ab |  15 +++++++--------
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (53 lines):

diff -r dbdf770d114e -r 92b8fdbc302d lang/jikes/Makefile
--- a/lang/jikes/Makefile       Fri Apr 16 17:49:47 2004 +0000
+++ b/lang/jikes/Makefile       Fri Apr 16 17:49:59 2004 +0000
@@ -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@localhost
diff -r dbdf770d114e -r 92b8fdbc302d lang/jikes/distinfo
--- a/lang/jikes/distinfo       Fri Apr 16 17:49:47 2004 +0000
+++ b/lang/jikes/distinfo       Fri Apr 16 17:49:59 2004 +0000
@@ -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 -r dbdf770d114e -r 92b8fdbc302d lang/jikes/patches/patch-ab
--- a/lang/jikes/patches/patch-ab       Fri Apr 16 17:49:47 2004 +0000
+++ b/lang/jikes/patches/patch-ab       Fri Apr 16 17:49:59 2004 +0000
@@ -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
- 



Home | Main Index | Thread Index | Old Index