From owner-svn-ports-head@freebsd.org Wed Jul 18 13:40:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2F12104AA2E; Wed, 18 Jul 2018 13:40:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 508E57AA79; Wed, 18 Jul 2018 13:40:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17BE41AEEF; Wed, 18 Jul 2018 13:40:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IDeFJD090296; Wed, 18 Jul 2018 13:40:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IDeFm1090294; Wed, 18 Jul 2018 13:40:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201807181340.w6IDeFm1090294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 18 Jul 2018 13:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474862 - head/editors/neovim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/neovim X-SVN-Commit-Revision: 474862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 13:40:16 -0000 Author: adamw Date: Wed Jul 18 13:40:15 2018 New Revision: 474862 URL: https://svnweb.freebsd.org/changeset/ports/474862 Log: Update neovim to 0.3.1 FEATURES: man.vim: C highlighting for EXAMPLES section TUI: urxvt: also send xterm focus-reporting seqs API: emit nvim_buf_lines_event from :terminal fillchars: Add "eob" flag FIXES: startup: avoid blank stdin buffer if other files were opened Only waitpid() for processes that we care about Check all child processes for exit in SIGCHLD handler channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff transstr_buf: fix length comparison TUI: Fix standout mode man.vim: fix for mandoc provider/node: npm --loglevel silent API: nvim_win_set_cursor: set curswant checkhealth: Python: fix VIRTUAL_ENV check checkhealth: node.js: also search yarn CHANGES: defaults: shortmess+=F highlight: high-priority CursorLine if fg is set. terminal: handle &confirm and :confirm on unloading screen: truncate showmode messages buffer: fix copying :setlocal options Ex mode: always "improved" (gQ) options: remove 'maxcombine` option (always 6) INTERNAL: screen: use UTF-8 representation Modified: head/editors/neovim/Makefile head/editors/neovim/distinfo Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Wed Jul 18 13:39:24 2018 (r474861) +++ head/editors/neovim/Makefile Wed Jul 18 13:40:15 2018 (r474862) @@ -3,7 +3,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org Modified: head/editors/neovim/distinfo ============================================================================== --- head/editors/neovim/distinfo Wed Jul 18 13:39:24 2018 (r474861) +++ head/editors/neovim/distinfo Wed Jul 18 13:40:15 2018 (r474862) @@ -1,6 +1,6 @@ -TIMESTAMP = 1528737089 -SHA256 (neovim-neovim-v0.3.0_GH0.tar.gz) = f7acb61b16d3f521907d99c486b7a9f1e505e8b2a18c9ef69a6d7f18f29f74b8 -SIZE (neovim-neovim-v0.3.0_GH0.tar.gz) = 8903630 +TIMESTAMP = 1531921007 +SHA256 (neovim-neovim-v0.3.1_GH0.tar.gz) = bc5e392d4c076407906ccecbc283e1a44b7832c2f486cad81aa04cc29973ad22 +SIZE (neovim-neovim-v0.3.1_GH0.tar.gz) = 8937900 SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956 SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966 SHA256 (libmpack-libmpack-lua-1.0.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a