svn commit: r511245 - head/devel/rubygem-flipper-active_support_cache_store

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:11:21 UTC 2019


Author: sunpoet
Date: Thu Sep  5 17:11:20 2019
New Revision: 511245
URL: https://svnweb.freebsd.org/changeset/ports/511245

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-flipper-active_support_cache_store/Makefile

Modified: head/devel/rubygem-flipper-active_support_cache_store/Makefile
==============================================================================
--- head/devel/rubygem-flipper-active_support_cache_store/Makefile	Thu Sep  5 17:11:15 2019	(r511244)
+++ head/devel/rubygem-flipper-active_support_cache_store/Makefile	Thu Sep  5 17:11:20 2019	(r511245)
@@ -11,8 +11,8 @@ COMMENT=	ActiveSupport::Cache store adapter for Flippe
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport50>=3.2:devel/rubygem-activesupport50 \
-		rubygem-flipper>=${PORTVERSION}:devel/rubygem-flipper
+RUN_DEPENDS=	rubygem-activesupport50>=3.2<6:devel/rubygem-activesupport50 \
+		rubygem-flipper>=${PORTVERSION}<0.17:devel/rubygem-flipper
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list