update to ansiweather-1.06, from maintainer Frederic Cambus

This commit is contained in:
sthen 2015-10-30 16:40:18 +00:00
parent b461f0fa0b
commit 5b4c69eb84
3 changed files with 8 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2015/09/30 06:57:35 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2015/10/30 16:40:18 sthen Exp $
COMMENT = weather in terminal, with ANSI colors and Unicode symbols
DISTNAME = ansiweather-${GH_TAGNAME}
@ -11,7 +11,7 @@ PERMIT_PACKAGE_CDROM = Yes
GH_ACCOUNT = fcambus
GH_PROJECT = ansiweather
GH_TAGNAME = 1.05
GH_TAGNAME = 1.06
RUN_DEPENDS = textproc/jq
@ -20,8 +20,6 @@ NO_TEST = Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${PREFIX}/bin
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ansiweather
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/ansiweather
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ansiweather

View File

@ -1,2 +1,2 @@
SHA256 (ansiweather-1.05.tar.gz) = DVLGIItZbdVqyOcRNI45BOZgOP1OmAHJG+mKHtIBH2E=
SIZE (ansiweather-1.05.tar.gz) = 6890
SHA256 (ansiweather-1.06.tar.gz) = Gi4JxkjgyocbcRRnEAINj4YznobuaxQnvBrbl3QKLQ4=
SIZE (ansiweather-1.06.tar.gz) = 7025

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-ansiweather,v 1.2 2015/09/30 06:57:35 jasper Exp $
--- ansiweather.orig Sun Sep 27 22:49:33 2015
+++ ansiweather Tue Sep 29 09:41:11 2015
$OpenBSD: patch-ansiweather,v 1.3 2015/10/30 16:40:18 sthen Exp $
--- ansiweather.orig Fri Oct 30 05:38:36 2015
+++ ansiweather Fri Oct 30 05:40:15 2015
@@ -36,7 +36,7 @@ get_config() {
fi
}
-fetch_cmd=$(get_config "fetch_cmd" || echo "curl -s")
-fetch_cmd=$(get_config "fetch_cmd" || echo "curl -sf")
+fetch_cmd=$(get_config "fetch_cmd" || echo "ftp -V -o -")