diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2001-10-04 17:39:41 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2001-10-04 17:39:41 +0000 |
commit | 215c21dc013ed16c2f000754ae8909950ff1e6a5 (patch) | |
tree | 649c5625f92da63a4426f76489cc4d2a7b62b4b9 | |
parent | Add a dependency on linux-openmotif, and bump PORTREVISION. (diff) |
Update to version 1.15.
Notes
Notes:
svn path=/head/; revision=48431
Diffstat (limited to '')
-rw-r--r-- | java/jikes/Makefile | 2 | ||||
-rw-r--r-- | java/jikes/distinfo | 2 | ||||
-rw-r--r-- | java/jikes/pkg-message | 16 | ||||
-rw-r--r-- | java/jikes/pkg-plist | 4 |
4 files changed, 14 insertions, 10 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index 38406f8c4dcc..850a53b05c63 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jikes -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= java MASTER_SITES= http://oss.software.ibm.com/pub/jikes/ diff --git a/java/jikes/distinfo b/java/jikes/distinfo index 892060ccc4a8..fa49e0648e4d 100644 --- a/java/jikes/distinfo +++ b/java/jikes/distinfo @@ -1 +1 @@ -MD5 (jikes-1.14.tar.gz) = aa886e84278521f824a6ae6ad36e2994 +MD5 (jikes-1.15.tar.gz) = 88ccc470acb5c2c8e35badd534223e2c diff --git a/java/jikes/pkg-message b/java/jikes/pkg-message index 76079c17a144..3563ce1f0109 100644 --- a/java/jikes/pkg-message +++ b/java/jikes/pkg-message @@ -1,6 +1,10 @@ -This software is subject to the terms of the IBM Jikes Compiler Open" -Source License Agreement available at the following URL:" -http://www.ibm.com/research/jikes." -Copyright (C) 1996, 1998, International Business Machines Corporation" -and others. All Rights Reserved." -You must accept the terms of that agreement to use this software." +This distribution is covered by the "IBM Public License Version +Version 1.0 - Jikes" contained in the file doc/license.htm. You +must accept the terms of the license agreement to use this software. + +http://ibm.com/developerworks/opensource/jikes + +Copyright (C) 1996, 1998, International Business Machines Corporation +and others. All Rights Reserved. + +You must accept the terms of that agreement to use this software. diff --git a/java/jikes/pkg-plist b/java/jikes/pkg-plist index 3ab0451b1e6f..82336436c6a6 100644 --- a/java/jikes/pkg-plist +++ b/java/jikes/pkg-plist @@ -1,3 +1,3 @@ bin/jikes -share/doc/jikes-1.14/license.htm -@dirrm share/doc/jikes-1.14 +share/doc/jikes-1.15/license.htm +@dirrm share/doc/jikes-1.15 |