aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-20 23:15:15 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-20 23:15:15 +0000
commitef065b8848ebecf678810d6de0f0ae98f90e5fb4 (patch)
tree02dc081fc4fd78544c785796befbecc7d4392ff8 /misc
parent58c35ce187424b218957d941724a633dfc6f01e6 (diff)
downloadports-ef065b8848ebecf678810d6de0f0ae98f90e5fb4.tar.gz
ports-ef065b8848ebecf678810d6de0f0ae98f90e5fb4.zip
misc/nnn: Update 1.9 -> 2.0
Submitted by: voidanix@420blaze.it Approved by: Dmitri Goutnik <dg@syrec.org> Differential Revision: D17627
Notes
Notes: svn path=/head/; revision=482632
Diffstat (limited to 'misc')
-rw-r--r--misc/nnn/Makefile4
-rw-r--r--misc/nnn/distinfo6
-rw-r--r--misc/nnn/files/patch-Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/nnn/Makefile b/misc/nnn/Makefile
index 5e182fcf85d7..03014f0f6db3 100644
--- a/misc/nnn/Makefile
+++ b/misc/nnn/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nnn
DISTVERSIONPREFIX= v
-DISTVERSION= 1.9
+DISTVERSION= 2.0
CATEGORIES= misc shells
MAINTAINER= dg@syrec.org
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash \
xdg-open:devel/xdg-utils
-USES= gmake localbase ncurses pkgconfig readline shebangfix
+USES= gmake localbase ncurses pkgconfig shebangfix
USE_GITHUB= yes
GH_ACCOUNT= jarun
SHEBANG_FILES= nlay
diff --git a/misc/nnn/distinfo b/misc/nnn/distinfo
index a282adc03f3d..553a8f37fd1c 100644
--- a/misc/nnn/distinfo
+++ b/misc/nnn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533941389
-SHA256 (jarun-nnn-v1.9_GH0.tar.gz) = 7ba298a55a579640fe0ae37f553be739957da0c826f532beac46acfb56e2d726
-SIZE (jarun-nnn-v1.9_GH0.tar.gz) = 43405
+TIMESTAMP = 1540057424
+SHA256 (jarun-nnn-v2.0_GH0.tar.gz) = 0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9
+SIZE (jarun-nnn-v2.0_GH0.tar.gz) = 45791
diff --git a/misc/nnn/files/patch-Makefile b/misc/nnn/files/patch-Makefile
index 9bc5c0bee0a4..0e44da843c89 100644
--- a/misc/nnn/files/patch-Makefile
+++ b/misc/nnn/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2018-05-02 20:18:47 UTC
+--- Makefile.orig 2018-10-20 20:30:24 UTC
+++ Makefile
-@@ -14,7 +14,7 @@ ifeq ($(shell $(PKG_CONFIG) ncursesw &&
+@@ -13,7 +13,7 @@
CFLAGS += $(shell $(PKG_CONFIG) --cflags ncursesw)
LDLIBS += $(shell $(PKG_CONFIG) --libs ncursesw)
else