Index: misc/nnn/Makefile =================================================================== --- misc/nnn/Makefile (revision 468853) +++ misc/nnn/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= nnn DISTVERSIONPREFIX= v -DISTVERSION= 1.7 +DISTVERSION= 1.8 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 readline shebangfix +USES= gmake localbase ncurses pkgconfig readline shebangfix USE_GITHUB= yes GH_ACCOUNT= jarun SHEBANG_FILES= nlay @@ -33,6 +33,7 @@ PLIST_FILES= bin/nnn \ bin/nlay \ man/man1/nnn.1.gz \ + man/man1/nlay.1.gz \ etc/bash_completion.d/nnn-completion.bash \ share/fish/completions/nnn.fish \ share/zsh/site-functions/_nnn Index: misc/nnn/distinfo =================================================================== --- misc/nnn/distinfo (revision 468853) +++ misc/nnn/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519768390 -SHA256 (jarun-nnn-v1.7_GH0.tar.gz) = fbe26efbed8b467352f313b92f8617d873c8cf0209fb6377572cf8d1ddc2747c -SIZE (jarun-nnn-v1.7_GH0.tar.gz) = 40356 +TIMESTAMP = 1525291896 +SHA256 (jarun-nnn-v1.8_GH0.tar.gz) = 65c364a9797178e40ec7ec653b2cfa8e211e556b75250bf72eb5eea57f5e0cdc +SIZE (jarun-nnn-v1.8_GH0.tar.gz) = 42534 Index: misc/nnn/files/patch-Makefile =================================================================== --- misc/nnn/files/patch-Makefile (revision 468853) +++ misc/nnn/files/patch-Makefile (working copy) @@ -1,6 +1,6 @@ ---- Makefile.orig 2018-02-27 20:44:53 UTC +--- Makefile.orig 2018-05-02 20:18:47 UTC +++ Makefile -@@ -13,7 +13,7 @@ ifeq ($(shell $(PKG_CONFIG) ncursesw && +@@ -14,7 +14,7 @@ ifeq ($(shell $(PKG_CONFIG) ncursesw && CFLAGS += $(shell $(PKG_CONFIG) --cflags ncursesw) LDLIBS += $(shell $(PKG_CONFIG) --libs ncursesw) else @@ -8,16 +8,4 @@ + LDLIBS += -lncursesw endif - DISTFILES = nlay nnn.c nnn.h nnn.1 Makefile README.md LICENSE -@@ -33,9 +33,9 @@ debug: $(SRC) - - install: all - install -m 0755 -d $(DESTDIR)$(PREFIX)/bin -- install -m 0755 -t $(DESTDIR)$(PREFIX)/bin $(BIN) $(PLAYER) -+ install -m 0755 $(BIN) $(PLAYER) $(DESTDIR)$(PREFIX)/bin - install -m 0755 -d $(DESTDIR)$(MANPREFIX)/man1 -- install -m 0644 -t $(DESTDIR)$(MANPREFIX)/man1 $(BIN).1 -+ install -m 0644 $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1 - - uninstall: - $(RM) $(DESTDIR)$(PREFIX)/bin/$(BIN) + DISTFILES = nlay nlay.1 nnn.c nnn.h nnn.1 Makefile README.md LICENSE