Date: Fri, 24 Mar 2017 10:58:49 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436807 - in head/print/lilypond-devel: . files Message-ID: <201703241058.v2OAwn1F051072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Fri Mar 24 10:58:49 2017 New Revision: 436807 URL: https://svnweb.freebsd.org/changeset/ports/436807 Log: Update to 2.19.57. PR: 215076 Submitted by: m.ne@gmx.net (maintainer) Added: head/print/lilypond-devel/files/patch-python_GNUmakefile (contents, props changed) Modified: head/print/lilypond-devel/Makefile head/print/lilypond-devel/distinfo head/print/lilypond-devel/files/patch-Documentation_GNUmakefile head/print/lilypond-devel/files/patch-config.make.in head/print/lilypond-devel/files/patch-configure head/print/lilypond-devel/files/patch-flower_include_std-string.hh head/print/lilypond-devel/files/patch-flower_include_std-vector.hh head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make head/print/lilypond-devel/pkg-plist Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/Makefile Fri Mar 24 10:58:49 2017 (r436807) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lilypond -PORTVERSION= 2.19.51 -PORTREVISION= 1 +PORTVERSION= 2.19.57 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -54,7 +53,6 @@ USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes -MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \ @@ -82,7 +80,6 @@ post-patch-NLS-off: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so (cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${PORTVERSION} current) .include <bsd.port.mk> Modified: head/print/lilypond-devel/distinfo ============================================================================== --- head/print/lilypond-devel/distinfo Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/distinfo Fri Mar 24 10:58:49 2017 (r436807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479644742 -SHA256 (lilypond-2.19.51.tar.gz) = 81163eccaeee083681b93b727eed00ed93f57899df9d423aba76f5e800db92ac -SIZE (lilypond-2.19.51.tar.gz) = 17061727 +TIMESTAMP = 1489482521 +SHA256 (lilypond-2.19.57.tar.gz) = be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a +SIZE (lilypond-2.19.57.tar.gz) = 17182103 Modified: head/print/lilypond-devel/files/patch-Documentation_GNUmakefile ============================================================================== --- head/print/lilypond-devel/files/patch-Documentation_GNUmakefile Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-Documentation_GNUmakefile Fri Mar 24 10:58:49 2017 (r436807) @@ -1,4 +1,4 @@ ---- Documentation/GNUmakefile.orig 2016-08-30 10:23:53 UTC +--- Documentation/GNUmakefile.orig 2017-02-26 12:08:59 UTC +++ Documentation/GNUmakefile @@ -73,9 +73,9 @@ source-links = $(outdir)/source\ MAIN_INFO_DOC = lilypond-web Modified: head/print/lilypond-devel/files/patch-config.make.in ============================================================================== --- head/print/lilypond-devel/files/patch-config.make.in Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-config.make.in Fri Mar 24 10:58:49 2017 (r436807) @@ -1,6 +1,6 @@ ---- config.make.in.orig 2016-08-30 10:23:53 UTC +--- config.make.in.orig 2017-02-26 12:08:59 UTC +++ config.make.in -@@ -67,7 +67,7 @@ sharedstatedir = @sharedstatedir@ +@@ -69,7 +69,7 @@ sharedstatedir = @sharedstatedir@ stepmake = @stepmake@ package_datadir = $(datadir)/$(package) Modified: head/print/lilypond-devel/files/patch-configure ============================================================================== --- head/print/lilypond-devel/files/patch-configure Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-configure Fri Mar 24 10:58:49 2017 (r436807) @@ -1,6 +1,6 @@ ---- configure.orig 2016-08-30 10:23:53 UTC +--- configure.orig 2017-02-12 12:13:29 UTC +++ configure -@@ -11412,74 +11412,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" +@@ -11503,74 +11503,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" if test $? -eq 0 -a -n "0.9.0"; then Modified: head/print/lilypond-devel/files/patch-flower_include_std-string.hh ============================================================================== --- head/print/lilypond-devel/files/patch-flower_include_std-string.hh Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-flower_include_std-string.hh Fri Mar 24 10:58:49 2017 (r436807) @@ -1,4 +1,4 @@ ---- flower/include/std-string.hh.orig 2016-08-30 10:23:53 UTC +--- flower/include/std-string.hh.orig 2017-02-26 12:08:59 UTC +++ flower/include/std-string.hh @@ -38,6 +38,7 @@ using namespace std; typedef size_t ssize; Modified: head/print/lilypond-devel/files/patch-flower_include_std-vector.hh ============================================================================== --- head/print/lilypond-devel/files/patch-flower_include_std-vector.hh Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-flower_include_std-vector.hh Fri Mar 24 10:58:49 2017 (r436807) @@ -1,4 +1,4 @@ ---- flower/include/std-vector.hh.orig 2016-08-30 10:23:53 UTC +--- flower/include/std-vector.hh.orig 2017-02-26 12:08:59 UTC +++ flower/include/std-vector.hh @@ -212,6 +212,6 @@ junk_pointers (vector<T> &v) vector<string> string_split (string str, char c); Modified: head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh ============================================================================== --- head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh Fri Mar 24 10:58:49 2017 (r436807) @@ -1,4 +1,4 @@ ---- lily/include/lily-guile.hh.orig 2016-08-30 10:23:53 UTC +--- lily/include/lily-guile.hh.orig 2017-02-26 12:08:59 UTC +++ lily/include/lily-guile.hh @@ -20,6 +20,8 @@ #ifndef LILY_GUILE_HH Added: head/print/lilypond-devel/files/patch-python_GNUmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/lilypond-devel/files/patch-python_GNUmakefile Fri Mar 24 10:58:49 2017 (r436807) @@ -0,0 +1,10 @@ +--- python/GNUmakefile.orig 2017-02-26 12:08:59 UTC ++++ python/GNUmakefile +@@ -14,7 +14,6 @@ CONFIG_LDFLAGS= + INSTALLATION_OUT_SUFFIXES=1 + + INSTALLATION_OUT_FILES=$(OUT_SO_MODULES) +-INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python + + INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python + INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES) Modified: head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make ============================================================================== --- head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make Fri Mar 24 10:58:49 2017 (r436807) @@ -1,4 +1,4 @@ ---- stepmake/stepmake/texinfo-vars.make.orig 2016-08-30 10:23:53 UTC +--- stepmake/stepmake/texinfo-vars.make.orig 2017-02-26 12:08:59 UTC +++ stepmake/stepmake/texinfo-vars.make @@ -31,7 +31,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-t Modified: head/print/lilypond-devel/pkg-plist ============================================================================== --- head/print/lilypond-devel/pkg-plist Fri Mar 24 10:54:40 2017 (r436806) +++ head/print/lilypond-devel/pkg-plist Fri Mar 24 10:58:49 2017 (r436807) @@ -8,7 +8,6 @@ bin/lilypond-invoke-editor bin/lilysong bin/midi2ly bin/musicxml2ly -lib/lilypond/%%PORTVERSION%%/python/midi.so man/man1/abc2ly.1.gz man/man1/convert-ly.1.gz man/man1/etf2ly.1.gz @@ -252,6 +251,8 @@ share/emacs/site-lisp/lilypond-words.el %%DATADIR%%/%%PORTVERSION%%/python/langdefs.pyc %%DATADIR%%/%%PORTVERSION%%/python/lilylib.py %%DATADIR%%/%%PORTVERSION%%/python/lilylib.pyc +%%DATADIR%%/%%PORTVERSION%%/python/midi.py +%%DATADIR%%/%%PORTVERSION%%/python/midi.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicexp.py %%DATADIR%%/%%PORTVERSION%%/python/musicexp.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicxml.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703241058.v2OAwn1F051072>