Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A94827A16A for ; Tue, 25 Oct 2016 17:41:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5DE0D85F13; Tue, 25 Oct 2016 17:41:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1BF085EBC for ; Tue, 25 Oct 2016 17:41:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bdGC-eaRRyQy for ; Tue, 25 Oct 2016 17:41:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A1FE85E7C for ; Tue, 25 Oct 2016 17:41:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67FAEFBD2; Tue, 25 Oct 2016 17:41:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477417276201960" MIME-Version: 1.0 Date: Tue, 25 Oct 2016 17:41:16 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/lang/abcl To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20161025174116.67FAEFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477417276201960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1477417276201960 Content-Disposition: inline Content-Length: 1425 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1477417276201960--