Hi, Below is a diff that updates Zim to 0.74.3. Tested on amd64 for a couple of days, works fine here.
Caspar Index: Makefile =================================================================== RCS file: /cvs/ports/productivity/zim/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 2 Nov 2021 00:02:07 -0000 1.29 +++ Makefile 21 Dec 2021 17:30:34 -0000 @@ -2,9 +2,8 @@ COMMENT = desktop wiki -MODPY_EGG_VERSION = 0.74.0 +MODPY_EGG_VERSION = 0.74.3 DISTNAME = zim-${MODPY_EGG_VERSION} -REVISION = 0 CATEGORIES = productivity Index: distinfo =================================================================== RCS file: /cvs/ports/productivity/zim/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- distinfo 4 Oct 2021 16:35:11 -0000 1.13 +++ distinfo 21 Dec 2021 17:30:34 -0000 @@ -1,2 +1,2 @@ -SHA256 (zim-0.74.0.tar.gz) = 8i8NR92wyuSplvc286YwU4WjgVgcnWQEDLDVaeg65g0= -SIZE (zim-0.74.0.tar.gz) = 2294152 +SHA256 (zim-0.74.3.tar.gz) = 3ehPIkhsf1JnC9Qx3kQ6ilvRaBB7auBm2C1HOuNGzRU= +SIZE (zim-0.74.3.tar.gz) = 2998280 Index: patches/patch-setup_py =================================================================== RCS file: /cvs/ports/productivity/zim/patches/patch-setup_py,v retrieving revision 1.6 diff -u -p -r1.6 patch-setup_py --- patches/patch-setup_py 2 Nov 2020 21:57:19 -0000 1.6 +++ patches/patch-setup_py 21 Dec 2021 17:30:34 -0000 @@ -10,4 +10,4 @@ Index: setup.py + ('man/man1', ['man/zim.1']), ('share/applications', ['xdg/zim.desktop']), ('share/mime/packages', ['xdg/zim.xml']), - ('share/pixmaps', ['xdg/hicolor/48x48/apps/zim.png']), + ('share/metainfo', ['xdg/org.zim_wiki.Zim.appdata.xml']),