Date: Tue, 19 Nov 2019 10:30:26 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517957 - in head/audio/musescore: . files Message-ID: <201911191030.xAJAUQAT013383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Tue Nov 19 10:30:26 2019 New Revision: 517957 URL: https://svnweb.freebsd.org/changeset/ports/517957 Log: Update audio/musescore to latest upostream release, 3.3.2 Release notes: https://musescore.org/en/3.3.2 https://musescore.org/en/3.3 Modified: head/audio/musescore/Makefile head/audio/musescore/distinfo head/audio/musescore/files/patch-mscore_CMakeLists.txt head/audio/musescore/pkg-plist Modified: head/audio/musescore/Makefile ============================================================================== --- head/audio/musescore/Makefile Tue Nov 19 09:41:26 2019 (r517956) +++ head/audio/musescore/Makefile Tue Nov 19 10:30:26 2019 (r517957) @@ -3,7 +3,7 @@ PORTNAME= musescore DISTVERSIONPREFIX= v -DISTVERSION= 3.2.3 +DISTVERSION= 3.3.2 CATEGORIES= audio # DISTNAME= MuseScore-${DISTVERSION} @@ -21,9 +21,10 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \ USES= cmake compiler:c++11-lib desktop-file-utils \ pkgconfig qt:5 shared-mime-info -USE_QT= core declarative gui widgets opengl concurrent designer help network \ +USE_QT= core declarative gui widgets opengl concurrent designer help \ + location network \ scripttools svg sql printsupport testlib \ - xml xmlpatterns \ + webchannel xml xmlpatterns \ buildtools_build linguisttools_build qmake_build uitools_build USE_GITHUB= yes Modified: head/audio/musescore/distinfo ============================================================================== --- head/audio/musescore/distinfo Tue Nov 19 09:41:26 2019 (r517956) +++ head/audio/musescore/distinfo Tue Nov 19 10:30:26 2019 (r517957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566211502 -SHA256 (musescore-MuseScore-v3.2.3_GH0.tar.gz) = d6e58c942efd4e9b6567705c81b77287acfe0baa99033b3fb96605698bb9b5af -SIZE (musescore-MuseScore-v3.2.3_GH0.tar.gz) = 63932000 +TIMESTAMP = 1574155980 +SHA256 (musescore-MuseScore-v3.3.2_GH0.tar.gz) = 34c856a32ed1d2e725866e63fa0cedda033bfef0a915e2f0b0d83b63a79b2ee4 +SIZE (musescore-MuseScore-v3.3.2_GH0.tar.gz) = 62806003 Modified: head/audio/musescore/files/patch-mscore_CMakeLists.txt ============================================================================== --- head/audio/musescore/files/patch-mscore_CMakeLists.txt Tue Nov 19 09:41:26 2019 (r517956) +++ head/audio/musescore/files/patch-mscore_CMakeLists.txt Tue Nov 19 10:30:26 2019 (r517957) @@ -1,17 +1,17 @@ Editorialize. What are they thinking? ---- mscore/CMakeLists.txt.orig 2019-01-10 20:08:02 UTC +--- mscore/CMakeLists.txt.orig 2019-11-14 07:45:52 UTC +++ mscore/CMakeLists.txt -@@ -661,7 +661,7 @@ else (MINGW) +@@ -739,7 +739,7 @@ else (MINGW) if ( NOT MSVC ) ## install qwebengine core - if (NOT APPLE AND USE_WEBENGINE) + if (YOU_CANT_SERIOUSLY_SUGGEST_TO_COPY_WEBENGINE_EXECUTABLES_AROUND) - install(FILES + install(PROGRAMS ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess DESTINATION bin -@@ -674,7 +674,7 @@ else (MINGW) +@@ -752,7 +752,7 @@ else (MINGW) ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales DESTINATION lib/qt5/translations ) Modified: head/audio/musescore/pkg-plist ============================================================================== --- head/audio/musescore/pkg-plist Tue Nov 19 09:41:26 2019 (r517956) +++ head/audio/musescore/pkg-plist Tue Nov 19 10:30:26 2019 (r517957) @@ -105,6 +105,7 @@ share/mime/packages/musescore.xml %%DATADIR%%/locale/instruments_uz@Latn.qm %%DATADIR%%/locale/instruments_vi.qm %%DATADIR%%/locale/instruments_zh_CN.qm +%%DATADIR%%/locale/instruments_zh_HK.qm %%DATADIR%%/locale/instruments_zh_TW.qm %%DATADIR%%/locale/languages.xml %%DATADIR%%/locale/mscore_af.qm @@ -171,6 +172,7 @@ share/mime/packages/musescore.xml %%DATADIR%%/locale/mscore_uz@Latn.qm %%DATADIR%%/locale/mscore_vi.qm %%DATADIR%%/locale/mscore_zh_CN.qm +%%DATADIR%%/locale/mscore_zh_HK.qm %%DATADIR%%/locale/mscore_zh_TW.qm %%DATADIR%%/locale/tours_af.qm %%DATADIR%%/locale/tours_ar.qm @@ -237,6 +239,7 @@ share/mime/packages/musescore.xml %%DATADIR%%/locale/tours_uz@Latn.qm %%DATADIR%%/locale/tours_vi.qm %%DATADIR%%/locale/tours_zh_CN.qm +%%DATADIR%%/locale/tours_zh_HK.qm %%DATADIR%%/locale/tours_zh_TW.qm %%DATADIR%%/manual/plugins/manual.css %%DATADIR%%/manual/plugins/plugins3.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911191030.xAJAUQAT013383>