Date: Sat, 11 Jan 2025 12:16:53 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d2f128c98e1f - main - deskutils/zim: update 0.76.0 Message-ID: <202501111216.50BCGrTb036476@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2f128c98e1f3a6a775c3c3da571c8e7ee274ae8 commit d2f128c98e1f3a6a775c3c3da571c8e7ee274ae8 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2025-01-11 12:16:45 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2025-01-11 12:16:45 +0000 deskutils/zim: update 0.76.0 --- deskutils/zim/Makefile | 8 +------- deskutils/zim/distinfo | 6 +++--- .../zim/files/patch-zim_notebook_index_____init____.py | 14 -------------- 3 files changed, 4 insertions(+), 24 deletions(-) diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index 7885b2862bea..3d20ad126c8e 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -1,6 +1,5 @@ PORTNAME= zim -DISTVERSION= 0.75.2 -PORTREVISION= 5 +DISTVERSION= 0.76.0 CATEGORIES= deskutils python MASTER_SITES= https://www.zim-wiki.org/downloads/ @@ -44,9 +43,4 @@ MERCURIAL_RUN_DEPENDS= ${PY_MERCURIAL} SCROT_DESC= Screenshot taking and inserting support SCROT_RUN_DEPENDS= scrot:graphics/scrot -post-patch: - @${REINPLACE_CMD} -e \ - '/.command.install /s|distutils|setuptools|' \ - ${WRKSRC}/setup.py - .include <bsd.port.mk> diff --git a/deskutils/zim/distinfo b/deskutils/zim/distinfo index d507d2da989b..b4b5eb1f5bee 100644 --- a/deskutils/zim/distinfo +++ b/deskutils/zim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688862138 -SHA256 (zim-0.75.2.tar.gz) = 40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2 -SIZE (zim-0.75.2.tar.gz) = 3211464 +TIMESTAMP = 1736597428 +SHA256 (zim-0.76.0.tar.gz) = 09ccaca5a277ae73884713066d45dc8c48180e3c0ded0120e18d3b0d8fdd38c8 +SIZE (zim-0.76.0.tar.gz) = 3338046 diff --git a/deskutils/zim/files/patch-zim_notebook_index_____init____.py b/deskutils/zim/files/patch-zim_notebook_index_____init____.py deleted file mode 100644 index a9e02be2ed95..000000000000 --- a/deskutils/zim/files/patch-zim_notebook_index_____init____.py +++ /dev/null @@ -1,14 +0,0 @@ -https://github.com/zim-desktop-wiki/zim-desktop-wiki/pull/2640 - ---- zim/notebook/index/__init__.py.orig 2021-11-29 13:46:48 UTC -+++ zim/notebook/index/__init__.py -@@ -138,7 +138,8 @@ class Index(SignalEmitter): - def _db_init(self): - tables = [r[0] for r in self._db.execute( - 'SELECT name FROM sqlite_master ' -- 'WHERE type="table" and name NOT LIKE "sqlite%"' -+ 'WHERE type=? and name NOT LIKE ?', -+ ('table', 'sqlite%') - )] - for table in tables: - self._db.execute('DROP TABLE %s' % table)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111216.50BCGrTb036476>