notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
rubygem-activejob-gitlab Declare job classes that can be run by a variety of queuing backends
7.1.6 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.1.5.2Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-19 13:36:09
Last Update: 2025-11-22 04:21:51
Commit Hash: a80e172
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/rails/rails/tree/main/activejob
https://rubyonrails.org/
Description:
Active Job is a framework for declaring jobs and making them run on a variety of queuing backends. These jobs can be everything from regularly scheduled clean-ups, to billing charges, to mailings -- anything that can be chopped up into small units of work and run in parallel. It also serves as the backend for Action Mailer's #deliver_later functionality that makes it easy to turn any mailing into a job for running later. That's one of the most common jobs in a modern web application: sending emails outside the request-response cycle, so the user doesn't have to wait on it. The main point is to ensure that all Rails apps will have a job infrastructure in place, even if it's in the form of an "immediate runner". We can then have framework features and other gems build on top of that, without having to worry about API differences between Delayed Job and Resque. Picking your queuing backend becomes more of an operational concern, then. And you'll be able to switch between them without having to rewrite your jobs.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-activejob-gitlab-7.1.6/catalog.mk
  2. /usr/local/share/licenses/rubygem-activejob-gitlab-7.1.6/LICENSE
  3. /usr/local/share/licenses/rubygem-activejob-gitlab-7.1.6/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-activejob-gitlab>0:devel/rubygem-activejob-gitlab
To install the port:
cd /usr/ports/devel/rubygem-activejob-gitlab/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-activejob-gitlab
  • pkg install rubygem-activejob-gitlab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-activejob-gitlab
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1763614436 SHA256 (rubygem/activejob-7.1.6.gem) = 0dd9cd051d494608349dd9223a3e61c3933250db77e35ab6617c26c1d52dccbb SIZE (rubygem/activejob-7.1.6.gem) = 37376

Packages (timestamps in pop-ups are UTC):
rubygem-activejob-gitlab
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.1.5.27.1.6-7.1.5.27.1.6n/an/an/a
FreeBSD:13:quarterly7.1.5.27.1.5.2-7.1.5.27.1.5.2n/an/an/a
FreeBSD:14:latest7.1.5.27.1.6-7.1.5.27.1.6---
FreeBSD:14:quarterly7.1.5.27.1.5.2-7.1.5.27.1.5.2---
FreeBSD:15:latest7.1.5.27.1.5.2n/a7.1.5.2n/an/a--
FreeBSD:15:quarterly7.1.5.27.1.5.2n/a-n/an/a--
FreeBSD:16:latest7.1.5.27.1.6n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-activesupport-gitlab>=7.1.6<7.1.6_99 : devel/rubygem-activesupport-gitlab
  2. rubygem-globalid-rails-gitlab>=0.3.6 : databases/rubygem-globalid-rails-gitlab
  3. ruby33 : lang/ruby33
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby33 : lang/ruby33
This port is required by:
for Run
  1. mail/rubygem-actionmailbox-gitlab
  2. mail/rubygem-actionmailer-gitlab
  3. net/rubygem-activestorage-gitlab
  4. www/rubygem-rails-gitlab

Configuration Options:
No options to configure
Options name:
devel_rubygem-activejob-gitlab
USES:
cpe gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.1.6
22 Nov 2025 04:21:51
commit hash: a80e1726c2bc02d993e75188fc64eb317c4cec60commit hash: a80e1726c2bc02d993e75188fc64eb317c4cec60commit hash: a80e1726c2bc02d993e75188fc64eb317c4cec60commit hash: a80e1726c2bc02d993e75188fc64eb317c4cec60 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab: major upgrade to 18.6

Changes:	https://about.gitlab.com/releases/2025/11/20/gitlab-18-6-released/
7.1.5.2
14 Aug 2025 04:49:19
commit hash: 6908ed3eaaa1b4a63d2dc46a8b60611f4bb3f27fcommit hash: 6908ed3eaaa1b4a63d2dc46a8b60611f4bb3f27fcommit hash: 6908ed3eaaa1b4a63d2dc46a8b60611f4bb3f27fcommit hash: 6908ed3eaaa1b4a63d2dc46a8b60611f4bb3f27f files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/rubygem-rails-gitlab: update to 7.1.5.2

Fixes CVE-2025-55193, CVE-2025-24293

Changes:	https://github.com/rails/rails/releases/tag/v7.1.5.2
7.1.5.1
19 May 2025 13:35:44
commit hash: 2ee21239d196d14459a6efcf6d91446e12efb24acommit hash: 2ee21239d196d14459a6efcf6d91446e12efb24acommit hash: 2ee21239d196d14459a6efcf6d91446e12efb24acommit hash: 2ee21239d196d14459a6efcf6d91446e12efb24a files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab: new ports required for 18.0.0

Number of commits found: 3