pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/abcl



Module Name:    pkgsrc
Committed By:   asau
Date:           Tue Oct 25 17:41:16 UTC 2016

Modified Files:
        pkgsrc/lang/abcl: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/abcl/Makefile pkgsrc/lang/abcl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/abcl/Makefile
diff -u pkgsrc/lang/abcl/Makefile:1.7 pkgsrc/lang/abcl/Makefile:1.8
--- pkgsrc/lang/abcl/Makefile:1.7       Wed Dec  9 20:48:43 2015
+++ pkgsrc/lang/abcl/Makefile   Tue Oct 25 17:41:16 2016
@@ -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)/
Index: pkgsrc/lang/abcl/distinfo
diff -u pkgsrc/lang/abcl/distinfo:1.7 pkgsrc/lang/abcl/distinfo:1.8
--- pkgsrc/lang/abcl/distinfo:1.7       Wed Dec  9 20:48:43 2015
+++ pkgsrc/lang/abcl/distinfo   Tue Oct 25 17:41:16 2016
@@ -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