Index: head/misc/nnn/Makefile =================================================================== --- head/misc/nnn/Makefile +++ head/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 @@ 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 Index: head/misc/nnn/distinfo =================================================================== --- head/misc/nnn/distinfo +++ head/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 Index: head/misc/nnn/files/patch-Makefile =================================================================== --- head/misc/nnn/files/patch-Makefile +++ head/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