Date: Tue, 18 Feb 2014 11:18:11 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344864 - head/print/lilypond Message-ID: <201402181118.s1IBIBkY087143@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 18 11:18:11 2014 New Revision: 344864 URL: http://svnweb.freebsd.org/changeset/ports/344864 QAT: https://qat.redports.org/buildarchive/r344864/ Log: - Update to 2.18.1 We have released updated manuals for LilyPond’s stable version, 2.18. The manuals are now for 2.18.1 and have a number of updates and improvements over 2.18.0. There will be a further release of 2.18 in the future (2.18.2), and this will include the updates to the manuals as well as some minor enhancements to the LilyPond core functionality. To summarise the current situation: stable LilyPond application: 2.18.0; stable LilyPond manuals: 2.18.1; development for both: 2.19.2. - Provide a NLS option Modified: head/print/lilypond/Makefile head/print/lilypond/distinfo Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Tue Feb 18 10:38:22 2014 (r344863) +++ head/print/lilypond/Makefile Tue Feb 18 11:18:11 2014 (r344864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lilypond -PORTVERSION= 2.18.0 +PORTVERSION= 2.18.1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ @@ -11,6 +11,8 @@ COMMENT= The GNU music typesetter LICENSE= GPLv3 +OPTIONS_DEFINE= NLS + BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ @@ -38,6 +40,7 @@ INFO= internals \ lilypond-internals \ lilypond-learning \ lilypond-notation \ + lilypond-snippets \ lilypond-usage \ lilypond-web \ music-glossary Modified: head/print/lilypond/distinfo ============================================================================== --- head/print/lilypond/distinfo Tue Feb 18 10:38:22 2014 (r344863) +++ head/print/lilypond/distinfo Tue Feb 18 11:18:11 2014 (r344864) @@ -1,2 +1,2 @@ -SHA256 (lilypond-2.18.0.tar.gz) = 89059139a560a4900305b52d9327969cfcdedb061ed7bae310fdf5d4ba2aa230 -SIZE (lilypond-2.18.0.tar.gz) = 16013863 +SHA256 (lilypond-2.18.1.tar.gz) = 4c0d4df2ae715d74e6250beb81db3048f94b10704f54c6168185f8eed03e8b40 +SIZE (lilypond-2.18.1.tar.gz) = 16017579
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181118.s1IBIBkY087143>