svn commit: r503022 - head/misc/nnn

Steve Wills swills at FreeBSD.org
Wed May 29 23:48:48 UTC 2019


Author: swills
Date: Wed May 29 23:48:46 2019
New Revision: 503022
URL: https://svnweb.freebsd.org/changeset/ports/503022

Log:
  misc/nnn: Update to 2.5
  
  PR:		238193
  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 May 29 23:46:24 2019	(r503021)
+++ head/misc/nnn/Makefile	Wed May 29 23:48:46 2019	(r503022)
@@ -2,8 +2,7 @@
 
 PORTNAME=	nnn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4
-PORTREVISION=	1
+DISTVERSION=	2.5
 CATEGORIES=	misc shells
 
 MAINTAINER=	dg at syrec.org
@@ -16,11 +15,13 @@ USES=		gmake localbase ncurses readline
 USE_GITHUB=	yes
 GH_ACCOUNT=	jarun
 
-MAKE_ARGS=	PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man LDLIBS_CURSES=-lncursesw
+MAKE_ARGS=	PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man \
+		LDLIBS_CURSES=-lncursesw CFLAGS_OPTIMIZATION=
 CFLAGS+=	-D_WITH_DPRINTF # enable dprintf prototype
 
 OPTIONS_DEFINE=	ATOOL DOCS EXAMPLES MEDIAINFO XDG
 OPTIONS_DEFAULT=	ATOOL MEDIAINFO XDG
+
 ATOOL_DESC=	List and extract archives
 XDG_DESC=	Open files with xdg-open
 MEDIAINFO_DESC=	Show media information
@@ -55,9 +56,9 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 post-install-EXAMPLES-on:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "quitcd natool nlay" \
-		${STAGEDIR}${EXAMPLESDIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} user-scripts ${STAGEDIR}${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts
+	cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "clipboard-copier natool nlaunch nlay quitcd" \
+		${STAGEDIR}${EXAMPLESDIR}/scripts
+	cd ${WRKSRC} && ${COPYTREE_SHARE} plugins ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/misc/nnn/distinfo
==============================================================================
--- head/misc/nnn/distinfo	Wed May 29 23:46:24 2019	(r503021)
+++ head/misc/nnn/distinfo	Wed May 29 23:48:46 2019	(r503022)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552980168
-SHA256 (jarun-nnn-v2.4_GH0.tar.gz) = 859ba5bd4892016aed9a4830ee1e1b03eb74e94c4f1bd82f0288dc559f7327eb
-SIZE (jarun-nnn-v2.4_GH0.tar.gz) = 62510
+TIMESTAMP = 1559045903
+SHA256 (jarun-nnn-v2.5_GH0.tar.gz) = 3636f172a024de5c12420a80dbe3d006d42b5e0a17e70a527963c864af22655c
+SIZE (jarun-nnn-v2.5_GH0.tar.gz) = 71811


More information about the svn-ports-all mailing list