From owner-svn-ports-head@freebsd.org Sun Nov 19 14:53:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A99D93857; Sun, 19 Nov 2017 14:53:15 +0000 (UTC) (envelope-from robak@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 mx1.freebsd.org (Postfix) with ESMTPS id 752057B19D; Sun, 19 Nov 2017 14:53:15 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJErEgL005402; Sun, 19 Nov 2017 14:53:14 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJErEvC005399; Sun, 19 Nov 2017 14:53:14 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201711191453.vAJErEvC005399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 19 Nov 2017 14:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454495 - head/editors/neovim X-SVN-Group: ports-head X-SVN-Commit-Author: robak X-SVN-Commit-Paths: head/editors/neovim X-SVN-Commit-Revision: 454495 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.25 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: Sun, 19 Nov 2017 14:53:15 -0000 Author: robak Date: Sun Nov 19 14:53:14 2017 New Revision: 454495 URL: https://svnweb.freebsd.org/changeset/ports/454495 Log: editors/neovim: update 0.2.1 -> 0.2.2 PR: 223747 Submitted by: Oleh Hushchenkov (maintainer) Modified: head/editors/neovim/Makefile head/editors/neovim/distinfo head/editors/neovim/pkg-plist Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Sun Nov 19 14:35:38 2017 (r454494) +++ head/editors/neovim/Makefile Sun Nov 19 14:53:14 2017 (r454495) @@ -3,7 +3,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.2.2 CATEGORIES= editors MAINTAINER= gor@clogic.com.ua Modified: head/editors/neovim/distinfo ============================================================================== --- head/editors/neovim/distinfo Sun Nov 19 14:35:38 2017 (r454494) +++ head/editors/neovim/distinfo Sun Nov 19 14:53:14 2017 (r454495) @@ -1,6 +1,6 @@ -TIMESTAMP = 1510118947 -SHA256 (neovim-neovim-v0.2.1_GH0.tar.gz) = 9e2c068a8994c9023a5f84cde9eb7188d3c85996a7e42e611e3cd0996e345dd3 -SIZE (neovim-neovim-v0.2.1_GH0.tar.gz) = 8326881 +TIMESTAMP = 1511096400 +SHA256 (neovim-neovim-v0.2.2_GH0.tar.gz) = a838ee07cc9a2ef8ade1b31a2a4f2d5e9339e244ade68e64556c1f4b40ccc5ed +SIZE (neovim-neovim-v0.2.2_GH0.tar.gz) = 8325879 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.6_GH0.tar.gz) = 66811e30b316b53d1e3c4225248d4813b8b852c3e19121ba5ad47a9d4537d1ae Modified: head/editors/neovim/pkg-plist ============================================================================== --- head/editors/neovim/pkg-plist Sun Nov 19 14:35:38 2017 (r454494) +++ head/editors/neovim/pkg-plist Sun Nov 19 14:53:14 2017 (r454495) @@ -54,6 +54,7 @@ share/nvim/runtime/autoload/paste.vim share/nvim/runtime/autoload/phpcomplete.vim share/nvim/runtime/autoload/provider.vim share/nvim/runtime/autoload/provider/clipboard.vim +share/nvim/runtime/autoload/provider/node.vim share/nvim/runtime/autoload/provider/python.vim share/nvim/runtime/autoload/provider/python3.vim share/nvim/runtime/autoload/provider/pythonx.vim @@ -765,6 +766,7 @@ share/nvim/runtime/print/ks_roman.ps share/nvim/runtime/print/latin1.ps share/nvim/runtime/print/mac-roman.ps share/nvim/runtime/print/prolog.ps +share/nvim/runtime/rgb.txt share/nvim/runtime/scripts.vim share/nvim/runtime/synmenu.vim share/nvim/runtime/syntax/2html.vim