Bug 234801 - audio/musescore: Update to major version 3.0
Summary: audio/musescore: Update to major version 3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adriaan de Groot
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2019-01-09 20:06 UTC by kunda
Modified: 2019-01-10 21:16 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (adridg)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-10 20:30:54 UTC
A commit references this bug:

Author: adridg
Date: Thu Jan 10 20:30:48 UTC 2019
New revision: 489895
URL: https://svnweb.freebsd.org/changeset/ports/489895

Log:
  Update audio/musescore to 3.0.0, the latest release

  This skips over 18 months of musescore development to get to
  what's new. This version uses WebEngine, although I don't know
  what it uses it for; a PORTREVISION should be able to clear that
  up and make it available for aarch64 and ppc64.

  All the local patches have been dropped, except for some extra
  CMake-futzing in order to get it to build with ninja and not
  duplicate whole chunks of WebEngine.

  PR:		234801
  Reported by:	kunda

Changes:
  head/audio/musescore/Makefile
  head/audio/musescore/distinfo
  head/audio/musescore/files/patch-CMakeLists.txt
  head/audio/musescore/files/patch-git_9c8a8f
  head/audio/musescore/files/patch-mscore_CMakeLists.txt
  head/audio/musescore/files/patch-mscore_editstringdata.cpp
  head/audio/musescore/files/patch-mscore_prefsdialog.ui
  head/audio/musescore/files/patch-thirdparty_qzip_qzip.cpp
  head/audio/musescore/pkg-plist
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-10 21:04:20 UTC
A commit references this bug:

Author: adridg
Date: Thu Jan 10 21:04:10 UTC 2019
New revision: 489899
URL: https://svnweb.freebsd.org/changeset/ports/489899

Log:
  Fix the audio/musescore update.

   - add missing patch file
   - change WebEngine to an option, unbreak (hopefully the code is ok)
     on aarch64 and ppc64

  Should have mentioned that the release notes for 3.0.0 are at
  	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3
  But that, plus the versions 2.2, 2.2.1, 2.3, 2.3.1 and 2.3.2 that
  were skipped in ports are too many to summarize here.

  PR:		234801

Changes:
  head/audio/musescore/Makefile
  head/audio/musescore/files/patch-mscore_CMakeLists.txt