From e0b8ab678cf754f429b1d3962787526018b25d64 Mon Sep 17 00:00:00 2001 From: asau Date: Mon, 18 Feb 2013 18:16:14 +0000 Subject: Update to ABCL 1.1.1 Changes in ABCL 1.1.1: * (A)MOP All reported errors with the MOP implementation have been addressed. * SETF autoloader An autoloader for SETF expansion functions has been implemented, eliminating the errors associated with not being able to use (SETF SYMBOL) without first invoking SYMBOL as a function. * ANSI Tests All outstanding regressions in the ANSI test suite with respect to abcl-1.0.1 have been fixed. * ABCL-ASDF The ability to resolve Maven components in ASDF system definitions has been restored. --- lang/abcl/Makefile | 4 ++-- lang/abcl/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lang') diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index ca1fcd1976b..578ba95c2e7 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2012/12/17 21:47:31 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/02/18 18:16:14 asau Exp $ -DISTNAME= abcl-src-1.1.0 +DISTNAME= abcl-src-1.1.1 PKGNAME= $(DISTNAME:C/-src//) CATEGORIES= lang MASTER_SITES= http://common-lisp.net/project/armedbear/releases/$(PKGVERSION_NOREV)/ diff --git a/lang/abcl/distinfo b/lang/abcl/distinfo index 60adc51aa78..098ba3e6c88 100644 --- a/lang/abcl/distinfo +++ b/lang/abcl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/12/17 21:47:31 asau Exp $ +$NetBSD: distinfo,v 1.3 2013/02/18 18:16:14 asau Exp $ -SHA1 (abcl-src-1.1.0.tar.gz) = 0079bbefaa98431e7f7b1c597cb8dd1fe8abaa24 -RMD160 (abcl-src-1.1.0.tar.gz) = 1d615dfb4add0b598e268398363a578fa51e8af2 -Size (abcl-src-1.1.0.tar.gz) = 994498 bytes +SHA1 (abcl-src-1.1.1.tar.gz) = f9c71a91c5aef4b7061758d19291df0fb0b01b14 +RMD160 (abcl-src-1.1.1.tar.gz) = 3c2dcc41d59e5f94ba3ea6f99ed2c1a7efc5a063 +Size (abcl-src-1.1.1.tar.gz) = 998991 bytes -- cgit v1.2.3