Date: Sun, 19 Jun 2016 08:23:53 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417103 - head/editors/neovim Message-ID: <201606190823.u5J8Nrlu083162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Jun 19 08:23:53 2016 New Revision: 417103 URL: https://svnweb.freebsd.org/changeset/ports/417103 Log: editors/neovim: pass maintainership to submitter - fix out-of-order DISTVERSIONPREFIX (portlint warning) PR: 210301 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> Modified: head/editors/neovim/Makefile Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Sun Jun 19 08:17:31 2016 (r417102) +++ head/editors/neovim/Makefile Sun Jun 19 08:23:53 2016 (r417103) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606190823.u5J8Nrlu083162>