This is a port update for the CLI file manager sysutils/nnn

This patch updates nnn from  2.8.1 to 2.9

Changes and version info here:
https://github.com/jarun/nnn/releases/tag/v2.9

Tested on amd64 for a couple of days and I have found it to be more stable than the previous versions. Also the new default key bindings are nicer and work better in tiling window managers like dwm.

I think users will appreciate this update.


- Lorenzo (dnsgate)
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/nnn/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- Makefile	13 Jan 2020 17:53:31 -0000	1.4
+++ Makefile	20 Jan 2020 19:13:38 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		the missing terminal file browser for X
 
-V =			2.8.1
+V =			2.9
 DISTNAME =		nnn-v${V}
 PKGNAME =		nnn-${V}
 
@@ -21,8 +21,6 @@ MASTER_SITES =		https://github.com/jarun
 
 RUN_DEPENDS =		shells/bash
 
-MAKE_FLAGS =		CFLAGS_OPTIMIZATION=
-
 USE_GMAKE =		Yes
 NO_TEST =		Yes
 
@@ -30,9 +28,7 @@ WRKDIST =		${WRKDIR}/nnn
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/nnn ${PREFIX}/bin/
-	${INSTALL_PROGRAM} ${WRKSRC}/misc/nlay/nlay ${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/nnn.1 ${PREFIX}/man/man1/
-	${INSTALL_MAN} ${WRKSRC}/misc/nlay/nlay.1 ${PREFIX}/man/man1/
 
 	${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/completions/
 	${INSTALL_DATA} ${WRKSRC}/misc/auto-completion/bash/nnn-completion.bash \
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/nnn/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo	13 Jan 2020 17:53:32 -0000	1.2
+++ distinfo	20 Jan 2020 19:13:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (nnn-v2.8.1.tar.gz) = 4Pr45ifU+GBQ9XyzHu4hvw4hOK3vjtVBKwc12ptdh7w=
-SIZE (nnn-v2.8.1.tar.gz) = 91353
+SHA256 (nnn-v2.9.tar.gz) = ugsHsNh7ptZEIlnal22OM+1pjeQygjr7b8b2gBy92fY=
+SIZE (nnn-v2.9.tar.gz) = 99324

Reply via email to