Date: Sat, 20 Oct 2018 23:15:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482632 - in head/misc/nnn: . files Message-ID: <201810202315.w9KNFGxH093093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Oct 20 23:15:15 2018 New Revision: 482632 URL: https://svnweb.freebsd.org/changeset/ports/482632 Log: misc/nnn: Update 1.9 -> 2.0 Submitted by: voidanix@420blaze.it Approved by: Dmitri Goutnik <dg@syrec.org> Differential Revision: D17627 Modified: head/misc/nnn/Makefile head/misc/nnn/distinfo head/misc/nnn/files/patch-Makefile Modified: head/misc/nnn/Makefile ============================================================================== --- head/misc/nnn/Makefile Sat Oct 20 23:03:18 2018 (r482631) +++ head/misc/nnn/Makefile Sat Oct 20 23:15:15 2018 (r482632) @@ -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 Modified: head/misc/nnn/distinfo ============================================================================== --- head/misc/nnn/distinfo Sat Oct 20 23:03:18 2018 (r482631) +++ head/misc/nnn/distinfo Sat Oct 20 23:15:15 2018 (r482632) @@ -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 Modified: head/misc/nnn/files/patch-Makefile ============================================================================== --- head/misc/nnn/files/patch-Makefile Sat Oct 20 23:03:18 2018 (r482631) +++ head/misc/nnn/files/patch-Makefile Sat Oct 20 23:15:15 2018 (r482632) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810202315.w9KNFGxH093093>