Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PZGp3gJq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tHwjFx+T Received: by mail.netbsd.org (Postfix, from userid 605) id 3C37285081; Sat, 4 May 2024 21:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714858397; bh=rRf5XlY1fPMWwn5x+T+zoWtKV3ZobDLtqHG5Jn1Ie48=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=PZGp3gJqu4d04PDAgKgozDLm+jwSLG8a/oRNpjShQriqXCEqYFdkXoh8tkWVJ8KyI PKnCNAM+pYHoMNVKYTGkUsx7HU6N+zYfGqFIprnLzk/jsy2VSJuLcLwPQnRGrxcVVb 3MbzqmIXBC/OGm6JdtyVADobnndkMQSdpN+xQ43o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22D7385089 for ; Sat, 4 May 2024 21:33:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w8LZo_Mv6A0y for ; Sat, 4 May 2024 21:33:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8BA5284D3E for ; Sat, 4 May 2024 21:33:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714858395; bh=rRf5XlY1fPMWwn5x+T+zoWtKV3ZobDLtqHG5Jn1Ie48=; h=Date:From:Subject:To:Reply-To; b=tHwjFx+TI4laZ/08TrA3t5Z83vuARJdVPcC6U7BzIUm64aHOVGfl+7WATW35+rl3Q /C/Yi7dLZo/v6BE+JyneBiSqLKQ5DgNCkT3lXN/hCnT94Sg8ysgMgnQ8RZSV8dikKR 8nuCiWfOxFn7IhKnsz+vNvEp4fFtdM2C4Bp/b1Nk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 829E2FA2C; Sat, 4 May 2024 21:33:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714858395265800" MIME-Version: 1.0 Date: Sat, 4 May 2024 21:33:15 +0000 From: "nikita" Subject: CVS commit: pkgsrc/graphics/zathura-cb To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240504213315.829E2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714858395265800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Sat May 4 21:33:15 UTC 2024 Modified Files: pkgsrc/graphics/zathura-cb: Makefile distinfo Log Message: zathura-cb: update to version 0.1.10 Changelog: zathura-cb 0.1.10 2022/05/07 Changelog Various bug fixes and improvements To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/zathura-cb/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/zathura-cb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714858395265800 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/zathura-cb/Makefile diff -u pkgsrc/graphics/zathura-cb/Makefile:1.32 pkgsrc/graphics/zathura-cb/Makefile:1.33 --- pkgsrc/graphics/zathura-cb/Makefile:1.32 Sun Apr 7 07:34:22 2024 +++ pkgsrc/graphics/zathura-cb/Makefile Sat May 4 21:33:15 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2024/04/07 07:34:22 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2024/05/04 21:33:15 nikita Exp $ # -DISTNAME= zathura-cb-0.1.9 -PKGREVISION= 10 +DISTNAME= zathura-cb-0.1.10 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/graphics/zathura-cb/distinfo diff -u pkgsrc/graphics/zathura-cb/distinfo:1.7 pkgsrc/graphics/zathura-cb/distinfo:1.8 --- pkgsrc/graphics/zathura-cb/distinfo:1.7 Tue Oct 26 10:47:25 2021 +++ pkgsrc/graphics/zathura-cb/distinfo Sat May 4 21:33:15 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:47:25 nia Exp $ +$NetBSD: distinfo,v 1.8 2024/05/04 21:33:15 nikita Exp $ -BLAKE2s (zathura-cb-0.1.9.tar.xz) = 5ee31077a624c9b10d90e2c821207b458a905273ebdb351cffca0e393cbbcb6c -SHA512 (zathura-cb-0.1.9.tar.xz) = 5c45f112a077af53caec6fbdfc46ffdf20e9f923d97b69395e327cf05e131b3cd2db617d5650bc0cace0935719d8e68645230d7de9ddc1a8d4fbc01ede0f72cc -Size (zathura-cb-0.1.9.tar.xz) = 5848 bytes +BLAKE2s (zathura-cb-0.1.10.tar.xz) = 67ea5931e31a9f082651f5445208f35b589c85934797f950e27779e0544e7e09 +SHA512 (zathura-cb-0.1.10.tar.xz) = b85894d052fda45933582299e8c3406413bcb47ed451d81f5906d7bfef94b169c59a57db8b37273c838381ffc7ba55205d714d2e2ec3b597371578a77e131029 +Size (zathura-cb-0.1.10.tar.xz) = 6300 bytes --_----------=_1714858395265800--