diff options
author | asau <asau> | 2013-02-18 18:16:14 +0000 |
---|---|---|
committer | asau <asau> | 2013-02-18 18:16:14 +0000 |
commit | e0b8ab678cf754f429b1d3962787526018b25d64 (patch) | |
tree | edb770ec259d6e530c503f6eb028feac3fd866a6 /lang/abcl/Makefile | |
parent | 615080dd7ed7817fcb29ddd414f56ab6e24afc1e (diff) | |
download | pkgsrc-e0b8ab678cf754f429b1d3962787526018b25d64.tar.gz |
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.
Diffstat (limited to 'lang/abcl/Makefile')
-rw-r--r-- | lang/abcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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)/ |