svn commit: r521234 - head/editors/neovim

Adam Weinberger adamw at FreeBSD.org
Sat Dec 28 18:47:52 UTC 2019


Author: adamw
Date: Sat Dec 28 18:47:51 2019
New Revision: 521234
URL: https://svnweb.freebsd.org/changeset/ports/521234

Log:
  neovim: Limit portscout to number-looking versions
  
  There's a "stable" tag that portscout really likes.

Modified:
  head/editors/neovim/Makefile

Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile	Sat Dec 28 18:47:44 2019	(r521233)
+++ head/editors/neovim/Makefile	Sat Dec 28 18:47:51 2019	(r521234)
@@ -29,6 +29,7 @@ USES=		cmake iconv pathfix pkgconfig
 USE_GITHUB=	yes
 GH_TUPLE=	libmpack:libmpack:1.0.5:libmpack \
 		libmpack:libmpack-lua:1.0.7:libmpack_lua
+PORTSCOUT=	limit:^[0-9\.v]+$$
 
 CMAKE_ARGS=	-DLUA_PRG:FILEPATH="${LUA_CMD}" \
 		-DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \


More information about the svn-ports-head mailing list