svn commit: r515034 - head/net/rubygem-fog-local

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 17:19:34 UTC 2019


Author: sunpoet
Date: Sun Oct 20 17:19:33 2019
New Revision: 515034
URL: https://svnweb.freebsd.org/changeset/ports/515034

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/net/rubygem-fog-local/Makefile

Modified: head/net/rubygem-fog-local/Makefile
==============================================================================
--- head/net/rubygem-fog-local/Makefile	Sun Oct 20 17:19:28 2019	(r515033)
+++ head/net/rubygem-fog-local/Makefile	Sun Oct 20 17:19:33 2019	(r515034)
@@ -12,7 +12,7 @@ COMMENT=	Module for the 'fog' gem to support local fil
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core1>=1.27:devel/rubygem-fog-core1
+RUN_DEPENDS=	rubygem-fog-core1>=1.27<3.0:devel/rubygem-fog-core1
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list