aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim-qt
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-09-08 18:04:16 +0000
committerSteve Wills <swills@FreeBSD.org>2020-09-08 18:04:16 +0000
commit2659a611e539bbd732071517b7e63d5341e608af (patch)
tree44fd3d9c9382568e50e26234806b9c5738cb8a2e /editors/neovim-qt
parent465114f38d4915a28053623f9664e498f92932d3 (diff)
downloadports-2659a611e539bbd732071517b7e63d5341e608af.tar.gz
ports-2659a611e539bbd732071517b7e63d5341e608af.zip
editors/neovim-qt: Update to 0.2.16.1
PR: 249033 Submitted by: chuck@tuffli.net (maintainer)
Notes
Notes: svn path=/head/; revision=548036
Diffstat (limited to 'editors/neovim-qt')
-rw-r--r--editors/neovim-qt/Makefile4
-rw-r--r--editors/neovim-qt/distinfo6
-rw-r--r--editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp8
3 files changed, 5 insertions, 13 deletions
diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile
index ed43ce41f981..f555c6eabc2c 100644
--- a/editors/neovim-qt/Makefile
+++ b/editors/neovim-qt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= neovim-qt
DISTVERSIONPREFIX= v
-DISTVERSION= 0.2.15
+DISTVERSION= 0.2.16.1
CATEGORIES= editors
MAINTAINER= chuck@tuffli.net
@@ -18,7 +18,7 @@ RUN_DEPENDS= neovim>=0:editors/neovim
USES= cmake compiler:c++11-lang desktop-file-utils qt:5
USE_GITHUB= yes
GH_ACCOUNT= equalsraf
-USE_QT= core gui network testlib widgets buildtools_build qmake_build
+USE_QT= core gui network testlib widgets buildtools_build qmake_build svg
CMAKE_ON= USE_SYSTEM_MSGPACK
CMAKE_OFF= ENABLE_TESTS
diff --git a/editors/neovim-qt/distinfo b/editors/neovim-qt/distinfo
index 71c2bf94969c..859fc33fd279 100644
--- a/editors/neovim-qt/distinfo
+++ b/editors/neovim-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574686650
-SHA256 (equalsraf-neovim-qt-v0.2.15_GH0.tar.gz) = 0e36c911b312a639140834d570a856294eb4b5830c4b86f99347deb02c0f5ca4
-SIZE (equalsraf-neovim-qt-v0.2.15_GH0.tar.gz) = 1097108
+TIMESTAMP = 1595693645
+SHA256 (equalsraf-neovim-qt-v0.2.16.1_GH0.tar.gz) = 971d4597b40df2756b313afe1996f07915643e8bf10efe416b64cc337e4faf2a
+SIZE (equalsraf-neovim-qt-v0.2.16.1_GH0.tar.gz) = 1069176
diff --git a/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp b/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp
deleted file mode 100644
index 85f888bb9fc5..000000000000
--- a/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
---- src/gui/shellwidget/shellwidget.cpp.orig 2020-05-21 10:04:36 UTC
-+++ src/gui/shellwidget/shellwidget.cpp
-@@ -1,4 +1,5 @@
- #include <QPainter>
-+#include <QPainterPath>
- #include <QPaintEvent>
- #include <QDebug>
- #include "shellwidget.h"