Skip to content
Snippets Groups Projects
Verified Commit 2990fe2c authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-sidekiq-cron-sidekiq64: Remove obsoleted port

Use devel/rubygem-sidekiq-cron instead.
parent 7faaf6d0
No related branches found
No related tags found
No related merge requests found
......@@ -17901,3 +17901,4 @@ devel/rubygem-bootsnap115|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted por
devel/rubygem-cucumber-messages19|devel/rubygem-cucumber-messages|2023-04-09|Remove obsoleted port. Use devel/rubygem-cucumber-messages instead
devel/rubygem-fugit17|devel/rubygem-fugit|2023-04-09|Remove obsoleted port. Use devel/rubygem-fugit instead
devel/rubygem-ruby-fogbugz021|devel/rubygem-ruby-fogbugz|2023-04-09|Remove obsoleted port. Use devel/rubygem-ruby-fogbugz instead
devel/rubygem-sidekiq-cron-sidekiq64|devel/rubygem-sidekiq-cron|2023-04-09|Remove obsoleted port. Use devel/rubygem-sidekiq-cron instead
......@@ -7168,7 +7168,6 @@
SUBDIR += rubygem-sidekiq
SUBDIR += rubygem-sidekiq-bulk
SUBDIR += rubygem-sidekiq-cron
SUBDIR += rubygem-sidekiq-cron-sidekiq64
SUBDIR += rubygem-sidekiq-cron18
SUBDIR += rubygem-sidekiq-scheduler
SUBDIR += rubygem-sidekiq-unique-jobs
......
PORTNAME= sidekiq-cron
PORTVERSION= 1.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -sidekiq64
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Enables to set jobs to be run in specified time (using CRON notation)
WWW= https://github.com/ondrejbartas/sidekiq-cron
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-fugit>=1<2:devel/rubygem-fugit \
rubygem-sidekiq64>=4.2.1:devel/rubygem-sidekiq64
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1669107999
SHA256 (rubygem/sidekiq-cron-1.8.0.gem) = 47da72ca73ce5b71896aaf7e7c4391386ec517dd003f184c50c0b727d82eb0ca
SIZE (rubygem/sidekiq-cron-1.8.0.gem) = 30208
Sidekiq-Cron is a scheduling add-on for Sidekiq.
It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation * * * * * parsed by Rufus-Scheduler).
It also checks for new jobs to schedule every 10 seconds and doesn't schedule
the same job multiple times when more than one Sidekiq worker is running.
Scheduling jobs are added only when at least one Sidekiq process is running.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment