Received: by mail.netbsd.org (Postfix, from userid 605) id 01D3784F35; Fri, 18 Jan 2019 18:06:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81A0A84F31 for ; Fri, 18 Jan 2019 18:06: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 haTL_OEndtho for ; Fri, 18 Jan 2019 18:06:21 +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 C668A84C85 for ; Fri, 18 Jan 2019 18:06:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BCAA9FB16; Fri, 18 Jan 2019 18:06:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547834781110460" MIME-Version: 1.0 Date: Fri, 18 Jan 2019 18:06:21 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/misc/ansiweather To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20190118180621.BCAA9FB16@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. --_----------=_1547834781110460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Fri Jan 18 18:06:21 UTC 2019 Modified Files: pkgsrc/misc/ansiweather: Makefile distinfo Log Message: ansiweather: Update to 1.13.0 Patch submitted by Frederic Cambus, who takes maintainership. Upstream changelog ================== AnsiWeather 1.13.0 (2018-07-16) - Do not attempt to fetch UV data when in forecast mode AnsiWeather 1.12.0 (2018-06-29) - Replace spaces in city names by '%20', underscores are not accepted anymore by the OpenWeatherMap API - Add support for fetching and displaying UV index - Document the UV index feature and related flags and options AnsiWeather 1.11 (2017-06-21) - Unicode symbols display is now off by default - Shorten default greeting text: "Current weather" => "Weather" To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/ansiweather/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/ansiweather/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547834781110460 Content-Disposition: inline Content-Length: 1852 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.8 pkgsrc/misc/ansiweather/Makefile:1.9 --- pkgsrc/misc/ansiweather/Makefile:1.8 Wed Jul 4 13:40:25 2018 +++ pkgsrc/misc/ansiweather/Makefile Fri Jan 18 18:06:21 2019 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2018/07/04 13:40:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2019/01/18 18:06:21 kamil Exp $ -DISTNAME= ansiweather-1.10 +DISTNAME= ansiweather-1.13.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= fred@statdns.com HOMEPAGE= https://github.com/fcambus/ansiweather/ COMMENT= Display current weather conditions in your terminal LICENSE= 2-clause-bsd Index: pkgsrc/misc/ansiweather/distinfo diff -u pkgsrc/misc/ansiweather/distinfo:1.6 pkgsrc/misc/ansiweather/distinfo:1.7 --- pkgsrc/misc/ansiweather/distinfo:1.6 Tue Feb 21 11:36:43 2017 +++ pkgsrc/misc/ansiweather/distinfo Fri Jan 18 18:06:21 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/02/21 11:36:43 maya Exp $ +$NetBSD: distinfo,v 1.7 2019/01/18 18:06:21 kamil Exp $ -SHA1 (ansiweather-1.10.tar.gz) = 28b207ad8079e5f9812f8b1656b03eaead6dc457 -RMD160 (ansiweather-1.10.tar.gz) = 41525404a3557c8606b6c1a9b01bf7fd6caeba26 -SHA512 (ansiweather-1.10.tar.gz) = fdd54537f0905661a287ae7287b7e1b4f197806030353bddc4b5a08ce8458961043377bfc1524a077d08f4ec3c61c6c963c307372c681af59f3072a32da10ec7 -Size (ansiweather-1.10.tar.gz) = 17469 bytes +SHA1 (ansiweather-1.13.0.tar.gz) = 6a6bffbb29f1300f81dca9eff3427cec55913e8b +RMD160 (ansiweather-1.13.0.tar.gz) = 1b8dfdb5f06fd97b8c973334199a344f96f93448 +SHA512 (ansiweather-1.13.0.tar.gz) = 58545815d3b1b84c0b80dcb647d41c0573a95cfb593cc75ac59eb3ff460b2de792540d246ca22b92f525c581e7028c9ccd9b8f9b98d8db6434ebec6a6bd12d07 +Size (ansiweather-1.13.0.tar.gz) = 17795 bytes --_----------=_1547834781110460--