svn commit: r493476 - head/misc/nnn

Steve Wills swills at FreeBSD.org
Wed Feb 20 23:23:55 UTC 2019


Author: swills
Date: Wed Feb 20 23:23:53 2019
New Revision: 493476
URL: https://svnweb.freebsd.org/changeset/ports/493476

Log:
  misc/nnn: Update to 2.3
  
  PR:		235880
  Submitted by:	Dmitri Goutnik <dg at syrec.org> (maintainer)

Modified:
  head/misc/nnn/Makefile   (contents, props changed)
  head/misc/nnn/distinfo   (contents, props changed)

Modified: head/misc/nnn/Makefile
==============================================================================
--- head/misc/nnn/Makefile	Wed Feb 20 23:15:41 2019	(r493475)
+++ head/misc/nnn/Makefile	Wed Feb 20 23:23:53 2019	(r493476)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nnn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.2
+DISTVERSION=	2.3
 CATEGORIES=	misc shells
 
 MAINTAINER=	dg at syrec.org
@@ -11,7 +11,7 @@ COMMENT=	Missing terminal file browser for X
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake localbase ncurses
+USES=		gmake localbase ncurses readline
 USE_GITHUB=	yes
 GH_ACCOUNT=	jarun
 
@@ -55,7 +55,8 @@ post-install-DOCS-on:
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "copier quitcd natool nlay" \
+	cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "quitcd natool nlay" \
 		${STAGEDIR}${EXAMPLESDIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} user-scripts ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/misc/nnn/distinfo
==============================================================================
--- head/misc/nnn/distinfo	Wed Feb 20 23:15:41 2019	(r493475)
+++ head/misc/nnn/distinfo	Wed Feb 20 23:23:53 2019	(r493476)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547657008
-SHA256 (jarun-nnn-v2.2_GH0.tar.gz) = 88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74
-SIZE (jarun-nnn-v2.2_GH0.tar.gz) = 50955
+TIMESTAMP = 1550663594
+SHA256 (jarun-nnn-v2.3_GH0.tar.gz) = eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab
+SIZE (jarun-nnn-v2.3_GH0.tar.gz) = 56286


More information about the svn-ports-head mailing list