From owner-svn-ports-all@freebsd.org Tue Dec 1 19:11:35 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E6524B1A07; Tue, 1 Dec 2020 19:11:35 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ClsCW2zBnz4jkN; Tue, 1 Dec 2020 19:11:35 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 592A31AA9F; Tue, 1 Dec 2020 19:11:35 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B1JBZ3p085961; Tue, 1 Dec 2020 19:11:35 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B1JBZWH085959; Tue, 1 Dec 2020 19:11:35 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202012011911.0B1JBZWH085959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 1 Dec 2020 19:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556783 - head/print/lilypond-devel X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/print/lilypond-devel X-SVN-Commit-Revision: 556783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2020 19:11:35 -0000 Author: rhurlin Date: Tue Dec 1 19:11:34 2020 New Revision: 556783 URL: https://svnweb.freebsd.org/changeset/ports/556783 Log: print/lilypond-devel: update to 2.21.81 Several bugfixes and some improvements: - Copy Balloon stencil before modifying - musicxml: Ensure deterministic order of attributes - musicxml: Remember order of voices - Set up fallback fonts for Emmentaler Changelogs: https://lilypond.org/doc/v2.21/Documentation/changes/index.html https://git.savannah.gnu.org/gitweb/?p=lilypond.git PR: 251502 Submitted by: Martin Neubauer (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Modified: head/print/lilypond-devel/Makefile head/print/lilypond-devel/distinfo Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Tue Dec 1 18:36:56 2020 (r556782) +++ head/print/lilypond-devel/Makefile Tue Dec 1 19:11:34 2020 (r556783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lilypond -DISTVERSION= 2.21.80 +DISTVERSION= 2.21.81 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ PKGNAMESUFFIX= -devel Modified: head/print/lilypond-devel/distinfo ============================================================================== --- head/print/lilypond-devel/distinfo Tue Dec 1 18:36:56 2020 (r556782) +++ head/print/lilypond-devel/distinfo Tue Dec 1 19:11:34 2020 (r556783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604285745 -SHA256 (lilypond-2.21.80.tar.gz) = 64296eff097e5c5bd0b27a45ea2261b151099534d886119a414eb8947e34aec4 -SIZE (lilypond-2.21.80.tar.gz) = 18008546 +TIMESTAMP = 1606793648 +SHA256 (lilypond-2.21.81.tar.gz) = eb7af474754a696b83379ffcf95ffdf3599320d160ba517dca404883380ab512 +SIZE (lilypond-2.21.81.tar.gz) = 18007878