Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ansiweather ansiweather: update to 1.17.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/318b6210f08e
branches:  trunk
changeset: 434412:318b6210f08e
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Jun 16 09:21:57 2020 +0000

description:
ansiweather: update to 1.17.0.

AnsiWeather 1.17.0 (2020-06-16)

- Use cut instead of awk for parsing the config file, allowing to use the
  colon character as part of the config value (Thanks Niklas Lindgren)

diffstat:

 misc/ansiweather/Makefile |   6 +++---
 misc/ansiweather/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 9d31f54b5087 -r 318b6210f08e misc/ansiweather/Makefile
--- a/misc/ansiweather/Makefile Tue Jun 16 09:15:01 2020 +0000
+++ b/misc/ansiweather/Makefile Tue Jun 16 09:21:57 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/03/30 15:35:09 fcambus Exp $
+# $NetBSD: Makefile,v 1.14 2020/06/16 09:21:57 fcambus Exp $
 
-DISTNAME=      ansiweather-1.16.0
+DISTNAME=      ansiweather-1.17.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@
 
 USE_LANGUAGES= # none
 
-USE_TOOLS+=    awk:run date:run grep:run
+USE_TOOLS+=    cut:run date:run grep:run
 
 DEPENDS+=      curl-[0-9]*:../../www/curl
 DEPENDS+=      jq-[0-9]*:../../devel/jq
diff -r 9d31f54b5087 -r 318b6210f08e misc/ansiweather/distinfo
--- a/misc/ansiweather/distinfo Tue Jun 16 09:15:01 2020 +0000
+++ b/misc/ansiweather/distinfo Tue Jun 16 09:21:57 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/01/21 18:07:52 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2020/06/16 09:21:57 fcambus Exp $
 
-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
+SHA1 (ansiweather-1.17.0.tar.gz) = f6e231d58705816f98cc0e727a4ed5300f6ca0f3
+RMD160 (ansiweather-1.17.0.tar.gz) = 37ccbfdff11a25871e703a163ef87e1088c11921
+SHA512 (ansiweather-1.17.0.tar.gz) = c98507044361781803c6340c517fd18968ab025d7dd5ae784d0baa0c3291304ec7fa5a8faf806dadd4ef8e7100639216dfb6269fe833e5da0e731d8912dd2564
+Size (ansiweather-1.17.0.tar.gz) = 18203 bytes



Home | Main Index | Thread Index | Old Index