Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 03:42:26 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548939 - head/print/lilypond-devel
Message-ID:  <202009190342.08J3gQr8038375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Sep 19 03:42:26 2020
New Revision: 548939
URL: https://svnweb.freebsd.org/changeset/ports/548939

Log:
  print/lilypond-devel: Update 2.21.5 -> 2.21.6
  
  PR:		249347
  Submitted by:	m.ne@gmx.net (maintainer)

Modified:
  head/print/lilypond-devel/Makefile
  head/print/lilypond-devel/distinfo

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Sat Sep 19 03:38:38 2020	(r548938)
+++ head/print/lilypond-devel/Makefile	Sat Sep 19 03:42:26 2020	(r548939)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lilypond
-DISTVERSION=	2.21.5
+DISTVERSION=	2.21.6
 CATEGORIES=	print audio
 MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
 PKGNAMESUFFIX=	-devel
@@ -72,9 +72,11 @@ NLS_USES=	gettext
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \
-	    ${WRKSRC}/lily/include/includable-lexer.hh
-		${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|'  \
-			${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf
+		${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
 
 post-patch-NLS-off:
 	@${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in

Modified: head/print/lilypond-devel/distinfo
==============================================================================
--- head/print/lilypond-devel/distinfo	Sat Sep 19 03:38:38 2020	(r548938)
+++ head/print/lilypond-devel/distinfo	Sat Sep 19 03:42:26 2020	(r548939)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597667426
-SHA256 (lilypond-2.21.5.tar.gz) = 09d05285fd334113b91b14a9d8d19fc0e086bec5868b69c73a61f9ea218a96cb
-SIZE (lilypond-2.21.5.tar.gz) = 18005124
+TIMESTAMP = 1600191828
+SHA256 (lilypond-2.21.6.tar.gz) = 24aa358d7da5ea32294a4fc98acd72e78606afdc3bd411a331b2490c15b9acb7
+SIZE (lilypond-2.21.6.tar.gz) = 17996701



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