Hi ports, (Thanks to solene@ who involuntarily reminded me of this:)
Here is a simple fix for the Puffy ascii logo in neofetch. A '\' wasn't escaped [1], leaving an escape sequence on Puffy's tail. Charlène. [1] https://github.com/dylanaraps/neofetch/pull/1182 Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/neofetch/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 9 Jan 2019 16:46:08 -0000 1.4 +++ Makefile 30 Jan 2019 21:05:47 -0000 @@ -2,6 +2,7 @@ COMMENT = system information tool written in bash CATEGORIES = sysutils misc +REVISION = 0 GH_ACCOUNT = dylanaraps GH_PROJECT = neofetch Index: patches/patch-neofetch =================================================================== RCS file: patches/patch-neofetch diff -N patches/patch-neofetch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-neofetch 30 Jan 2019 21:05:47 -0000 @@ -0,0 +1,15 @@ +$OpenBSD$ +Fix Puffy's ascii logo +From https://github.com/dylanaraps/neofetch/pull/1182 +Index: neofetch +--- neofetch.orig ++++ neofetch +@@ -7201,7 +7201,7 @@ ${c1} `-|.' /_. ${c4}\_| ${c1} F + |/`. `-. `._) + / .-.\\ + \\ ( `\\ +- `.\ ++ `.\\ + EOF + ;; +