From owner-dev-commits-ports-all@freebsd.org Wed Jul 7 08:23:28 2021 Return-Path: Delivered-To: dev-commits-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 22D79651794; Wed, 7 Jul 2021 08:23:28 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GKXW40Xb4z3jZn; Wed, 7 Jul 2021 08:23:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EECD71DC2; Wed, 7 Jul 2021 08:23:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1678NRUv014935; Wed, 7 Jul 2021 08:23:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1678NR2c014934; Wed, 7 Jul 2021 08:23:27 GMT (envelope-from git) Date: Wed, 7 Jul 2021 08:23:27 GMT Message-Id: <202107070823.1678NR2c014934@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 4715fb0df1d1 - main - print/lilypond-devel: update to 2.23.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4715fb0df1d1223e6e14d5c337b34029a177b28b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2021 08:23:28 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=4715fb0df1d1223e6e14d5c337b34029a177b28b commit 4715fb0df1d1223e6e14d5c337b34029a177b28b Author: Fernando ApesteguĂ­a AuthorDate: 2021-07-06 16:34:51 +0000 Commit: Fernando ApesteguĂ­a 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||"/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)