mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/rubygem-sidekiq-gitlab: update to 7.3.9
Moved port from devel/rubygem-sidekiq72 to devel/rubygem-sidekiq-gitlab to not move port with every upgrade of the sidekiq gem gitlab requires. Changes: https://github.com/sidekiq/sidekiq/blob/main/Changes.md
This commit is contained in:
parent
4bc4efea12
commit
50ec2a7077
8 changed files with 14 additions and 12 deletions
1
MOVED
1
MOVED
|
@ -4309,3 +4309,4 @@ lang/python-doc-pdf-letter|lang/python-doc-pdf-a4|2025-04-09|Letter-size PDF no
|
||||||
net-im/py-punjab||2025-04-13|Has expired: Abandoned project, not compatible with decent python/twisted
|
net-im/py-punjab||2025-04-13|Has expired: Abandoned project, not compatible with decent python/twisted
|
||||||
devel/linux-rl9-libsigsegv|emulators/linux_base-rl9|2025-04-15|Integrated into linux_base-rl9
|
devel/linux-rl9-libsigsegv|emulators/linux_base-rl9|2025-04-15|Integrated into linux_base-rl9
|
||||||
devel/linux-rl9-libatomic|devel/linux-rl9-devtools|2025-04-15|Integrated into linux-rl9-devtools
|
devel/linux-rl9-libatomic|devel/linux-rl9-devtools|2025-04-15|Integrated into linux-rl9-devtools
|
||||||
|
devel/rubygem-sidekiq72|devel/rubygem-sidekiq-gitlab|2025-04-18|Please use devel/sidekiq-gitlab instead
|
||||||
|
|
|
@ -7863,9 +7863,9 @@
|
||||||
SUBDIR += rubygem-sidekiq-bulk
|
SUBDIR += rubygem-sidekiq-bulk
|
||||||
SUBDIR += rubygem-sidekiq-cron
|
SUBDIR += rubygem-sidekiq-cron
|
||||||
SUBDIR += rubygem-sidekiq-cron-rails70
|
SUBDIR += rubygem-sidekiq-cron-rails70
|
||||||
|
SUBDIR += rubygem-sidekiq-gitlab
|
||||||
SUBDIR += rubygem-sidekiq-scheduler
|
SUBDIR += rubygem-sidekiq-scheduler
|
||||||
SUBDIR += rubygem-sidekiq-unique-jobs
|
SUBDIR += rubygem-sidekiq-unique-jobs
|
||||||
SUBDIR += rubygem-sidekiq72
|
|
||||||
SUBDIR += rubygem-sidetiq
|
SUBDIR += rubygem-sidetiq
|
||||||
SUBDIR += rubygem-sigdump
|
SUBDIR += rubygem-sigdump
|
||||||
SUBDIR += rubygem-simple-navigation
|
SUBDIR += rubygem-simple-navigation
|
||||||
|
|
|
@ -11,7 +11,7 @@ LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-sentry-ruby>=5.22.1<5.23:devel/rubygem-sentry-ruby \
|
RUN_DEPENDS= rubygem-sentry-ruby>=5.22.1<5.23:devel/rubygem-sentry-ruby \
|
||||||
rubygem-sidekiq72>=3.0:devel/rubygem-sidekiq72
|
rubygem-sidekiq-gitlab>=3.0:devel/rubygem-sidekiq-gitlab
|
||||||
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= sidekiq-cron
|
PORTNAME= sidekiq-cron
|
||||||
PORTVERSION= 1.12.0
|
PORTVERSION= 1.12.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
PKGNAMESUFFIX= -rails70
|
PKGNAMESUFFIX= -rails70
|
||||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-fugit>=1.8<2:devel/rubygem-fugit \
|
RUN_DEPENDS= rubygem-fugit>=1.8<2:devel/rubygem-fugit \
|
||||||
rubygem-globalid-rails70>=1.0.1:databases/rubygem-globalid-rails70 \
|
rubygem-globalid-rails70>=1.0.1:databases/rubygem-globalid-rails70 \
|
||||||
rubygem-sidekiq72>=6:devel/rubygem-sidekiq72
|
rubygem-sidekiq-gitlab>=6:devel/rubygem-sidekiq-gitlab
|
||||||
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PORTNAME= sidekiq
|
PORTNAME= sidekiq
|
||||||
PORTVERSION= 7.2.4
|
PORTVERSION= 7.3.9
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
PKGNAMESUFFIX= 72
|
PKGNAMESUFFIX= -gitlab
|
||||||
|
|
||||||
MAINTAINER= mfechner@FreeBSD.org
|
MAINTAINER= mfechner@FreeBSD.org
|
||||||
COMMENT= Simple, efficient background processing for Ruby
|
COMMENT= Simple, efficient background processing for Ruby
|
||||||
|
@ -11,16 +11,17 @@ WWW= https://sidekiq.org/ \
|
||||||
|
|
||||||
LICENSE= LGPL3
|
LICENSE= LGPL3
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-concurrent-ruby>=0<2:devel/rubygem-concurrent-ruby \
|
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
|
||||||
rubygem-connection_pool>=2.3.0:net/rubygem-connection_pool \
|
rubygem-connection_pool>=2.3.0:net/rubygem-connection_pool \
|
||||||
|
rubygem-logger>=0:devel/rubygem-logger \
|
||||||
rubygem-rack>=2.2.4,3:www/rubygem-rack \
|
rubygem-rack>=2.2.4,3:www/rubygem-rack \
|
||||||
rubygem-redis-client>=0.19.0:databases/rubygem-redis-client
|
rubygem-redis-client>=0.22.2:databases/rubygem-redis-client
|
||||||
|
|
||||||
USES= cpe gem
|
USES= cpe gem
|
||||||
CPE_VENDOR= contribsys
|
CPE_VENDOR= contribsys
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
PORTSCOUT= limit:^7\.2\.
|
PORTSCOUT= limit:^7\.3\.
|
||||||
|
|
||||||
PLIST_FILES= bin/sidekiq \
|
PLIST_FILES= bin/sidekiq \
|
||||||
bin/sidekiqmon
|
bin/sidekiqmon
|
3
devel/rubygem-sidekiq-gitlab/distinfo
Normal file
3
devel/rubygem-sidekiq-gitlab/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1744953470
|
||||||
|
SHA256 (rubygem/sidekiq-7.3.9.gem) = 1108712e1def89002b28e3545d5ae15d4a57ffd4d2c25d97bb1360988826b5a7
|
||||||
|
SIZE (rubygem/sidekiq-7.3.9.gem) = 302592
|
|
@ -1,3 +0,0 @@
|
||||||
TIMESTAMP = 1726719663
|
|
||||||
SHA256 (rubygem/sidekiq-7.2.4.gem) = 810e02f486ce5e102dbe6b71a19b4bf839791e11b74942ec38f5e1a6d44a0778
|
|
||||||
SIZE (rubygem/sidekiq-7.2.4.gem) = 292864
|
|
Loading…
Add table
Reference in a new issue