Date: Mon, 29 Jul 2024 02:15:40 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ce9a5ae74a8 - main - print/lilypond: update 2.24.3 =?utf-8?Q?=E2=86=92?= 2.24.4 Message-ID: <202407290215.46T2Fe93043210@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ce9a5ae74a8766ca971ef3fc964b4b063c3b470 commit 1ce9a5ae74a8766ca971ef3fc964b4b063c3b470 Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2024-07-29 02:12:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-29 02:12:59 +0000 print/lilypond: update 2.24.3 → 2.24.4 Release Announcement: https://lilypond.org/news.html#LilyPond-2_002e24_002e4-released_0021-July-21_002c-2024 While here remove GNU_CONFIGURE_MANPREFIX. PR: 280483 --- print/lilypond/Makefile | 22 ++++++++++------------ print/lilypond/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 1d6ebc0fa097..0c88cfcc0402 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,6 +1,5 @@ PORTNAME= lilypond -DISTVERSION= 2.24.3 -PORTREVISION= 3 +DISTVERSION= 2.24.4 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ @@ -33,13 +32,12 @@ USE_CXXSTD= c++14 USE_GNOME= pango USE_PERL5= build -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ - FLEX=${FLEX} \ - GUILE_FLAVOR=guile-${GUILE_VER} \ - HOME=${WRKDIR} \ - YACC=${YACC} +GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ + FLEX=${FLEX} \ + GUILE_FLAVOR=guile-${GUILE_VER} \ + HOME=${WRKDIR} \ + YACC=${YACC} MAKEFILE= GNUmakefile ALL_TARGET= all @@ -60,9 +58,9 @@ INFO= lilypond-changes \ music-glossary PLIST_SUB= DISTVERSION=${DISTVERSION} -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= GUILE2 -OPTIONS_SINGLE= GUILE +OPTIONS_SINGLE= GUILE OPTIONS_SINGLE_GUILE= GUILE2 GUILE3 OPTIONS_SUB= yes @@ -74,7 +72,7 @@ GUILE3_USES= guile:3.0 NLS_USES= gettext-runtime post-patch: - @${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \ + @${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \ ${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf post-patch-NLS-off: diff --git a/print/lilypond/distinfo b/print/lilypond/distinfo index 2d6a22f7023c..24a78e22e4b5 100644 --- a/print/lilypond/distinfo +++ b/print/lilypond/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700495250 -SHA256 (lilypond-2.24.3.tar.gz) = df005f76ef7af5a4cd74a10f8e7115278b7fa79f14018937b65c109498ec44be -SIZE (lilypond-2.24.3.tar.gz) = 19441299 +TIMESTAMP = 1721656885 +SHA256 (lilypond-2.24.4.tar.gz) = e96fa03571c79f20e1979653afabdbe4ee42765a3d9fd14953f0cd9eea51781c +SIZE (lilypond-2.24.4.tar.gz) = 19442316
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407290215.46T2Fe93043210>