Index: Makefile =================================================================== --- Makefile (revision 434215) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansiweather -PORTVERSION= 1.09 +PORTVERSION= 1.10 CATEGORIES= misc MAINTAINER= dbaio@bsd.com.br Index: distinfo =================================================================== --- distinfo (revision 434215) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476884144 -SHA256 (fcambus-ansiweather-1.09_GH0.tar.gz) = 75f705263c8ca1eea74039c478b6c760632f26e3b503ac9d04cd1ab188d1ca77 -SIZE (fcambus-ansiweather-1.09_GH0.tar.gz) = 17360 +TIMESTAMP = 1487259523 +SHA256 (fcambus-ansiweather-1.10_GH0.tar.gz) = 9656ac85b67ff10c5959f31345bb08bfef0b038f6f2fbe09c78363b28f42cc21 +SIZE (fcambus-ansiweather-1.10_GH0.tar.gz) = 17469 Index: files/patch-ansiweather =================================================================== --- files/patch-ansiweather (revision 434215) +++ files/patch-ansiweather (working copy) @@ -1,6 +1,6 @@ ---- ansiweather.orig 2016-10-18 17:14:59 UTC +--- ansiweather.orig 2017-02-16 12:27:22 UTC +++ ansiweather -@@ -205,7 +205,7 @@ then +@@ -207,7 +207,7 @@ then forecast=$([ "$forecast" -gt "$flength" ] && echo "$flength" || echo "$forecast") else city=$(echo "$weather" | jq -r '.name') @@ -9,7 +9,7 @@ humidity=$(echo "$weather" | jq '.main.humidity') pressure=$(echo "$weather" | jq '.main.pressure') sky=$(echo "$weather" | jq -r '.weather[0].main') -@@ -285,7 +285,7 @@ case $units in +@@ -287,7 +287,7 @@ case $units in scale="°C" speed_unit="m/s" pressure_unit="hPa" @@ -18,7 +18,7 @@ ;; imperial) scale="°F" -@@ -293,7 +293,7 @@ case $units in +@@ -295,7 +295,7 @@ case $units in pressure_unit="inHg" if [ "$forecast" = 0 ] then @@ -27,7 +27,7 @@ fi ;; esac -@@ -349,8 +349,8 @@ then +@@ -351,8 +351,8 @@ then do day=$(echo "$weather" | jq ".list[$i]") date=$(epoch_to_date "$(echo "$day" | jq -r '.dt')") @@ -38,7 +38,7 @@ icon="" if [ "$symbols" = true ] -@@ -397,7 +397,7 @@ fi +@@ -399,7 +399,7 @@ fi if [ "$ansi" = true ] then