From owner-svn-ports-all@freebsd.org Tue Nov 19 10:30:27 2019 Return-Path: Delivered-To: svn-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 DDF3D1AD654; Tue, 19 Nov 2019 10:30:27 +0000 (UTC) (envelope-from adridg@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47HMXg5V8Cz4J9c; Tue, 19 Nov 2019 10:30:27 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B61B8F4E; Tue, 19 Nov 2019 10:30:27 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAJAUR2C013386; Tue, 19 Nov 2019 10:30:27 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAJAUQAT013383; Tue, 19 Nov 2019 10:30:26 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201911191030.xAJAUQAT013383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 19 Nov 2019 10:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517957 - in head/audio/musescore: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/audio/musescore: . files X-SVN-Commit-Revision: 517957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2019 10:30:27 -0000 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