aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim-qt
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-16 21:10:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-16 21:10:02 +0000
commit9e03d9958ec94c454641adc956fd3b40188fc925 (patch)
tree542d79fa8f02f7ebee1500462ec6a006a095b441 /editors/neovim-qt
parentaf630f43455cfc8937c2553e260a4f1a8518bff2 (diff)
downloadports-9e03d9958ec94c454641adc956fd3b40188fc925.tar.gz
ports-9e03d9958ec94c454641adc956fd3b40188fc925.zip
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version with the traditional libmsgpackc.so library, and a header-only C++ version. devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its consumers now point to one or both. Note that it is entirely possible for both to be required. PORTREVISION bump for all consumers. In my testing, it's not clear that the MSGPACK option in the mariadb ports actually does anything. I don't think mariadb is actually linking against msgpack, even before this commit.
Diffstat (limited to 'editors/neovim-qt')
-rw-r--r--editors/neovim-qt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile
index 2b72356fca02..21ecc6a39308 100644
--- a/editors/neovim-qt/Makefile
+++ b/editors/neovim-qt/Makefile
@@ -1,6 +1,7 @@
PORTNAME= neovim-qt
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.17
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org
@@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= neovim>=0:editors/neovim \
unibilium>=0:devel/unibilium
-LIB_DEPENDS= libmsgpackc.so:devel/msgpack \
+LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c \
libunibilium.so:devel/unibilium
RUN_DEPENDS= neovim>=0:editors/neovim