Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 17:28:47 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472196 - head/editors/neovim
Message-ID:  <201806111728.w5BHSlPR080514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Jun 11 17:28:46 2018
New Revision: 472196
URL: https://svnweb.freebsd.org/changeset/ports/472196

Log:
  Update neovim to 0.3.0
  
  Changes: https://github.com/neovim/neovim/commit/44c6deb91ac917703c157d564eb3accbff4d37af

Modified:
  head/editors/neovim/Makefile
  head/editors/neovim/distinfo
  head/editors/neovim/pkg-plist

Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile	Mon Jun 11 17:25:11 2018	(r472195)
+++ head/editors/neovim/Makefile	Mon Jun 11 17:28:46 2018	(r472196)
@@ -3,8 +3,7 @@
 
 PORTNAME=	neovim
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.2
-PORTREVISION=	2
+DISTVERSION=	0.3.0
 CATEGORIES=	editors
 
 MAINTAINER=	adamw@FreeBSD.org
@@ -33,6 +32,7 @@ CMAKE_ARGS=	-DLUA_PRG:FILEPATH="${LUA_CMD}" \
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
+NLS_CMAKE_BOOL=	ENABLE_LIBINTL
 NLS_USES=	gettext
 
 post-patch:
@@ -43,7 +43,7 @@ post-patch:
 		${WRKSRC_libmpack_lua}/lmpack.c
 
 post-patch-NLS-off:
-	@${REINPLACE_CMD} -e '/find_package(LibIntl)/ d' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e '/add_subdirectory(po)/d' ${WRKSRC}/src/nvim/CMakeLists.txt
 
 pre-build:
 	${LN} -s ${WRKSRC_libmpack} ${WRKSRC_libmpack_lua}/mpack-src

Modified: head/editors/neovim/distinfo
==============================================================================
--- head/editors/neovim/distinfo	Mon Jun 11 17:25:11 2018	(r472195)
+++ head/editors/neovim/distinfo	Mon Jun 11 17:28:46 2018	(r472196)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1527353327
-SHA256 (neovim-neovim-v0.2.2_GH0.tar.gz) = a838ee07cc9a2ef8ade1b31a2a4f2d5e9339e244ade68e64556c1f4b40ccc5ed
-SIZE (neovim-neovim-v0.2.2_GH0.tar.gz) = 8325879
+TIMESTAMP = 1528737089
+SHA256 (neovim-neovim-v0.3.0_GH0.tar.gz) = f7acb61b16d3f521907d99c486b7a9f1e505e8b2a18c9ef69a6d7f18f29f74b8
+SIZE (neovim-neovim-v0.3.0_GH0.tar.gz) = 8903630
 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

Modified: head/editors/neovim/pkg-plist
==============================================================================
--- head/editors/neovim/pkg-plist	Mon Jun 11 17:25:11 2018	(r472195)
+++ head/editors/neovim/pkg-plist	Mon Jun 11 17:28:46 2018	(r472196)
@@ -37,6 +37,7 @@ share/nvim/runtime/autoload/context.vim
 share/nvim/runtime/autoload/contextcomplete.vim
 share/nvim/runtime/autoload/csscomplete.vim
 share/nvim/runtime/autoload/decada.vim
+share/nvim/runtime/autoload/dist/ft.vim
 share/nvim/runtime/autoload/gnat.vim
 share/nvim/runtime/autoload/gzip.vim
 share/nvim/runtime/autoload/health.vim
@@ -178,6 +179,7 @@ share/nvim/runtime/doc/api.txt
 share/nvim/runtime/doc/arabic.txt
 share/nvim/runtime/doc/autocmd.txt
 share/nvim/runtime/doc/change.txt
+share/nvim/runtime/doc/channel.txt
 share/nvim/runtime/doc/cmdline.txt
 share/nvim/runtime/doc/debug.txt
 share/nvim/runtime/doc/deprecated.txt
@@ -699,6 +701,7 @@ share/nvim/runtime/keymap/ukrainian-jcuken.vim
 share/nvim/runtime/keymap/vietnamese-telex_utf-8.vim
 share/nvim/runtime/keymap/vietnamese-viqr_utf-8.vim
 share/nvim/runtime/keymap/vietnamese-vni_utf-8.vim
+share/nvim/runtime/lua/man.lua
 share/nvim/runtime/macmap.vim
 share/nvim/runtime/macros/editexisting.vim
 share/nvim/runtime/macros/justify.vim
@@ -720,7 +723,6 @@ share/nvim/runtime/pack/dist/opt/vimball/autoload/vimb
 share/nvim/runtime/pack/dist/opt/vimball/doc/tags
 share/nvim/runtime/pack/dist/opt/vimball/doc/vimball.txt
 share/nvim/runtime/pack/dist/opt/vimball/plugin/vimballPlugin.vim
-share/nvim/runtime/plugin/gui_shim.vim
 share/nvim/runtime/plugin/gzip.vim
 share/nvim/runtime/plugin/health.vim
 share/nvim/runtime/plugin/man.vim
@@ -768,6 +770,7 @@ 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/spell/en.utf-8.spl
 share/nvim/runtime/synmenu.vim
 share/nvim/runtime/syntax/2html.vim
 share/nvim/runtime/syntax/a2ps.vim
@@ -1368,5 +1371,7 @@ share/nvim/runtime/syntax/z8a.vim
 share/nvim/runtime/syntax/zimbu.vim
 share/nvim/runtime/syntax/zsh.vim
 share/nvim/runtime/tutor/en/vim-01-beginner.tutor
+share/nvim/runtime/tutor/en/vim-01-beginner.tutor.json
 share/nvim/runtime/tutor/tutor.tutor
+share/nvim/runtime/tutor/tutor.tutor.json
 share/pixmaps/nvim.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806111728.w5BHSlPR080514>