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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2024Q4
rubygem-gitlab-mail_room Proxy email (gmail) from IMAP to a delivery method
0.0.25 mail 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 0.0.25Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-26 13:37:05
Last Update: 2024-12-19 09:05:42
Commit Hash: 4c3473e
Also Listed In: rubygems
License: MIT
WWW:
https://gitlab.com/gitlab-org/ruby/gems/gitlab-mail_room
Description:
mail_room is a configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received. Examples of delivery methods include: POST to a delivery URL (Postback) Queue a job to Sidekiq or Que for later processing (Sidekiq or Que) Log the message or open with LetterOpener (Logger or LetterOpener)
Homepage    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 (4 items)
Collapse this list.
  1. bin/mail_room
  2. /usr/local/share/licenses/rubygem-gitlab-mail_room-0.0.25/catalog.mk
  3. /usr/local/share/licenses/rubygem-gitlab-mail_room-0.0.25/LICENSE
  4. /usr/local/share/licenses/rubygem-gitlab-mail_room-0.0.25/MIT
Collapse this list.
Dependency lines:
  • rubygem-gitlab-mail_room>0:mail/rubygem-gitlab-mail_room
To install the port:
cd /usr/ports/mail/rubygem-gitlab-mail_room/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/rubygem-gitlab-mail_room
  • pkg install rubygem-gitlab-mail_room
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-gitlab-mail_room
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1734330346 SHA256 (rubygem/gitlab-mail_room-0.0.25.gem) = 223ce7c3c0797b6015eaa37147884e6ddc7be9a7ee90a424358c96bc18613b1a SIZE (rubygem/gitlab-mail_room-0.0.25.gem) = 41472

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-jwt>=2.0 : www/rubygem-jwt
  2. rubygem-net-imap>=0.2.1 : mail/rubygem-net-imap
  3. rubygem-oauth2-gitlab>=1.4.4<3 : net/rubygem-oauth2-gitlab
  4. rubygem-redis>=5<6 : databases/rubygem-redis
  5. rubygem-redis-namespace110>=1.8.2 : databases/rubygem-redis-namespace110
  6. ruby32 : lang/ruby32
  7. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Build
  1. www/gitlab
for Run
  1. www/gitlab

Configuration Options:
No options to configure
Options name:
mail_rubygem-gitlab-mail_room
USES:
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.25
19 Dec 2024 09:05:42
commit hash: 4c3473ec0042ca843ba95e584803402f50789cc3commit hash: 4c3473ec0042ca843ba95e584803402f50789cc3commit hash: 4c3473ec0042ca843ba95e584803402f50789cc3commit hash: 4c3473ec0042ca843ba95e584803402f50789cc3 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
mail/rubygem-gitlab-mail_room: update to 0.0.25

Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-mail_room/-/tags
(cherry picked from commit a1ba20871d37b6b4486bdb77aa385cbe70b7da09)
0.0.24_1
26 Nov 2024 13:32:55
commit hash: 8e7c184e8620e1568983be5b8beabd4047650f70commit hash: 8e7c184e8620e1568983be5b8beabd4047650f70commit hash: 8e7c184e8620e1568983be5b8beabd4047650f70commit hash: 8e7c184e8620e1568983be5b8beabd4047650f70 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab: fix regression from 335fc7c38d61142727cb9f01fd9e401c476e4ad8

Gitlab requires net-http 0.4.1:
Because faraday >= 2, < 2.5 could not be found in locally installed gems
  and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems,
  faraday >= 2, < 2.12.1 cannot be used.
And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5,
  faraday >= 2 requires faraday-net_http >= 2.0, < 3.5.
Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0
and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed
gems,
  faraday-net_http >= 2.0 requires net-http >= 0.5.0.
Thus, faraday >= 2 requires net-http >= 0.5.0.
So, because Gemfile depends on faraday ~> 2
  and Gemfile depends on net-http = 0.4.1,
  version solving has failed.

While fixing the problem, moved gitlab used packages to own package names with a
PKGNAMESUFFIX of `-gitlab`.
This should make the gitlab package much more stable if updates in the ports are
done.

(cherry picked from commit edc8d0390e04766c7102c04cdba727b8c0fd22d6)

Number of commits found: 2