diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 14:56:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 14:56:33 +0000 |
commit | 86227c59ee615eec835a06c4fc1500ff61307557 (patch) | |
tree | fad1751d26d62cc6900b85f0bd743dd80f98ca76 /editors/neovim | |
parent | databases/mariadb103-server: Update to 10.3.12 (diff) |
Update to 0.3.4, and add TEST_DEPENDS
This is a maintenance release.
Changes: https://github.com/neovim/neovim/commit/ab2bbbf6c45fdf278271d19f014c9d0850d249c6
Notes
Notes:
svn path=/head/; revision=490141
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 6 | ||||
-rw-r--r-- | editors/neovim/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 6a3b4a681578..98c8f4a1e523 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -3,7 +3,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.3.3 +DISTVERSION= 0.3.4 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org @@ -20,6 +20,10 @@ LIB_DEPENDS= libluajit-5.1.so:lang/luajit \ libunibilium.so:devel/unibilium \ libuv.so:devel/libuv \ libvterm.so:devel/libvterm +TEST_DEPENDS= autoconf>=0:devel/autoconf \ + aclocal:devel/automake \ + gmake:devel/gmake \ + libtool:devel/libtool USES= cmake iconv lua:build pathfix pkgconfig USE_GITHUB= yes diff --git a/editors/neovim/distinfo b/editors/neovim/distinfo index 83fcb30239a8..f58337519916 100644 --- a/editors/neovim/distinfo +++ b/editors/neovim/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1546718062 -SHA256 (neovim-neovim-v0.3.3_GH0.tar.gz) = 9280f68c02dfe632815ce8063a621c6d73a40da91d0a18e1cb3104c32d0e724b -SIZE (neovim-neovim-v0.3.3_GH0.tar.gz) = 9231632 +TIMESTAMP = 1547390550 +SHA256 (neovim-neovim-v0.3.4_GH0.tar.gz) = a641108bdebfaf319844ed46b1bf35d6f7c30ef5aeadeb29ba06e19c3274bc0e +SIZE (neovim-neovim-v0.3.4_GH0.tar.gz) = 9231575 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 |