Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2021 08:23:27 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4715fb0df1d1 - main - print/lilypond-devel:  update to 2.23.3
Message-ID:  <202107070823.1678NR2c014934@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4715fb0df1d1223e6e14d5c337b34029a177b28b

commit 4715fb0df1d1223e6e14d5c337b34029a177b28b
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-07-06 16:34:51 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-07-07 08:19:14 +0000

    print/lilypond-devel:  update to 2.23.3
    
    ChangeLog:
    http://lilypond.org/news.html#LilyPond-2_002e23_005e3-released-July-4_002c-2021
    
    PR:     257016
    Reported by:    m.ne@gmx.net (maintainer)
---
 print/lilypond-devel/Makefile                            |  6 ++----
 print/lilypond-devel/distinfo                            |  6 +++---
 .../lilypond-devel/files/patch-Documentation_GNUmakefile | 16 ++++++++--------
 3 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 4e7f016f2ac5..f6486072cfa1 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -1,8 +1,7 @@
 # Created by: patrick, trevor
 
 PORTNAME=	lilypond
-DISTVERSION=	2.23.2
-PORTREVISION=	1
+DISTVERSION=	2.23.3
 CATEGORIES=	print audio
 MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
 PKGNAMESUFFIX=	-devel
@@ -26,6 +25,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libgmp.so:math/gmp \
+		libharfbuzz.so:print/harfbuzz \
 		libltdl.so:devel/libltdl
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \
 		mftrace:print/mftrace
@@ -81,8 +81,6 @@ URW_CONFIGURE_WITH=	urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts
 post-patch:
 	@${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \
 		${WRKSRC}/lily/include/includable-lexer.hh
-	@${REINPLACE_CMD} -e 's|$save_CXXFLAGS -Werror=suggest-override|$save_CXXFLAGS|' \
-		${WRKSRC}/configure
 	@${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|'  \
 		${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf
 
diff --git a/print/lilypond-devel/distinfo b/print/lilypond-devel/distinfo
index 7befaa7ebb33..d855dc0ff877 100644
--- a/print/lilypond-devel/distinfo
+++ b/print/lilypond-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618420280
-SHA256 (lilypond-2.23.2.tar.gz) = 3b850b7af0322db720eafe8141f4a3e275fee6e00325da85decffbdb6ffced8c
-SIZE (lilypond-2.23.2.tar.gz) = 17080861
+TIMESTAMP = 1625529967
+SHA256 (lilypond-2.23.3.tar.gz) = 8a833696f7c6d2d4b4ae162ffd0836216c63c3765ea14069d6632d320d6bc308
+SIZE (lilypond-2.23.3.tar.gz) = 17109789
diff --git a/print/lilypond-devel/files/patch-Documentation_GNUmakefile b/print/lilypond-devel/files/patch-Documentation_GNUmakefile
index df8dba5740ee..bd69aeb82a41 100644
--- a/print/lilypond-devel/files/patch-Documentation_GNUmakefile
+++ b/print/lilypond-devel/files/patch-Documentation_GNUmakefile
@@ -1,23 +1,23 @@
---- Documentation/GNUmakefile.orig	2020-08-16 10:58:56 UTC
+--- Documentation/GNUmakefile.orig	2021-07-03 16:12:20 UTC
 +++ Documentation/GNUmakefile
-@@ -147,6 +147,7 @@ INFO_DOCS = \
+@@ -187,6 +187,7 @@ INFO_DOCS = \
    lilypond-internals \
    lilypond-learning \
    lilypond-notation \
 +  lilypond-snippets \
    lilypond-usage \
    music-glossary
- # Some info files should only be processed if `$(out)` is equal to
-@@ -156,11 +157,9 @@ INFO_DOCS = \
- # more entries that are no longer present.
+ # Some info files should only be processed if `$(out)` is equal to `www`, but we
+@@ -195,11 +196,9 @@ INFO_DOCS = \
+ # older LilyPond versions inserted more entries that are no longer present.
  ALL_INFO_DOCS = \
    $(INFO_DOCS) \
 -  lilypond-snippets \
    lilypond-web
  ifeq ($(out),www)
--INFO_DOCS += lilypond-snippets \
--             lilypond-web
-+INFO_DOCS += lilypond-web
+-  INFO_DOCS += lilypond-snippets \
+-               lilypond-web
++  INFO_DOCS += lilypond-web
  endif
  INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
  ALL_INFO_FILES = $(ALL_INFO_DOCS:%=$(outdir)/%.info)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107070823.1678NR2c014934>