Date: Sun, 9 Jul 2023 00:29:24 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: 5e8b4326f51f - main - deskutils/zim: update to 0.75.2 and convert to pep517 Message-ID: <202307090029.3690TO7F040616@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=5e8b4326f51fbb391c99f37ca39a7762c90dd35d commit 5e8b4326f51fbb391c99f37ca39a7762c90dd35d Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-07-09 00:29:14 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-07-09 00:29:14 +0000 deskutils/zim: update to 0.75.2 and convert to pep517 --- deskutils/zim/Makefile | 5 ++--- deskutils/zim/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index b970618a0c55..00b145016c7b 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -1,6 +1,5 @@ PORTNAME= zim -DISTVERSION= 0.75.1 -PORTREVISION= 1 +DISTVERSION= 0.75.2 CATEGORIES= deskutils python MASTER_SITES= https://www.zim-wiki.org/downloads/ @@ -20,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ USES= cpe desktop-file-utils gettext gnome python shared-mime-info CPE_VENDOR= zim-wiki USE_GNOME= gtk30 pygobject3 -USE_PYTHON= autoplist distutils noflavors +USE_PYTHON= autoplist pep517 noflavors NO_ARCH= yes diff --git a/deskutils/zim/distinfo b/deskutils/zim/distinfo index 468ac71afda1..d507d2da989b 100644 --- a/deskutils/zim/distinfo +++ b/deskutils/zim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667986055 -SHA256 (zim-0.75.1.tar.gz) = 88e175d7f7e141896f9e958989d252d722556af17bc4bc6f065e7d54287d0385 -SIZE (zim-0.75.1.tar.gz) = 2510821 +TIMESTAMP = 1688862138 +SHA256 (zim-0.75.2.tar.gz) = 40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2 +SIZE (zim-0.75.2.tar.gz) = 3211464
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307090029.3690TO7F040616>