diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-01 14:59:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-01 14:59:48 +0000 |
commit | 6611ecebabb4385ac861665eb9646b2511cc1aa6 (patch) | |
tree | 19866514663c1d31e0d2aa9ca947c86a592af181 /lang | |
parent | 555be2a9b80cbef81c24a3c891a61bdbba9f9f49 (diff) | |
download | pkgsrc-6611ecebabb4385ac861665eb9646b2511cc1aa6.tar.gz |
Update to 1.6.6:
Changes since Guile 1.6.5 (changes in 1.6.6):
* Changes to the distribution
** srfi-39 should work now - a file was missing from the distribution.
** A libltdl related build problem has been fixed.
* Changes to the C interface
** A bug has been fixed that caused uvec_equalp to function improperly.
** In scm_charnames and scm_charnums, sp is now an alias for space.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile/Makefile | 5 | ||||
-rw-r--r-- | lang/guile/PLIST | 3 | ||||
-rw-r--r-- | lang/guile/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 837134a5500..a3ad49e5f49 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2004/11/30 18:17:31 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2004/12/01 14:59:48 wiz Exp $ -DISTNAME= guile-1.6.5 -PKGREVISION= 2 +DISTNAME= guile-1.6.6 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} diff --git a/lang/guile/PLIST b/lang/guile/PLIST index c3e69b06354..8f4b29ede9e 100644 --- a/lang/guile/PLIST +++ b/lang/guile/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2004/11/23 16:04:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2004/12/01 14:59:48 wiz Exp $ bin/guile bin/guile-config bin/guile-snarf @@ -190,6 +190,7 @@ share/guile/1.6/srfi/srfi-17.scm share/guile/1.6/srfi/srfi-19.scm share/guile/1.6/srfi/srfi-2.scm share/guile/1.6/srfi/srfi-31.scm +share/guile/1.6/srfi/srfi-39.scm share/guile/1.6/srfi/srfi-4.scm share/guile/1.6/srfi/srfi-6.scm share/guile/1.6/srfi/srfi-8.scm diff --git a/lang/guile/distinfo b/lang/guile/distinfo index adeccd3353e..efbdaaea997 100644 --- a/lang/guile/distinfo +++ b/lang/guile/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2004/11/18 12:30:49 wiz Exp $ +$NetBSD: distinfo,v 1.21 2004/12/01 14:59:48 wiz Exp $ -SHA1 (guile-1.6.5.tar.gz) = c7f96fa445d76c9ba9b0cdbb706f6f3109f0935b -Size (guile-1.6.5.tar.gz) = 3031556 bytes +SHA1 (guile-1.6.6.tar.gz) = 0485619c8431385d9d395746d53776753b9dd76f +Size (guile-1.6.6.tar.gz) = 3033204 bytes SHA1 (patch-ad) = a1e59d8569ddbd0ccfdc96423e377f39836e6f21 SHA1 (patch-ae) = 1074f9efc90ec419ed08d393892d8fe41fdde2b2 SHA1 (patch-af) = 96b50d3cff86a7ba7a76551723192ad99a07b971 |