diff --git a/audio/mscore/Makefile b/audio/mscore/Makefile index bc0271a40d4..b43de972bc5 100644 --- a/audio/mscore/Makefile +++ b/audio/mscore/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.37 2019/01/14 08:51:03 sebastia Exp $ +# $OpenBSD: Makefile,v 1.38 2019/01/21 17:00:02 bcallah Exp $ BROKEN-hppa = ICE on moc_qtsingleapplication.cxx -V = 3.0.0 +V = 3.0.1 COMMENT = WYSIWYG music notation software (MuseScore) DISTNAME = MuseScore-${V} PKGNAME = musescore-${V} diff --git a/audio/mscore/distinfo b/audio/mscore/distinfo index 15fab93f9db..d3c82379dcf 100644 --- a/audio/mscore/distinfo +++ b/audio/mscore/distinfo @@ -1,2 +1,2 @@ -SHA256 (MuseScore-3.0.0.zip) = inZKH4kRUCy5iHyEzeSo3aGTp2Yze45HfokYXL83IsY= -SIZE (MuseScore-3.0.0.zip) = 116183004 +SHA256 (MuseScore-3.0.1.zip) = WTFBN2JhuTL4YY4idwieURzJMNTs5iDih0P++42ui4I= +SIZE (MuseScore-3.0.1.zip) = 116392667 diff --git a/audio/mscore/patches/patch-mscore_CMakeLists_txt b/audio/mscore/patches/patch-mscore_CMakeLists_txt index 9bc34193a33..894b067be12 100644 --- a/audio/mscore/patches/patch-mscore_CMakeLists_txt +++ b/audio/mscore/patches/patch-mscore_CMakeLists_txt @@ -1,8 +1,8 @@ -$OpenBSD: patch-mscore_CMakeLists_txt,v 1.9 2019/01/14 08:51:03 sebastia Exp $ +$OpenBSD: patch-mscore_CMakeLists_txt,v 1.10 2019/01/21 17:00:02 bcallah Exp $ Index: mscore/CMakeLists.txt --- mscore/CMakeLists.txt.orig +++ mscore/CMakeLists.txt -@@ -723,7 +723,7 @@ else (MINGW) +@@ -740,7 +740,7 @@ else (MINGW) if (APPLE) target_link_libraries(mscore ${OsxFrameworks}) else (APPLE) @@ -11,7 +11,7 @@ Index: mscore/CMakeLists.txt endif (APPLE) # 'gold' does not use indirect shared libraries for symbol resolution, Linux only -@@ -731,7 +731,7 @@ else (MINGW) +@@ -748,7 +748,7 @@ else (MINGW) if(USE_JACK) target_link_libraries(mscore ${CMAKE_DL_LIBS}) endif(USE_JACK)