Sun Jun 7 11:55:46 2020 UTC ()
sonnet: update to 5.70.0

5.68
  Fix segfault at exit
5.69
  Fix Sonnet autodetect failing on Indian langs
  Create ConfigView an unmanaged ConfigWidget


(markd)
diff -r1.41 -r1.42 pkgsrc/textproc/sonnet/Makefile
diff -r1.9 -r1.10 pkgsrc/textproc/sonnet/PLIST
diff -r1.11 -r1.12 pkgsrc/textproc/sonnet/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/textproc/sonnet/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/sonnet/Makefile 2020/06/02 08:22:59 1.41
+++ pkgsrc/textproc/sonnet/Makefile 2020/06/07 11:55:46 1.42
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.41 2020/06/02 08:22:59 adam Exp $ 1# $NetBSD: Makefile,v 1.42 2020/06/07 11:55:46 markd Exp $
2 2
3DISTNAME= sonnet-${KF5VER} 3DISTNAME= sonnet-${KF5VER}
4PKGREVISION= 4 
5CATEGORIES= textproc 4CATEGORIES= textproc
6 5
7HOMEPAGE= https://community.kde.org/Frameworks 6HOMEPAGE= https://community.kde.org/Frameworks
8COMMENT= Spelling framework for Qt5 7COMMENT= Spelling framework for Qt5
9LICENSE= gnu-lgpl-v2.1 8LICENSE= gnu-lgpl-v2.1
10 9
11USE_TOOLS+= pkg-config 10USE_TOOLS+= pkg-config
12 11
13.include "../../meta-pkgs/kde/kf5.mk" 12.include "../../meta-pkgs/kde/kf5.mk"
14 13
15.include "../../textproc/aspell/buildlink3.mk" 14.include "../../textproc/aspell/buildlink3.mk"
16.include "../../textproc/hunspell/buildlink3.mk" 15.include "../../textproc/hunspell/buildlink3.mk"
17.include "../../x11/qt5-qtbase/buildlink3.mk" 16.include "../../x11/qt5-qtbase/buildlink3.mk"

cvs diff -r1.9 -r1.10 pkgsrc/textproc/sonnet/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/sonnet/PLIST 2020/01/29 11:49:28 1.9
+++ pkgsrc/textproc/sonnet/PLIST 2020/06/07 11:55:46 1.10
@@ -1,30 +1,34 @@ @@ -1,30 +1,34 @@
1@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:28 markd Exp $ 1@comment $NetBSD: PLIST,v 1.10 2020/06/07 11:55:46 markd Exp $
2bin/gentrigrams 2bin/gentrigrams
3bin/parsetrigrams 3bin/parsetrigrams
4include/KF5/SonnetCore/Sonnet/BackgroundChecker 4include/KF5/SonnetCore/Sonnet/BackgroundChecker
5include/KF5/SonnetCore/Sonnet/GuessLanguage 5include/KF5/SonnetCore/Sonnet/GuessLanguage
 6include/KF5/SonnetCore/Sonnet/Settings
6include/KF5/SonnetCore/Sonnet/Speller 7include/KF5/SonnetCore/Sonnet/Speller
7include/KF5/SonnetCore/sonnet/backgroundchecker.h 8include/KF5/SonnetCore/sonnet/backgroundchecker.h
8include/KF5/SonnetCore/sonnet/guesslanguage.h 9include/KF5/SonnetCore/sonnet/guesslanguage.h
 10include/KF5/SonnetCore/sonnet/settings.h
9include/KF5/SonnetCore/sonnet/sonnetcore_export.h 11include/KF5/SonnetCore/sonnet/sonnetcore_export.h
10include/KF5/SonnetCore/sonnet/speller.h 12include/KF5/SonnetCore/sonnet/speller.h
11include/KF5/SonnetUi/Sonnet/ConfigDialog 13include/KF5/SonnetUi/Sonnet/ConfigDialog
 14include/KF5/SonnetUi/Sonnet/ConfigView
12include/KF5/SonnetUi/Sonnet/ConfigWidget 15include/KF5/SonnetUi/Sonnet/ConfigWidget
13include/KF5/SonnetUi/Sonnet/Dialog 16include/KF5/SonnetUi/Sonnet/Dialog
14include/KF5/SonnetUi/Sonnet/DictionaryComboBox 17include/KF5/SonnetUi/Sonnet/DictionaryComboBox
15include/KF5/SonnetUi/Sonnet/Highlighter 18include/KF5/SonnetUi/Sonnet/Highlighter
16include/KF5/SonnetUi/Sonnet/SpellCheckDecorator 19include/KF5/SonnetUi/Sonnet/SpellCheckDecorator
17include/KF5/SonnetUi/sonnet/configdialog.h 20include/KF5/SonnetUi/sonnet/configdialog.h
 21include/KF5/SonnetUi/sonnet/configview.h
18include/KF5/SonnetUi/sonnet/configwidget.h 22include/KF5/SonnetUi/sonnet/configwidget.h
19include/KF5/SonnetUi/sonnet/dialog.h 23include/KF5/SonnetUi/sonnet/dialog.h
20include/KF5/SonnetUi/sonnet/dictionarycombobox.h 24include/KF5/SonnetUi/sonnet/dictionarycombobox.h
21include/KF5/SonnetUi/sonnet/highlighter.h 25include/KF5/SonnetUi/sonnet/highlighter.h
22include/KF5/SonnetUi/sonnet/sonnetui_export.h 26include/KF5/SonnetUi/sonnet/sonnetui_export.h
23include/KF5/SonnetUi/sonnet/spellcheckdecorator.h 27include/KF5/SonnetUi/sonnet/spellcheckdecorator.h
24include/KF5/sonnet_version.h 28include/KF5/sonnet_version.h
25lib/cmake/KF5Sonnet/KF5SonnetConfig.cmake 29lib/cmake/KF5Sonnet/KF5SonnetConfig.cmake
26lib/cmake/KF5Sonnet/KF5SonnetConfigVersion.cmake 30lib/cmake/KF5Sonnet/KF5SonnetConfigVersion.cmake
27lib/cmake/KF5Sonnet/KF5SonnetTargets-noconfig.cmake 31lib/cmake/KF5Sonnet/KF5SonnetTargets-noconfig.cmake
28lib/cmake/KF5Sonnet/KF5SonnetTargets.cmake 32lib/cmake/KF5Sonnet/KF5SonnetTargets.cmake
29lib/libKF5SonnetCore.so 33lib/libKF5SonnetCore.so
30lib/libKF5SonnetCore.so.5 34lib/libKF5SonnetCore.so.5

cvs diff -r1.11 -r1.12 pkgsrc/textproc/sonnet/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/sonnet/distinfo 2020/01/29 11:49:28 1.11
+++ pkgsrc/textproc/sonnet/distinfo 2020/06/07 11:55:46 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2020/01/29 11:49:28 markd Exp $ 1$NetBSD: distinfo,v 1.12 2020/06/07 11:55:46 markd Exp $
2 2
3SHA1 (sonnet-5.66.0.tar.xz) = d932309d534dfdbc8556fc84bc6772116de28211 3SHA1 (sonnet-5.70.0.tar.xz) = f19a11eb2970a68e358bbace7e391e96bb3e9914
4RMD160 (sonnet-5.66.0.tar.xz) = b292dcf20f449a64a16328a09a9de07989253973 4RMD160 (sonnet-5.70.0.tar.xz) = 3f7a1cfbc42d303a4f0dc1291a91bf80314a7f46
5SHA512 (sonnet-5.66.0.tar.xz) = 17fee80d64762941f2f7d0d1b349d2b1cb9be440499209ea40ec38332c6cb12a246d5614053e8b0428ce113fef0765e577ca9ef44b2ddb216e33e6a2e947af3b 5SHA512 (sonnet-5.70.0.tar.xz) = de93c1396262215407324795ea0ebc7d45752fb33873f0f6552821b9fa97dafd9972e274784f9f70c63f220aba9db261dccd55cf169cf62e629f398dc2db7fe9
6Size (sonnet-5.66.0.tar.xz) = 288968 bytes 6Size (sonnet-5.70.0.tar.xz) = 292380 bytes