Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D3F5E63B9C6 for ; Mon, 5 Dec 2011 03:34:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C298814A17C; Mon, 5 Dec 2011 03:34:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 78D7314A16B for ; Mon, 5 Dec 2011 03:34:11 +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 m6BseFykSx9Y for ; Mon, 5 Dec 2011 03:34:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EBF7114A169 for ; Mon, 5 Dec 2011 03:34:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D7AC1175DD; Mon, 5 Dec 2011 03:34:10 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 5 Dec 2011 03:34:10 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel/g-wrap To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20111205033410.D7AC1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Mon Dec 5 03:34:10 UTC 2011 Modified Files: pkgsrc/devel/g-wrap: Makefile PLIST distinfo Removed Files: pkgsrc/devel/g-wrap/patches: patch-aa Log Message: Update to 1.9.14. Drop patch-aa, as ./work/.destdir/usr/pkg/share/guile/site/g-wrap/ws is created by the install without help. Version 1.9.14 - Guile 2.0 is now supported. - G-Wrap no longer ships SRFI 34 and SRFI 35 implementations, as these have been both provided by Guile since 1.8.3. Version 1.9.13 - Fix the dependency declaration on libffi in the g-wrap-2.0-guile pkg-config file. - An alignment issue leading to testsuite failures on sparc has been fixed. - The g-wrap-config manpage from the Debian package is now included in the source, and installed. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/g-wrap/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/g-wrap/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/g-wrap/distinfo cvs rdiff -u -r1.8 -r0 pkgsrc/devel/g-wrap/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.