Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A237E84F11 for ; Thu, 7 Sep 2023 13:26:17 +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 Y-kPYZvh_Rbk for ; Thu, 7 Sep 2023 13:26:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1FB4E84F0B for ; Thu, 7 Sep 2023 13:26:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12DC8FBDB; Thu, 7 Sep 2023 13:26:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694093177270110" MIME-Version: 1.0 Date: Thu, 7 Sep 2023 13:26:17 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/print/lilypond To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230907132617.12DC8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694093177270110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Sep 7 13:26:16 UTC 2023 Modified Files: pkgsrc/print/lilypond: Makefile distinfo Log Message: Update to 2.24.2. From the changelog: - Update the library for garbage collection, addressing crashes when compiling very large scores (several hundreds of pages) on Windows To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 pkgsrc/print/lilypond/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/lilypond/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694093177270110 Content-Disposition: inline Content-Length: 1707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/lilypond/Makefile diff -u pkgsrc/print/lilypond/Makefile:1.147 pkgsrc/print/lilypond/Makefile:1.148 --- pkgsrc/print/lilypond/Makefile:1.147 Mon Aug 14 05:25:06 2023 +++ pkgsrc/print/lilypond/Makefile Thu Sep 7 13:26:16 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.147 2023/08/14 05:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.148 2023/09/07 13:26:16 schmonz Exp $ -DISTNAME= lilypond-2.24.1 -PKGREVISION= 1 +DISTNAME= lilypond-2.24.2 CATEGORIES= print MASTER_SITES= https://lilypond.org/download/sources/v2.24/ Index: pkgsrc/print/lilypond/distinfo diff -u pkgsrc/print/lilypond/distinfo:1.34 pkgsrc/print/lilypond/distinfo:1.35 --- pkgsrc/print/lilypond/distinfo:1.34 Sat Feb 18 01:52:49 2023 +++ pkgsrc/print/lilypond/distinfo Thu Sep 7 13:26:16 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2023/02/18 01:52:49 schmonz Exp $ +$NetBSD: distinfo,v 1.35 2023/09/07 13:26:16 schmonz Exp $ -BLAKE2s (lilypond-2.24.1.tar.gz) = 4b8b1bc4fc32005184b6e328847a8b35b53d5b8a017fc8a9c5306279867ea0a0 -SHA512 (lilypond-2.24.1.tar.gz) = 121e1b4b70bc84948a6b51d2e7fb785d8abcf2585b9c463929021ba86a69ad34d24f14a5a7997a7428f02c0e9f102cfd348870cd67d9feb1f3b3040a96d25db0 -Size (lilypond-2.24.1.tar.gz) = 19438552 bytes +BLAKE2s (lilypond-2.24.2.tar.gz) = e53be2284ded4e1a9a7ac7ba6b238cc797dfce57dbd98d50b77f6276b1cc9fab +SHA512 (lilypond-2.24.2.tar.gz) = 14a37e3346cad2fe78a9ce7189d21797c9d78016c675b6a20ae25de7bf3de2916c6982ef753b0d051600c0ac15317a8ecb423746be4419db023b6eb829dfc3de +Size (lilypond-2.24.2.tar.gz) = 19439984 bytes SHA1 (patch-GNUmakefile.in) = 86e4d55ebf3b718178d019d7946943ae28d8e9b1 SHA1 (patch-configure) = 198dd20364e829911efc45e30d42d7f90c949702 --_----------=_1694093177270110--