summaryrefslogtreecommitdiff
path: root/misc/ansiweather
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2015-09-27 21:03:48 +0000
committerkamil <kamil@pkgsrc.org>2015-09-27 21:03:48 +0000
commita6f3370a4c5535296888ae378aded9b69132c488 (patch)
treed52bc47cf08b44509186809d5d41df3963003d55 /misc/ansiweather
parenta5d3822ffbb3ba286192459b43611ad1dcdb5d19 (diff)
downloadpkgsrc-a6f3370a4c5535296888ae378aded9b69132c488.tar.gz
Upgrade to 1.05
Stop fixing ansiweather's shebang (addressed upstream). Upstream changelog ================== AnsiWeather 1.05 (2015-09-27) - Fixes for numeric translation on NetBSD (Thanks Kamil Rytarowski) - Use xargs printf construct to avoid hardcoding path to external printf command (Thanks Kamil Rytarowski) - Use '/bin/sh' shebang instead of '/usr/bin/env sh' for portability reasons (Thanks Kamil Rytarowski) - Replacing spaces by underscores in location name before calling the weather API - Force bc to always return integers for wind directions (Thanks Lornix) - Documentation updates AnsiWeather 1.04 (2015-09-10) - Added a '-a' option to toggle ANSI colors display - Daylight option in the example configuration file now default to false to match program default - Better formatting for usage display - Documentation updates
Diffstat (limited to 'misc/ansiweather')
-rw-r--r--misc/ansiweather/Makefile8
-rw-r--r--misc/ansiweather/distinfo8
2 files changed, 6 insertions, 10 deletions
diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile
index 477a857a191..0294a3a9312 100644
--- a/misc/ansiweather/Makefile
+++ b/misc/ansiweather/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/09/08 21:50:28 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/27 21:03:48 kamil Exp $
-DISTNAME= ansiweather-1.03
+DISTNAME= ansiweather-1.05
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
@@ -31,10 +31,6 @@ SUBST_FILES.config= ansiweather
SUBST_SED.config= -e 's,~/.ansiweatherrc,${PKG_SYSCONFDIR}/ansiweatherrc,'
SUBST_STAGE.config= post-patch
-SUBST_FILES.shebang= ansiweather
-SUBST_SED.shebang= -e 's,/usr/bin/env sh,${SH},'
-SUBST_STAGE.shebang= post-patch
-
AUTO_MKDIRS= yes
do-install:
diff --git a/misc/ansiweather/distinfo b/misc/ansiweather/distinfo
index ec8cb9b23b9..af17e033223 100644
--- a/misc/ansiweather/distinfo
+++ b/misc/ansiweather/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/09/08 21:50:28 kamil Exp $
+$NetBSD: distinfo,v 1.2 2015/09/27 21:03:48 kamil Exp $
-SHA1 (ansiweather-1.03.tar.gz) = 3f8eccc0de0017494ae9cbeb43aaa13e9a244dea
-RMD160 (ansiweather-1.03.tar.gz) = 46c20cdac8204ee1ffb5619753bed5322eae9342
-Size (ansiweather-1.03.tar.gz) = 6230 bytes
+SHA1 (ansiweather-1.05.tar.gz) = 16bfcdb9ca0343058497da2aa8233af046ced040
+RMD160 (ansiweather-1.05.tar.gz) = 4ec2574fba18a3456ca7f56c25eb36999245d68a
+Size (ansiweather-1.05.tar.gz) = 6890 bytes