Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EEA081A9239 for ; Thu, 17 Feb 2022 16:26:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4358284E5A; Thu, 17 Feb 2022 16:26:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E17F84D28 for ; Thu, 17 Feb 2022 16:26:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8KJ6aSBS735q for ; Thu, 17 Feb 2022 16:26:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03C7184CD9 for ; Thu, 17 Feb 2022 16:26:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F179FFB24; Thu, 17 Feb 2022 16:26:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645115204231830" MIME-Version: 1.0 Date: Thu, 17 Feb 2022 16:26:44 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/graphics/girara To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20220217162644.F179FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645115204231830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Thu Feb 17 16:26:44 UTC 2022 Modified Files: pkgsrc/graphics/girara: Makefile distinfo Log Message: Updated graphics/girara to 0.3.7 Various fixes and improvements Update translations (Needed for zathura update) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/girara/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/girara/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1645115204231830 Content-Disposition: inline Content-Length: 1610 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/girara/Makefile diff -u pkgsrc/graphics/girara/Makefile:1.28 pkgsrc/graphics/girara/Makefile:1.29 --- pkgsrc/graphics/girara/Makefile:1.28 Wed Dec 8 16:02:09 2021 +++ pkgsrc/graphics/girara/Makefile Thu Feb 17 16:26:44 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2021/12/08 16:02:09 adam Exp $ +# $NetBSD: Makefile,v 1.29 2022/02/17 16:26:44 abs Exp $ -DISTNAME= girara-0.3.6 -PKGREVISION= 1 +DISTNAME= girara-0.3.7 CATEGORIES= x11 MASTER_SITES= https://pwmt.org/projects/girara/download/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/graphics/girara/distinfo diff -u pkgsrc/graphics/girara/distinfo:1.13 pkgsrc/graphics/girara/distinfo:1.14 --- pkgsrc/graphics/girara/distinfo:1.13 Tue Oct 26 10:46:12 2021 +++ pkgsrc/graphics/girara/distinfo Thu Feb 17 16:26:44 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:46:12 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/02/17 16:26:44 abs Exp $ -BLAKE2s (girara-0.3.6.tar.xz) = 00b74e678e61f6ad57107dc2d64efda8a81e64bf6170ae97f26d280a1e19d3ad -SHA512 (girara-0.3.6.tar.xz) = e9496b1bb629d59377ed1fee8a2fab2c7e5d60845e6777ed9bb796e1843fea20abda32d7de885f01e892654ea996490403c442021528b6b4f2aa50cf54d74c42 -Size (girara-0.3.6.tar.xz) = 60056 bytes +BLAKE2s (girara-0.3.7.tar.xz) = 0811ea58268eb166f3775b9a8d8494e030ba69c8cb090ceca90b3a51ff99960a +SHA512 (girara-0.3.7.tar.xz) = 9b91ef7e5047b3250327eab9280372f38615e9948884c108c3d1c5d3e81794f786adc827692b112d2bfdc2660e22206a143fafd5a814408df8ffd4c858148717 +Size (girara-0.3.7.tar.xz) = 60352 bytes SHA1 (patch-macros.h) = f9467ab009a53feec710a5f3d984c7b67b6747be --_----------=_1645115204231830--