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 4EBDC7A20D for ; Thu, 27 Apr 2017 12:32:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EE88984DAD; Thu, 27 Apr 2017 12:32:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FB7484D8C for ; Thu, 27 Apr 2017 12:32:25 +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 cc4PtdNvBI_o for ; Thu, 27 Apr 2017 12:32:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10E3784C6C for ; Thu, 27 Apr 2017 12:32:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07E70FBE4; Thu, 27 Apr 2017 12:32:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493296345275440" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 12:32:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/abcm2ps To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170427123225.07E70FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493296345275440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 27 12:32:24 UTC 2017 Modified Files: pkgsrc/print/abcm2ps: Makefile distinfo Log Message: Updated abcm2ps to 8.13.9. ---- Version 8.13.9 - 2017-04-21 ---- Fix bad handling of the 4th parameter of %%tuplets (reported by Reinier Maliepaard) Execute the format file in '-F' when '-H' (reported by Richard Robinson) Add %%ss-pref (stylesheet prefix) as a replacement of %%abcm2ps Fix bad colors of lyrics and chord indications when last voice has a color (reported by Jean-Luc Fargere) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/abcm2ps/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/abcm2ps/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493296345275440 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/abcm2ps/Makefile diff -u pkgsrc/print/abcm2ps/Makefile:1.41 pkgsrc/print/abcm2ps/Makefile:1.42 --- pkgsrc/print/abcm2ps/Makefile:1.41 Tue Apr 4 11:16:38 2017 +++ pkgsrc/print/abcm2ps/Makefile Thu Apr 27 12:32:24 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2017/04/04 11:16:38 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2017/04/27 12:32:24 wiz Exp $ -DISTNAME= abcm2ps-8.13.8 +DISTNAME= abcm2ps-8.13.9 CATEGORIES= print MASTER_SITES= http://moinejf.free.fr/ Index: pkgsrc/print/abcm2ps/distinfo diff -u pkgsrc/print/abcm2ps/distinfo:1.23 pkgsrc/print/abcm2ps/distinfo:1.24 --- pkgsrc/print/abcm2ps/distinfo:1.23 Tue Apr 4 11:16:38 2017 +++ pkgsrc/print/abcm2ps/distinfo Thu Apr 27 12:32:24 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/04/04 11:16:38 wiz Exp $ +$NetBSD: distinfo,v 1.24 2017/04/27 12:32:24 wiz Exp $ -SHA1 (abcm2ps-8.13.8.tar.gz) = fec28dd4f190007118a8acd50b93cf80737833a1 -RMD160 (abcm2ps-8.13.8.tar.gz) = bdd43e180adc4cb08c32b800bf5f62e0e17769d1 -SHA512 (abcm2ps-8.13.8.tar.gz) = 4cb98209c99631df9d4246af2131397baa5772ec5f30e3b3b381b1e31390aa867a7776af72a32caf1b389c0b35cbed22d4e2208551cb7d3154f0de10e7c30ad5 -Size (abcm2ps-8.13.8.tar.gz) = 248756 bytes +SHA1 (abcm2ps-8.13.9.tar.gz) = 106c4b9874517546c1ab92635f2141284d344b06 +RMD160 (abcm2ps-8.13.9.tar.gz) = b857bc53fb4992eb98fc56d596a6452b65bd32e5 +SHA512 (abcm2ps-8.13.9.tar.gz) = 7ce6efe605c073674ec7f30d26a34848e22a5c9f97058431243ee17598e35ebc991b760bc99847294f860f6b936e3ae2f504d2de842a487f226e32c47fac438e +Size (abcm2ps-8.13.9.tar.gz) = 248893 bytes --_----------=_1493296345275440--