Tue Jun 16 09:21:58 2020 UTC ()
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)


(fcambus)
diff -r1.13 -r1.14 pkgsrc/misc/ansiweather/Makefile
diff -r1.10 -r1.11 pkgsrc/misc/ansiweather/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/misc/ansiweather/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ansiweather/Makefile 2020/03/30 15:35:09 1.13
+++ pkgsrc/misc/ansiweather/Makefile 2020/06/16 09:21:57 1.14
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.13 2020/03/30 15:35:09 fcambus Exp $ 1# $NetBSD: Makefile,v 1.14 2020/06/16 09:21:57 fcambus Exp $
2 2
3DISTNAME= ansiweather-1.16.0 3DISTNAME= ansiweather-1.17.0
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= fcambus@NetBSD.org 8MAINTAINER= fcambus@NetBSD.org
9HOMEPAGE= https://github.com/fcambus/ansiweather/ 9HOMEPAGE= https://github.com/fcambus/ansiweather/
10COMMENT= Display current weather conditions in your terminal 10COMMENT= Display current weather conditions in your terminal
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15USE_TOOLS+= awk:run date:run grep:run 15USE_TOOLS+= cut:run date:run grep:run
16 16
17DEPENDS+= curl-[0-9]*:../../www/curl 17DEPENDS+= curl-[0-9]*:../../www/curl
18DEPENDS+= jq-[0-9]*:../../devel/jq 18DEPENDS+= jq-[0-9]*:../../devel/jq
19 19
20NO_CONFIGURE= yes 20NO_CONFIGURE= yes
21NO_BUILD= yes 21NO_BUILD= yes
22 22
23INSTALL_UNSTRIPPED= yes 23INSTALL_UNSTRIPPED= yes
24 24
25DOCDIR= share/doc/ansiweather 25DOCDIR= share/doc/ansiweather
26EGDIR= share/examples/ansiweather 26EGDIR= share/examples/ansiweather
27 27
28CONF_FILES+= ${EGDIR}/ansiweatherrc.example ${PKG_SYSCONFDIR}/ansiweatherrc 28CONF_FILES+= ${EGDIR}/ansiweatherrc.example ${PKG_SYSCONFDIR}/ansiweatherrc

cvs diff -r1.10 -r1.11 pkgsrc/misc/ansiweather/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ansiweather/distinfo 2020/01/21 18:07:52 1.10
+++ pkgsrc/misc/ansiweather/distinfo 2020/06/16 09:21:57 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2020/01/21 18:07:52 fcambus Exp $ 1$NetBSD: distinfo,v 1.11 2020/06/16 09:21:57 fcambus Exp $
2 2
3SHA1 (ansiweather-1.16.0.tar.gz) = 20c52685e35453357e4e59c47014117ddb40e00f 3SHA1 (ansiweather-1.17.0.tar.gz) = f6e231d58705816f98cc0e727a4ed5300f6ca0f3
4RMD160 (ansiweather-1.16.0.tar.gz) = 803db8bfa74cda71cffdc42a0609ec557ec118f2 4RMD160 (ansiweather-1.17.0.tar.gz) = 37ccbfdff11a25871e703a163ef87e1088c11921
5SHA512 (ansiweather-1.16.0.tar.gz) = a125d527620ea58d0f1b09834d73366c097dafde5650da2c87be94695bc35ee73f00451d2fc0e9e073d9daaa596da52212bd713649e0531053f43d5d6d6ca7f4 5SHA512 (ansiweather-1.17.0.tar.gz) = c98507044361781803c6340c517fd18968ab025d7dd5ae784d0baa0c3291304ec7fa5a8faf806dadd4ef8e7100639216dfb6269fe833e5da0e731d8912dd2564
6Size (ansiweather-1.16.0.tar.gz) = 18072 bytes 6Size (ansiweather-1.17.0.tar.gz) = 18203 bytes