Changelog since 0.6:

Restore old defaults without any video attributes
Control color support with a simple flag
Revert "Add note in README about color support"
Revert "No colors by default"
Honor the default terminal foreground and background 
Style fixes

Add note in README about color support
Bump date in manpage
Redraw after spawned command terminates
No colors by default
Add directory sorting
Add case insensitive comparison
Add colors
Bump copyright year
Add missing semicolon
Bump copyright year
Change emacs keybinds for jumping to first/last entry
polish up a little manual page
Update IRC details in README
Return early when dir or filter result empty
Plug regex memory leaks
Use sxiv instead of feh by default
Use mpv instead of mplayer by default

Keeps working for me on amd64.
OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/noice/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    12 Jul 2019 20:49:47 -0000      1.4
+++ Makefile    24 Oct 2019 18:11:49 -0000
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.4 2019/07/12 20:49:47 sthen Exp $
 
 COMMENT =              minimalistic file browser
-DISTNAME =             noice-0.6
+DISTNAME =             noice-0.8
 CATEGORIES =           sysutils
-HOMEPAGE =             http://git.2f30.org/noice/
+HOMEPAGE =             https://git.2f30.org/noice/
 MAINTAINER =           Dimitris Papastamos <[email protected]>
 
 # BSD
@@ -11,7 +11,7 @@ PERMIT_PACKAGE =      Yes
 
 WANTLIB =              c curses
 
-MASTER_SITES =         http://dl.2f30.org/releases/
+MASTER_SITES =         https://dl.2f30.org/releases/
 
 MAKE_FLAGS =            CC="${CC}"
 NO_TEST =              Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/noice/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    28 Aug 2016 11:04:12 -0000      1.3
+++ distinfo    24 Oct 2019 18:11:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (noice-0.6.tar.gz) = GZbnHdMJ+DvS+JK5lvoMLEgZSdLj3Unk92SaH85as1E=
-SIZE (noice-0.6.tar.gz) = 9942
+SHA256 (noice-0.8.tar.gz) = vJOOTbrPZwQ+NvV9NZMd/stJTnsj7RYDO2I3pj+PATw=
+SIZE (noice-0.8.tar.gz) = 10492

Reply via email to