diff options
author | rm <rm@FreeBSD.org> | 2016-06-19 16:23:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-06-19 16:23:53 +0800 |
commit | 2f657fb0b6b3c9095ebc74d8324e549c5b3ad1ca (patch) | |
tree | e188348aac034a8bb4f95a608f4b70cfafbf9fe1 /editors | |
parent | 2b5f442c456637e8b6e534cb1a5e59242fe4ce1c (diff) | |
download | freebsd-ports-gnome-2f657fb0b6b3c9095ebc74d8324e549c5b3ad1ca.tar.gz freebsd-ports-gnome-2f657fb0b6b3c9095ebc74d8324e549c5b3ad1ca.tar.zst freebsd-ports-gnome-2f657fb0b6b3c9095ebc74d8324e549c5b3ad1ca.zip |
editors/neovim: pass maintainership to submitter
- fix out-of-order DISTVERSIONPREFIX (portlint warning)
PR: 210301
Submitted by: Oleg Gushchenkov <gor@clogic.com.ua>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/neovim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index a1ecf72b5b64..80139eb3c7ed 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -3,11 +3,11 @@ PORTNAME= neovim PORTVERSION= 0.1.4 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gor@clogic.com.ua COMMENT= Next generation Vim LICENSE= APACHE20 |