diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:46:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:46:32 +0000 |
commit | 509e3aecf1c53852e18ea325b28efed516dcbe80 (patch) | |
tree | e6441e3c60ca813b7a091edff4abccad1a11a537 | |
parent | Revert r563290 (diff) |
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=563399
-rw-r--r-- | devel/rubygem-sidekiq-unique-jobs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-sidekiq-unique-jobs/Makefile b/devel/rubygem-sidekiq-unique-jobs/Makefile index 7d3bb5d84ff9..2f627559ce72 100644 --- a/devel/rubygem-sidekiq-unique-jobs/Makefile +++ b/devel/rubygem-sidekiq-unique-jobs/Makefile @@ -2,6 +2,7 @@ PORTNAME= sidekiq-unique-jobs PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Ensure only a single copy of a job is in Redis LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-brpoplpush-redis_script>=0.0.0<2.0.0:devel/rubygem-brpoplpush-redis_script \ +RUN_DEPENDS= rubygem-brpoplpush-redis_script>=0.0.0<2.0.0:databases/rubygem-brpoplpush-redis_script \ rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \ rubygem-sidekiq>=5.0<7.0:devel/rubygem-sidekiq \ rubygem-thor>=0.20<2.0:devel/rubygem-thor |