mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
83f817e756
commit
509e3aecf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563399
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user