Received: by mail.netbsd.org (Postfix, from userid 605) id 2A33084D8A; Tue, 21 Jan 2020 18:07:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A62F684D47 for ; Tue, 21 Jan 2020 18:07:53 +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 jJnnN8Z-GwBw for ; Tue, 21 Jan 2020 18:07:53 +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 23DBE84CDB for ; Tue, 21 Jan 2020 18:07:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1339EFBF4; Tue, 21 Jan 2020 18:07:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579630073228160" MIME-Version: 1.0 Date: Tue, 21 Jan 2020 18:07:53 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/misc/ansiweather To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20200121180753.1339EFBF4@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. --_----------=_1579630073228160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Jan 21 18:07:52 UTC 2020 Modified Files: pkgsrc/misc/ansiweather: Makefile distinfo Log Message: ansiweather: update to 1.16.0. AnsiWeather 1.16.0 (2020-01-21) - Switch default delimiter from "=>" to ":" and stop prepending space - Do not hardcode colon in forecast mode, use $delimiter instead To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/ansiweather/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/ansiweather/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579630073228160 Content-Disposition: inline Content-Length: 1671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ansiweather/Makefile diff -u pkgsrc/misc/ansiweather/Makefile:1.11 pkgsrc/misc/ansiweather/Makefile:1.12 --- pkgsrc/misc/ansiweather/Makefile:1.11 Tue Nov 19 11:17:27 2019 +++ pkgsrc/misc/ansiweather/Makefile Tue Jan 21 18:07:52 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/11/19 11:17:27 fcambus Exp $ +# $NetBSD: Makefile,v 1.12 2020/01/21 18:07:52 fcambus Exp $ -DISTNAME= ansiweather-1.15.0 +DISTNAME= ansiweather-1.16.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} Index: pkgsrc/misc/ansiweather/distinfo diff -u pkgsrc/misc/ansiweather/distinfo:1.9 pkgsrc/misc/ansiweather/distinfo:1.10 --- pkgsrc/misc/ansiweather/distinfo:1.9 Tue Nov 19 11:17:27 2019 +++ pkgsrc/misc/ansiweather/distinfo Tue Jan 21 18:07:52 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2019/11/19 11:17:27 fcambus Exp $ +$NetBSD: distinfo,v 1.10 2020/01/21 18:07:52 fcambus Exp $ -SHA1 (ansiweather-1.15.0.tar.gz) = 3232fce7068d26fd2a9e25bca47c1aa6617598a0 -RMD160 (ansiweather-1.15.0.tar.gz) = cfd236469557de3634404ad383627bdc816aa174 -SHA512 (ansiweather-1.15.0.tar.gz) = 4645f5e3a4244f32b686b41920ec1530e056e24e35ea57cff852a3bfb48896195b15de8816bef79ce447a0b4a360170ffbc17906abd393e86f43faf538738be6 -Size (ansiweather-1.15.0.tar.gz) = 18004 bytes +SHA1 (ansiweather-1.16.0.tar.gz) = 20c52685e35453357e4e59c47014117ddb40e00f +RMD160 (ansiweather-1.16.0.tar.gz) = 803db8bfa74cda71cffdc42a0609ec557ec118f2 +SHA512 (ansiweather-1.16.0.tar.gz) = a125d527620ea58d0f1b09834d73366c097dafde5650da2c87be94695bc35ee73f00451d2fc0e9e073d9daaa596da52212bd713649e0531053f43d5d6d6ca7f4 +Size (ansiweather-1.16.0.tar.gz) = 18072 bytes --_----------=_1579630073228160--