Date: Thu, 5 Sep 2019 17:11:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511245 - head/devel/rubygem-flipper-active_support_cache_store Message-ID: <201909051711.x85HBKKp006601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051711.x85HBKKp006601>