summaryrefslogtreecommitdiff
path: root/lang/abcl
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-02-18 18:16:14 +0000
committerasau <asau@pkgsrc.org>2013-02-18 18:16:14 +0000
commit1241a83b4cbbbe6cc7351b09a4f783b98b62c600 (patch)
treeedb770ec259d6e530c503f6eb028feac3fd866a6 /lang/abcl
parentb4032ff15bfffcbc83953d30b76ac3bde8015ae6 (diff)
downloadpkgsrc-1241a83b4cbbbe6cc7351b09a4f783b98b62c600.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')
-rw-r--r--lang/abcl/Makefile4
-rw-r--r--lang/abcl/distinfo8
2 files changed, 6 insertions, 6 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)/
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