aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-05-28 02:56:52 +0800
committerpi <pi@FreeBSD.org>2016-05-28 02:56:52 +0800
commit00779ae99157575f69e8564a4e1db523d6908c02 (patch)
tree2e02cc590b4895d9688ba497cc9fae08d5b5547e /editors
parent0161d785f0639a63bbf6aa48949aafbb268a69bd (diff)
downloadfreebsd-ports-gnome-00779ae99157575f69e8564a4e1db523d6908c02.tar.gz
freebsd-ports-gnome-00779ae99157575f69e8564a4e1db523d6908c02.tar.zst
freebsd-ports-gnome-00779ae99157575f69e8564a4e1db523d6908c02.zip
devel/msgpack: 1.1.0 -> 1.4.2
Changes: https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md - dependent ports PORTREVISION bump because name of shared library changed PR: 209474 Submitted by: Yuri Victorovich <yuri@rawbw.com> Reviewed by: swills
Diffstat (limited to 'editors')
-rw-r--r--editors/neovim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index 2afbd6f319b5..fdcc91ad5445 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= neovim
PORTVERSION= 0.1.4
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -18,7 +19,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibilium \
libtermkey.so:devel/libtermkey \
libluajit-5.1.so:lang/luajit \
libuv.so:devel/libuv \
- libmsgpack.so:devel/msgpack
+ libmsgpackc.so:devel/msgpack
USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig
USE_GITHUB= yes