Hi Jon, On Sat, Jul 28, 2018 at 02:44:44PM -0400, Jon Bernard wrote: > Hello, > > Here is an update to neovim for version 0.3.1. The new release contains > mostly bugfixes and nothing major. As such, the diff is just a version > bump and everything else remains the same. > > OK?
This looks good. One small item, after running 'make update-plist' i see that there are some new Japanese manuals included. +man/ja_JP.EUC/cat3f/ +man/ja_JP.EUC/man3f/ +man/ja_JP.EUC/man3p/ Do we want to include those? If not, we want to @comment those lines. Otherwise OK. Index: Makefile =================================================================== RCS file: /cvs/ports/editors/neovim/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 1 Jul 2018 14:16:29 -0000 1.9 +++ Makefile 3 Aug 2018 09:57:29 -0000 @@ -4,7 +4,7 @@ COMMENT = continuation and extension of GH_ACCOUNT = neovim GH_PROJECT = neovim -GH_TAGNAME = v0.3.0 +GH_TAGNAME = v0.3.1 CATEGORIES = editors devel HOMEPAGE = http://neovim.org Index: distinfo =================================================================== RCS file: /cvs/ports/editors/neovim/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 1 Jul 2018 14:16:29 -0000 1.3 +++ distinfo 3 Aug 2018 09:57:29 -0000 @@ -1,2 +1,2 @@ -SHA256 (neovim-0.3.0.tar.gz) = 96y2GxbT9SGQfZnEhrep8eUF6LKhjJ72mm1/GPKfdLg= -SIZE (neovim-0.3.0.tar.gz) = 8903630 +SHA256 (neovim-0.3.1.tar.gz) = vF45LUwHZAeQbM7LwoPhpEt4MsL0hsrYGqBMwplzrSI= +SIZE (neovim-0.3.1.tar.gz) = 8937900 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/editors/neovim/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- pkg/PLIST 1 Jul 2018 14:16:29 -0000 1.5 +++ pkg/PLIST 3 Aug 2018 09:59:35 -0000 @@ -1,5 +1,8 @@ @comment $OpenBSD: PLIST,v 1.5 2018/07/01 14:16:29 edd Exp $ @bin bin/nvim +man/ja_JP.EUC/cat3f/ +man/ja_JP.EUC/man3f/ +man/ja_JP.EUC/man3p/ @man man/man1/nvim.1 share/applications/nvim.desktop share/doc/pkg-readmes/${FULLPKGNAME} -- Best Regards Edd Barrett http://www.theunixzoo.co.uk