From owner-svn-ports-all@freebsd.org Tue Dec 4 17:25:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D9C9131380A; Tue, 4 Dec 2018 17:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44E1C83DA4; Tue, 4 Dec 2018 17:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 256F455B; Tue, 4 Dec 2018 17:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HPmUR046896; Tue, 4 Dec 2018 17:25:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HPl7K046894; Tue, 4 Dec 2018 17:25:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041725.wB4HPl7K046894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486616 - head/editors/neovim-qt X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/editors/neovim-qt X-SVN-Commit-Revision: 486616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 44E1C83DA4 X-Spamd-Result: default: False [-0.73 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; NEURAL_HAM_SHORT(-0.18)[-0.180,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:25:48 -0000 Author: swills Date: Tue Dec 4 17:25:47 2018 New Revision: 486616 URL: https://svnweb.freebsd.org/changeset/ports/486616 Log: editors/neovim-qt: Update to 0.2.10 PR: 233756 Submitted by: chuck@tuffli.net (maintainer) Modified: head/editors/neovim-qt/Makefile (contents, props changed) head/editors/neovim-qt/distinfo (contents, props changed) head/editors/neovim-qt/pkg-descr (contents, props changed) Modified: head/editors/neovim-qt/Makefile ============================================================================== --- head/editors/neovim-qt/Makefile Tue Dec 4 17:13:02 2018 (r486615) +++ head/editors/neovim-qt/Makefile Tue Dec 4 17:25:47 2018 (r486616) @@ -2,7 +2,7 @@ PORTNAME= neovim-qt DISTVERSIONPREFIX= v -DISTVERSION= 0.2.8 +DISTVERSION= 0.2.10 CATEGORIES= editors MAINTAINER= chuck@tuffli.net Modified: head/editors/neovim-qt/distinfo ============================================================================== --- head/editors/neovim-qt/distinfo Tue Dec 4 17:13:02 2018 (r486615) +++ head/editors/neovim-qt/distinfo Tue Dec 4 17:25:47 2018 (r486616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513608557 -SHA256 (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 53653c21de1dd41fb78a65f27e989b3478c74ad91cbde92f831fb3d81b25802b -SIZE (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 969166 +TIMESTAMP = 1535376549 +SHA256 (equalsraf-neovim-qt-v0.2.10_GH0.tar.gz) = 42e3205f3fa9924e4970aed8ff28d17d9aefeb394bb40493d37f8a0afba40c34 +SIZE (equalsraf-neovim-qt-v0.2.10_GH0.tar.gz) = 1031831 Modified: head/editors/neovim-qt/pkg-descr ============================================================================== --- head/editors/neovim-qt/pkg-descr Tue Dec 4 17:13:02 2018 (r486615) +++ head/editors/neovim-qt/pkg-descr Tue Dec 4 17:25:47 2018 (r486616) @@ -1,5 +1,3 @@ -neovim is a Qt5 GUI for neovim. -Commands for interacting with the GUI are regular commands, -available in the documentation. +A neovim client library and GUI, in Qt5. WWW: https://github.com/equalsraf/neovim-qt/