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:           Mon Jan  9 10:17:13 UTC 2023

Modified Files:
        pkgsrc/misc/ansiweather: Makefile distinfo

Log Message:
ansiweather: update to 1.19.0.

AnsiWeather 1.19.0 (2023-01-09)

- Quote location in example, as this is a common source of error
- Add an entry for "feels_like_text" in the .ansiweatherrc example file
- Only set LC_NUMERIC=C, instead of LC_ALL. This prevents overriding
  locale date format when displaying days and months in forecast mode.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ansiweather/Makefile
cvs rdiff -u -r1.14 -r1.15 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.19 pkgsrc/misc/ansiweather/Makefile:1.20
--- pkgsrc/misc/ansiweather/Makefile:1.19       Mon Jun 27 15:29:16 2022
+++ pkgsrc/misc/ansiweather/Makefile    Mon Jan  9 10:17:13 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/06/27 15:29:16 fcambus Exp $
+# $NetBSD: Makefile,v 1.20 2023/01/09 10:17:13 fcambus Exp $
 
-DISTNAME=      ansiweather-1.18.0
-PKGREVISION=   1
+DISTNAME=      ansiweather-1.19.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/misc/ansiweather/distinfo
diff -u pkgsrc/misc/ansiweather/distinfo:1.14 pkgsrc/misc/ansiweather/distinfo:1.15
--- pkgsrc/misc/ansiweather/distinfo:1.14       Tue Oct 26 10:58:56 2021
+++ pkgsrc/misc/ansiweather/distinfo    Mon Jan  9 10:17:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:58:56 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/01/09 10:17:13 fcambus Exp $
 
-BLAKE2s (ansiweather-1.18.0.tar.gz) = 1e42eb4f834a0bb7d8eec26af5d84e731c0ef15b769435743ed0275d6479ac50
-SHA512 (ansiweather-1.18.0.tar.gz) = 020240728e762e5055bb01b3ed945ed46aba20a550571c6f80177c6980278bd4c45d199bb468bbc3cc1fbcfc95088c8c4314b88793586d1077cd25eb2297508f
-Size (ansiweather-1.18.0.tar.gz) = 18444 bytes
+BLAKE2s (ansiweather-1.19.0.tar.gz) = 776b6234a0f88ad7d6c17678338b48af0c67dd4ca4982022c756cf80f0df24d2
+SHA512 (ansiweather-1.19.0.tar.gz) = 1dc521c904041a698fbb1a3a78f5a0b7d5bdc731258ab9cc384ee1a9f750c60723b0038288d7d98875672d167614f7bb8ca69ff1f7d38a28d52916afd5bda0a2
+Size (ansiweather-1.19.0.tar.gz) = 14232 bytes



Home | Main Index | Thread Index | Old Index