Hi, this is an update for novelWriter to 2.5.3.
Somebody mentioned it to me and while there, I updated it to the latest version. Some testing done on amd64. No issues found. portcheck, 'make lib-depends-check' and 'make test' are happy. Changes listed here [1]. Comments? Thanks! [1] https://github.com/vkbo/novelWriter/releases Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/editors/novelwriter/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 6 Aug 2024 01:15:27 -0000 1.11 +++ Makefile 1 Dec 2024 16:33:46 -0000 @@ -1,5 +1,5 @@ COMMENT = markdown-like text editor for planning and writing novels -MODPY_EGG_VERSION = 2.5.1 +MODPY_EGG_VERSION = 2.5.3 DISTNAME = novelwriter-${MODPY_EGG_VERSION} CATEGORIES = editors HOMEPAGE = https://novelwriter.io/ Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/editors/novelwriter/distinfo,v retrieving revision 1.10 diff -u -p -u -p -r1.10 distinfo --- distinfo 6 Aug 2024 01:15:27 -0000 1.10 +++ distinfo 1 Dec 2024 16:33:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (novelwriter-2.5.1.tar.gz) = Z6gH5x9hIs0UnL2ggSSfxhPV3JAFwSJdFp8M4HzWR/k= -SIZE (novelwriter-2.5.1.tar.gz) = 4297829 +SHA256 (novelwriter-2.5.3.tar.gz) = AMhTc7DmSVpBLq2TleptiAIiEgkavutCo+mZ9EAv9qE= +SIZE (novelwriter-2.5.3.tar.gz) = 4338861 Index: pkg/PLIST =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/editors/novelwriter/pkg/PLIST,v retrieving revision 1.5 diff -u -p -u -p -r1.5 PLIST --- pkg/PLIST 14 Jul 2024 13:35:41 -0000 1.5 +++ pkg/PLIST 1 Dec 2024 16:33:46 -0000 @@ -39,6 +39,7 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/nw_nl_NL.qm lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/nw_pl_PL.qm lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/nw_pt_BR.qm +lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/nw_ru_RU.qm lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/nw_zh_CN.qm lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/project_de_DE.json lib/python${MODPY_VERSION}/site-packages/novelwriter/assets/i18n/project_en_GB.json -- greetings, Florian Viehweger