diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-09-06 01:11:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-09-06 01:11:25 +0800 |
commit | 1b941e921ddbdaaba0ab7624a97328e6f0f8ef9a (patch) | |
tree | d6abedf4773ca2b4f47e18e8562d266eb042d570 | |
parent | 6aa726a3de6fb7d6fc7282ef7d5389db50d82f58 (diff) | |
download | freebsd-ports-gnome-1b941e921ddbdaaba0ab7624a97328e6f0f8ef9a.tar.gz freebsd-ports-gnome-1b941e921ddbdaaba0ab7624a97328e6f0f8ef9a.tar.zst freebsd-ports-gnome-1b941e921ddbdaaba0ab7624a97328e6f0f8ef9a.zip |
Update version requirement of RUN_DEPENDS
-rw-r--r-- | devel/rubygem-flipper-active_support_cache_store013/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-flipper-active_support_cache_store013/Makefile b/devel/rubygem-flipper-active_support_cache_store013/Makefile index 509a841c3a08..f74d0b9ea848 100644 --- a/devel/rubygem-flipper-active_support_cache_store013/Makefile +++ b/devel/rubygem-flipper-active_support_cache_store013/Makefile @@ -13,8 +13,8 @@ COMMENT= ActiveSupport::Cache store adapter for Flipper LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport50>=3.2:devel/rubygem-activesupport50 \ - rubygem-flipper013>=${PORTVERSION}:devel/rubygem-flipper013 +RUN_DEPENDS= rubygem-activesupport50>=3.26:devel/rubygem-activesupport50 \ + rubygem-flipper013>=${PORTVERSION}<0.14:devel/rubygem-flipper013 USES= gem USE_RUBY= yes |