Commit 1852c627 authored by Matthias Fechner's avatar Matthias Fechner
Browse files

devel/rubygem-sidekiq-cron-rails70: Remove expired port

devel/rubygem-sidekiq-cron-rails70
parent 22949663
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5107,3 +5107,4 @@ net/jsch||2026-02-01|Has expired: Upstream website does not exist. No ports depe
devel/rubygem-ffi16|devel/rubygem-ffi|2026-02-03|Remove obsoleted port. Use devel/rubygem-ffi instead
devel/hs-spago|devel/spago|2026-02-03|Dropped the "hs-" prefix, the software is now written in Purescript
lang/python-doc-pdf-a4||2026-02-05|A4-size PDF no longer provided since 3.13
devel/rubygem-sidekiq-cron-rails70|devel/rubygem-sidekiq-cron-rails-gitlab|2026-02-05|Obsolete, please use devel/rubygem-sidekiq-cron-rails-gitlab instead
+0 −1
Original line number Diff line number Diff line
@@ -8058,7 +8058,6 @@
    SUBDIR += rubygem-sidekiq-bulk
    SUBDIR += rubygem-sidekiq-cron
    SUBDIR += rubygem-sidekiq-cron-rails-gitlab
    SUBDIR += rubygem-sidekiq-cron-rails70
    SUBDIR += rubygem-sidekiq-gitlab
    SUBDIR += rubygem-sidekiq-scheduler
    SUBDIR += rubygem-sidekiq-unique-jobs
+0 −23
Original line number Diff line number Diff line
PORTNAME=	sidekiq-cron
PORTVERSION=	1.12.0
PORTREVISION=	3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails70

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Enables to set jobs to be run in specified time (using CRON notation)
WWW=		https://github.com/sidekiq-cron/sidekiq-cron

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-fugit>=1.8<2:devel/rubygem-fugit \
		rubygem-globalid-rails70>=1.0.1:databases/rubygem-globalid-rails70 \
		rubygem-sidekiq-gitlab>=6:devel/rubygem-sidekiq-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1702543774
SHA256 (rubygem/sidekiq-cron-1.12.0.gem) = 6663080a454088bd88773a0da3ae91e554b8a2e8b06cfc629529a83fd1a3096c
SIZE (rubygem/sidekiq-cron-1.12.0.gem) = 23040
+0 −9
Original line number Diff line number Diff line
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.