mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
b729572647
commit
e88109ff55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521703
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue