Received: by mail.netbsd.org (Postfix, from userid 605) id E0C9B84D87; Wed, 6 Mar 2019 16:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6604784D90 for ; Wed, 6 Mar 2019 16:57:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nsGHm_RDvP0u for ; Wed, 6 Mar 2019 16:57:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E43BC84D87 for ; Wed, 6 Mar 2019 16:57:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE8A0FB16; Wed, 6 Mar 2019 16:57:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551891441135390" MIME-Version: 1.0 Date: Wed, 6 Mar 2019 16:57:21 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics/girara To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190306165721.DE8A0FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551891441135390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Mar 6 16:57:21 UTC 2019 Modified Files: pkgsrc/graphics/girara: Makefile distinfo Log Message: girara: Update to 0.3.2 Changes: 0.3.2 ----- - Various fixes and improvements - Update transations To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/girara/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/girara/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551891441135390 Content-Disposition: inline Content-Length: 1702 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.16 pkgsrc/graphics/girara/Makefile:1.17 --- pkgsrc/graphics/girara/Makefile:1.16 Wed Nov 14 22:21:39 2018 +++ pkgsrc/graphics/girara/Makefile Wed Mar 6 16:57:21 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2018/11/14 22:21:39 kleink Exp $ +# $NetBSD: Makefile,v 1.17 2019/03/06 16:57:21 leot Exp $ -DISTNAME= girara-0.3.1 -PKGREVISION= 2 +DISTNAME= girara-0.3.2 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.6 pkgsrc/graphics/girara/distinfo:1.7 --- pkgsrc/graphics/girara/distinfo:1.6 Thu Oct 4 19:03:23 2018 +++ pkgsrc/graphics/girara/distinfo Wed Mar 6 16:57:21 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2018/10/04 19:03:23 leot Exp $ +$NetBSD: distinfo,v 1.7 2019/03/06 16:57:21 leot Exp $ -SHA1 (girara-0.3.1.tar.xz) = d776782bbeddd112437f8c8a65864c86dae61ea2 -RMD160 (girara-0.3.1.tar.xz) = 8077f12c9ef6b38cace9c66d3295399a22fc4e01 -SHA512 (girara-0.3.1.tar.xz) = 5c4b2972bfb0296cd1b984c9426b67b50e29e2928fb0e9a3aa3f9bc21aebc28dcc93570e888060e0bb02561022b379cdfcfa3317b52e78cac04e7fc1ba476107 -Size (girara-0.3.1.tar.xz) = 58148 bytes +SHA1 (girara-0.3.2.tar.xz) = 34a8ce0b2595a809f801f0e5975448166b1c32c0 +RMD160 (girara-0.3.2.tar.xz) = ee9a6db6fefb0954b14fee1196db1ceb16c733ae +SHA512 (girara-0.3.2.tar.xz) = ce8b1498c2c5e278a4689f945e6773cbf19b3357711636bbe785d96c8d381cf8ba457268ca154f7bd48b06d79cc03296d2e4350784299a13c4972030bcb0dbed +Size (girara-0.3.2.tar.xz) = 58220 bytes SHA1 (patch-macros.h) = f9467ab009a53feec710a5f3d984c7b67b6747be --_----------=_1551891441135390--