Fri Jan 1 23:54:16 2016 UTC ()
Update misc/ansiweather to 1.06

- Added support for OpenWeatherMap API keys
- Changed curl options from '-s' to '-sf' to fail silently on server errors
- Removing auto location helper, user location must now be explicitly set
- Changed default city to Rzeszow, Poland
- Changing rain and thunderstorm icons default colors to white and yellow
- Documentation updates

Update by coypu@ via pkgsrc-wip


(kamil)
diff -r1.2 -r1.3 pkgsrc/misc/ansiweather/Makefile
diff -r1.3 -r1.4 pkgsrc/misc/ansiweather/distinfo

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

--- pkgsrc/misc/ansiweather/Makefile 2015/09/27 21:03:48 1.2
+++ pkgsrc/misc/ansiweather/Makefile 2016/01/01 23:54:16 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2015/09/27 21:03:48 kamil Exp $ 1# $NetBSD: Makefile,v 1.3 2016/01/01 23:54:16 kamil Exp $
2 2
3DISTNAME= ansiweather-1.05 3DISTNAME= ansiweather-1.06
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${MASTER_SITE_GITHUB:=fcambus/ansiweather/} 8HOMEPAGE= ${MASTER_SITE_GITHUB:=fcambus/ansiweather/}
9COMMENT= Display current weather conditions in your terminal 9COMMENT= Display current weather conditions in your terminal
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
14USE_TOOLS+= awk:run date:run grep:run 14USE_TOOLS+= awk:run date:run grep:run
15 15
16DEPENDS+= curl-[0-9]*:../../www/curl 16DEPENDS+= curl-[0-9]*:../../www/curl

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

--- pkgsrc/misc/ansiweather/distinfo 2015/11/03 23:49:31 1.3
+++ pkgsrc/misc/ansiweather/distinfo 2016/01/01 23:54:16 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/03 23:49:31 agc Exp $ 1$NetBSD: distinfo,v 1.4 2016/01/01 23:54:16 kamil Exp $
2 2
3SHA1 (ansiweather-1.05.tar.gz) = 16bfcdb9ca0343058497da2aa8233af046ced040 3SHA1 (ansiweather-1.06.tar.gz) = 9ad3e5ad7b59533c20a8a223613f154f431a0b19
4RMD160 (ansiweather-1.05.tar.gz) = 4ec2574fba18a3456ca7f56c25eb36999245d68a 4RMD160 (ansiweather-1.06.tar.gz) = da897154b4eaf834b9d60947ec3e1e7e512a3f58
5SHA512 (ansiweather-1.05.tar.gz) = a6d76d427d16eaba0230170bd2ffdb64b0ba94fd72e9628a5e30e0dc4480c773fd4c5a33b506222215e9076cc022374df355d4099efca0a0eee301c60fc1970d 5SHA512 (ansiweather-1.06.tar.gz) = 55abfaa72d03cacee9e096218efd8dcafdb804ec4ec5080e9a9768b7a6ee8df7cb96d8e9fb2c57f8c3f46b8a7c2d7655009591d6dcfebe0c80d1dc16fb71ff0c
6Size (ansiweather-1.05.tar.gz) = 6890 bytes 6Size (ansiweather-1.06.tar.gz) = 7025 bytes