Date: Thu, 3 May 2018 17:23:29 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468947 - in head/misc/nnn: . files Message-ID: <201805031723.w43HNTCC000770@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Thu May 3 17:23:29 2018 New Revision: 468947 URL: https://svnweb.freebsd.org/changeset/ports/468947 Log: Update to 1.8 PR: 227940 Submitted by: maintainer Modified: head/misc/nnn/Makefile head/misc/nnn/distinfo head/misc/nnn/files/patch-Makefile Modified: head/misc/nnn/Makefile ============================================================================== --- head/misc/nnn/Makefile Thu May 3 17:02:07 2018 (r468946) +++ head/misc/nnn/Makefile Thu May 3 17:23:29 2018 (r468947) @@ -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 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 @@ MEDIAINFO_RUN_DEPENDS= mediainfo:multimedia/mediainfo 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 Modified: head/misc/nnn/distinfo ============================================================================== --- head/misc/nnn/distinfo Thu May 3 17:02:07 2018 (r468946) +++ head/misc/nnn/distinfo Thu May 3 17:23:29 2018 (r468947) @@ -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 Modified: head/misc/nnn/files/patch-Makefile ============================================================================== --- head/misc/nnn/files/patch-Makefile Thu May 3 17:02:07 2018 (r468946) +++ head/misc/nnn/files/patch-Makefile Thu May 3 17:23:29 2018 (r468947) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805031723.w43HNTCC000770>