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 8B74F7A0C4 for ; Sun, 5 Mar 2017 12:31:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 31DA7855BA; Sun, 5 Mar 2017 12:31:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6FC3855B9 for ; Sun, 5 Mar 2017 12:31:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CX5ZnfWkd4Bw for ; Sun, 5 Mar 2017 12:31:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4679385596 for ; Sun, 5 Mar 2017 12:31:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76482FBE4; Sun, 5 Mar 2017 12:31:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488717085277950" MIME-Version: 1.0 Date: Sun, 5 Mar 2017 12:31: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: <20170305123125.76482FBE4@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. --_----------=_1488717085277950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 5 12:31:25 UTC 2017 Modified Files: pkgsrc/print/abcm2ps: Makefile distinfo Log Message: Updated abcm2ps to 8.13.7. ---- Version 8.13.7 - 2017-02-26 ---- Don't display beams when no visible note with a stem (reported by Gerhard Schacherl) Fix non working !ped! and !ped-up! with SVG output (reported by Gerhard Schacherl) Fix non working "%%pos stem hidden" (reported by Gerhard Schacherl) Fix bad horizontal spacing since 8.13.6 (reported by David Lacroix) Fix clash of slurs with note decorations since 8.13.6 (reported by David Lacroix) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/abcm2ps/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/abcm2ps/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488717085277950 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.39 pkgsrc/print/abcm2ps/Makefile:1.40 --- pkgsrc/print/abcm2ps/Makefile:1.39 Mon Feb 27 10:25:55 2017 +++ pkgsrc/print/abcm2ps/Makefile Sun Mar 5 12:31:25 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2017/02/27 10:25:55 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/03/05 12:31:25 wiz Exp $ -DISTNAME= abcm2ps-8.13.6 +DISTNAME= abcm2ps-8.13.7 CATEGORIES= print MASTER_SITES= http://moinejf.free.fr/ Index: pkgsrc/print/abcm2ps/distinfo diff -u pkgsrc/print/abcm2ps/distinfo:1.21 pkgsrc/print/abcm2ps/distinfo:1.22 --- pkgsrc/print/abcm2ps/distinfo:1.21 Mon Feb 27 10:25:55 2017 +++ pkgsrc/print/abcm2ps/distinfo Sun Mar 5 12:31:25 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2017/02/27 10:25:55 wiz Exp $ +$NetBSD: distinfo,v 1.22 2017/03/05 12:31:25 wiz Exp $ -SHA1 (abcm2ps-8.13.6.tar.gz) = bb55c6efccd9b46b4bad149b855aed71ac822cc9 -RMD160 (abcm2ps-8.13.6.tar.gz) = b3fbe837b11d6a3304056fa2c5ce3f7dfa81bc2c -SHA512 (abcm2ps-8.13.6.tar.gz) = 0f6649a409f8a2b613ebdfaf8a1c311e8ff1d9d7662e68d0b51cf3335a813210ace6d4b38670866aa4cda0cd975d54fcbbe61a9b74098096149632f51334bcae -Size (abcm2ps-8.13.6.tar.gz) = 248513 bytes +SHA1 (abcm2ps-8.13.7.tar.gz) = 551a538fff2218d260e96c3725b6275966308ae0 +RMD160 (abcm2ps-8.13.7.tar.gz) = f328e4d9666cb293fbda8fe435f901bae56bd9de +SHA512 (abcm2ps-8.13.7.tar.gz) = f0eac6190adce35ca4dbc1ef9df5bcefcd2bb1d13c00a0dc6faa7ae37313f6c0907d95fdae1b69386e651f49ea056e8d284288460f0298bf7363539902f5eb7c +Size (abcm2ps-8.13.7.tar.gz) = 248659 bytes --_----------=_1488717085277950--