pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/abcl Update to ABCL 1.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e576661d3008
branches: trunk
changeset: 354273:e576661d3008
user: asau <asau%pkgsrc.org@localhost>
date: Tue Oct 25 17:41:16 2016 +0000
description:
Update to ABCL 1.4.0
Changes in ABCL 1.4.0
Enhancements
============
* Consolidated RUN-PROGRAM fixes (ferada, pipping)
In support of getting a more universal UIOP:RUN-PROGAM across all
contemporary Lisp implementations.
* Upstream consolidated patchset (ferada)
** [r14857] Support `FILE-POSITION` on string streams.
** [r14859] Add multiple disassembler selector.
** [r14860] Add EXTERNAL-ONLY option to APROPOS.
** [r14861] Fix nested classes from JARs not visible with JSS.
* [r14840-2] (Scott L. Burson) Introduced "time of time" semantics for
{encode,decode}-universal time.
* EXTENSIONS:MAKE-TEMP-FILE now takes keyword arguments to
specify values of the prefix and suffix strings to the underlying
JVM implementation of java.io.File.createTempFile().
* [r14849] EXT:OS-{UNIX,WINDOWS}-P now provide a pre-ASDF runtime
check on hosting platform
Fixes
-----
* [r14863] RandomCharacterFile (vibhu)
* [r14839] (JSS) Ensure the interpolation of Java symbol names as
strings (alan ruttenberg)
* [r14889] Fix ANSI-TEST SXHASH.8 (dmiles)
Updates
------
* [r14883] asdf-3.1.7.27
* [r14849] jna-4.2.2
Removed
-------
* [r14885] ASDF-INSTALL was removed
diffstat:
lang/abcl/Makefile | 4 ++--
lang/abcl/distinfo | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 11aef21cf274 -r e576661d3008 lang/abcl/Makefile
--- a/lang/abcl/Makefile Tue Oct 25 17:41:02 2016 +0000
+++ b/lang/abcl/Makefile Tue Oct 25 17:41:16 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2015/12/09 20:48:43 asau Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/25 17:41:16 asau Exp $
-DISTNAME= abcl-src-1.3.3
+DISTNAME= abcl-src-1.4.0
PKGNAME= $(DISTNAME:C/-src//)
CATEGORIES= lang
MASTER_SITES= http://abcl.org/releases/$(PKGVERSION_NOREV)/
diff -r 11aef21cf274 -r e576661d3008 lang/abcl/distinfo
--- a/lang/abcl/distinfo Tue Oct 25 17:41:02 2016 +0000
+++ b/lang/abcl/distinfo Tue Oct 25 17:41:16 2016 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/12/09 20:48:43 asau Exp $
+$NetBSD: distinfo,v 1.8 2016/10/25 17:41:16 asau Exp $
-SHA1 (abcl-src-1.3.3.tar.gz) = 5789e67c86d0a9855e32e22f1b694de3f121f240
-RMD160 (abcl-src-1.3.3.tar.gz) = fa8aa5ddb69e27f77ca50dcd6c2a857d3b74ead3
-Size (abcl-src-1.3.3.tar.gz) = 1096351 bytes
+SHA1 (abcl-src-1.4.0.tar.gz) = 8294e586e96bff03966caef0d666115f2ac2322c
+RMD160 (abcl-src-1.4.0.tar.gz) = fc4e3bbb3e965a0ac3155fc18e886b6698768c52
+SHA512 (abcl-src-1.4.0.tar.gz) = 670e8c6c1477ddfce50984ef81ac6a9dfafa2648cfdaa59977bf400182078c6391ac2074271ecd0bcc855d3f969ab0148178ded53bff469a5b5a393f1d18dc93
+Size (abcl-src-1.4.0.tar.gz) = 1090214 bytes
Home |
Main Index |
Thread Index |
Old Index