pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ansiweather



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Jun 16 09:21:58 UTC 2020

Modified Files:
        pkgsrc/misc/ansiweather: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/ansiweather/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ansiweather/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ansiweather/Makefile
diff -u pkgsrc/misc/ansiweather/Makefile:1.13 pkgsrc/misc/ansiweather/Makefile:1.14
--- pkgsrc/misc/ansiweather/Makefile:1.13       Mon Mar 30 15:35:09 2020
+++ pkgsrc/misc/ansiweather/Makefile    Tue Jun 16 09:21:57 2020
@@ -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 @@ LICENSE=      2-clause-bsd
 
 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

Index: pkgsrc/misc/ansiweather/distinfo
diff -u pkgsrc/misc/ansiweather/distinfo:1.10 pkgsrc/misc/ansiweather/distinfo:1.11
--- pkgsrc/misc/ansiweather/distinfo:1.10       Tue Jan 21 18:07:52 2020
+++ pkgsrc/misc/ansiweather/distinfo    Tue Jun 16 09:21:57 2020
@@ -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