svn commit: r500256 - head/editors/rubygem-neovim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 27 18:28:03 UTC 2019


Author: sunpoet
Date: Sat Apr 27 18:27:58 2019
New Revision: 500256
URL: https://svnweb.freebsd.org/changeset/ports/500256

Log:
  Change RUN_DEPENDS from rubygem-msgpack1 to rubygem-msgpack
  
  - Bump PORTREVISION for dependency change

Modified:
  head/editors/rubygem-neovim/Makefile

Modified: head/editors/rubygem-neovim/Makefile
==============================================================================
--- head/editors/rubygem-neovim/Makefile	Sat Apr 27 18:27:53 2019	(r500255)
+++ head/editors/rubygem-neovim/Makefile	Sat Apr 27 18:27:58 2019	(r500256)
@@ -3,6 +3,7 @@
 
 PORTNAME=	neovim
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	editors rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	nvim:editors/neovim \
-		rubygem-msgpack1>=1.1:devel/rubygem-msgpack1 \
+		rubygem-msgpack>=1.1:devel/rubygem-msgpack \
 		rubygem-multi_json>=1.0:devel/rubygem-multi_json
 TEST_DEPENDS=	rubygem-bundler>=0:sysutils/rubygem-bundler \
 		rubygem-rake>=0:devel/rubygem-rake \
@@ -21,6 +22,7 @@ TEST_DEPENDS=	rubygem-bundler>=0:sysutils/rubygem-bund
 
 USES=		gem
 USE_RUBY=	yes
+
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/neovim-ruby-host


More information about the svn-ports-head mailing list