diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2020-12-02 03:11:34 +0800 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2020-12-02 03:11:34 +0800 |
commit | 709ecd747f9597ca99e69f700d611f69026647c4 (patch) | |
tree | c041f09680aca2194c4019461ba8ff7aa3b555fe /print/lilypond-devel | |
parent | 86ca213bde3f46929a64042791a2849d25f0b49f (diff) | |
download | freebsd-ports-gnome-709ecd747f9597ca99e69f700d611f69026647c4.tar.gz freebsd-ports-gnome-709ecd747f9597ca99e69f700d611f69026647c4.tar.zst freebsd-ports-gnome-709ecd747f9597ca99e69f700d611f69026647c4.zip |
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 <m.ne@gmx.net> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 2 | ||||
-rw-r--r-- | print/lilypond-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 867e354aa6d1..c1c7c5b2c8a5 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -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 diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo index 41002b4a6ec4..41f4a284ec34 100644 --- a/print/lilypond-devel/distinfo +++ b/print/lilypond-devel/distinfo @@ -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 |