diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-14 08:38:33 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-14 08:38:33 +0000 |
commit | 68bc4ec5c49776d1bd04ff3d6fe59007ca521ee9 (patch) | |
tree | 767159d094b3f04948fed1cccca173a360691a82 /editors/py-pynvim | |
parent | 117ee789f935cda81006362ddda5474a0c4c7321 (diff) |
Notes
Diffstat (limited to 'editors/py-pynvim')
-rw-r--r-- | editors/py-pynvim/Makefile | 5 | ||||
-rw-r--r-- | editors/py-pynvim/distinfo | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/editors/py-pynvim/Makefile b/editors/py-pynvim/Makefile index a499ab60ca9e..d9bec7aa6c29 100644 --- a/editors/py-pynvim/Makefile +++ b/editors/py-pynvim/Makefile @@ -1,10 +1,13 @@ # $FreeBSD$ PORTNAME= pynvim -PORTVERSION= 0.3.2 +DISTVERSION= 0.4.0 CATEGORIES= editors python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/neovim/pynvim/commit/ +PATCHFILES= f04853121de564ac03b981a984595ea33331ad3e.patch:-p1 + MAINTAINER= tm@NetBSD.org COMMENT= Python client and plugin host for Neovim diff --git a/editors/py-pynvim/distinfo b/editors/py-pynvim/distinfo index a5faa2cb67fc..36aa3bbd12e9 100644 --- a/editors/py-pynvim/distinfo +++ b/editors/py-pynvim/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1552658562 -SHA256 (neovim-pynvim-0.3.2_GH0.tar.gz) = 0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2 -SIZE (neovim-pynvim-0.3.2_GH0.tar.gz) = 51954 +TIMESTAMP = 1584174678 +SHA256 (neovim-pynvim-0.4.0_GH0.tar.gz) = 6d48f194e5102cbc2043bf78647cfdea77bdb2b545fe942c20bbc6c58f489210 +SIZE (neovim-pynvim-0.4.0_GH0.tar.gz) = 53443 +SHA256 (f04853121de564ac03b981a984595ea33331ad3e.patch) = a57209d8dbbbc952a191c454e8e10508d1057926f06f27acfca06e020b79414a +SIZE (f04853121de564ac03b981a984595ea33331ad3e.patch) = 1094 |