svn commit: r556840 - head/sysutils/rubygem-vagrant_cloud

Matthias Fechner mfechner at FreeBSD.org
Wed Dec 2 17:45:18 UTC 2020


Author: mfechner
Date: Wed Dec  2 17:45:17 2020
New Revision: 556840
URL: https://svnweb.freebsd.org/changeset/ports/556840

Log:
  Added missing run dependecies.

Modified:
  head/sysutils/rubygem-vagrant_cloud/Makefile

Modified: head/sysutils/rubygem-vagrant_cloud/Makefile
==============================================================================
--- head/sysutils/rubygem-vagrant_cloud/Makefile	Wed Dec  2 17:27:50 2020	(r556839)
+++ head/sysutils/rubygem-vagrant_cloud/Makefile	Wed Dec  2 17:45:17 2020	(r556840)
@@ -2,6 +2,7 @@
 
 PORTNAME=	vagrant_cloud
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems devel
 MASTER_SITES=	RG
 
@@ -12,6 +13,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	rubygem-rest-client>=2.0.2:www/rubygem-rest-client
+RUN_DEPENDS=	rubygem-excon>=0.73<1.0:devel/rubygem-excon \
+		rubygem-log4r>=1.1.10<1.2:sysutils/rubygem-log4r
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list