Friday, June 21, 2019

[UPDATE] sysutils/noice 0.6 -> 0.8

Hi,

Here is a little diff to update sysutils/noice from 0.6 to 0.8. The
new version adds a couple of handy features like directory sorting
and case insensitive sorting.

I've tested this on -current on amd64 and i386. Installs and runs
fine.

Thanks!

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/noice/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile 28 Aug 2016 11:04:12 -0000 1.3
+++ Makefile 19 Jun 2019 18:48:39 -0000
@@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.3 2016/08/28 11:04:12 jca Exp $

COMMENT = minimalistic file browser
-DISTNAME = noice-0.6
+DISTNAME = noice-0.8
CATEGORIES = sysutils
HOMEPAGE = http://git.2f30.org/noice/
MAINTAINER = Dimitris Papastamos <sin@2f30.org>

# BSD
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes

WANTLIB = c curses

Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/noice/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo 28 Aug 2016 11:04:12 -0000 1.3
+++ distinfo 19 Jun 2019 18:48:39 -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

No comments:

Post a Comment