Am Wed, Nov 24, 2021 at 10:00:59AM +0100 schrieb Sijmen J. Mulder:
> Martin Ziemer <hor...@horrad.de>:
> > This patch updates nnn from 4.3 to 4.4.
> 
> Note nnn requires GNU sed (as 'gsed') for some of its functionality:
> 
> https://github.com/jarun/nnn/pull/1210
> 
> (It doesn't use configure...)
> 
> Sijmen

You are right. gsed is now needed for basic functionality (I like the
mass-renames in nnn)

Added RUN_DEPENDS to solve this problem, until there is a release
without this dependency.

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/nnn/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    4 Oct 2021 14:16:52 -0000       1.17
+++ Makefile    24 Nov 2021 09:32:58 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              the missing terminal file browser for X
 
-V =                    4.3
+V =                    4.4
 DISTNAME =             nnn-v${V}
 PKGNAME =              nnn-${V}
 
@@ -31,6 +31,8 @@ USE_GMAKE =           Yes
 NO_TEST =              Yes
 
 WRKDIST =              ${WRKDIR}/nnn-${V}
+
+RUN_DEPENDS =          textproc/gsed
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion/completions/
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/nnn/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    4 Oct 2021 14:16:52 -0000       1.14
+++ distinfo    24 Nov 2021 09:32:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (nnn-v4.3.tar.gz) = tt+OJi5WE90ZK6xhCm2nETBmJ9Vlc/GncKFz7weJU7s=
-SIZE (nnn-v4.3.tar.gz) = 236606
+SHA256 (nnn-v4.4.tar.gz) = 4Eo/Dwwq8eGMtvAF0YJnx3A2RCdNIbuT8Dsw5P09FlM=
+SIZE (nnn-v4.4.tar.gz) = 239005

Reply via email to