Change RUN_DEPENDS from rubygem-sidekiq to rubygem-sidekiq5

- Bump PORTREVISION for dependency change

Use the same rubygem-sidekiq for gitlab-ce and its dependencies.
- gitlab-ce: sidekiq ~> 5.2.7
- rubygem-gitlab-sidekiq-fetcher: sidekiq ~> 5
- rubygem-sidekiq-cron: sidekiq >= 4.2.1

Change RUN_DEPENDS to rubygem-sidekiq5 to avoid conflict of bin/sidekiq between
rubygem-sidekiq and rubygem-sidekiq5.

Reported by:    swills
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-01 09:19:44 +00:00
parent b729572647
commit e88109ff55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521703

View file

@ -3,6 +3,7 @@
PORTNAME= sidekiq-cron
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -12,8 +13,9 @@ COMMENT= Enables to set jobs to be run in specified time (using CRON notation)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# Use the same rubygem-sidekiq for www/gitlab-ce and its dependencies
RUN_DEPENDS= rubygem-fugit>=1.1<2:devel/rubygem-fugit \
rubygem-sidekiq>=4.2.1:devel/rubygem-sidekiq
rubygem-sidekiq5>=4.2.1:devel/rubygem-sidekiq5
USES= gem
USE_RUBY= yes