| Port details |
- rubygem-faraday-gitlab HTTP/REST API client library in Ruby
- 2.14.2 www
=0 2.13.4_2Version of this port present on the latest quarterly branch. - Maintainer: mfechner@FreeBSD.org
 - Port Added: 2024-11-22 13:52:17
- Last Update: 2026-06-19 09:49:05
- Commit Hash: cb5b930
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/lostisland/faraday
- Description:
- Faraday is an HTTP client lib that provides a common interface over many
adapters (such as Net::HTTP) and embraces the concept of Rack middleware when
processing the request/response cycle.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-faraday-gitlab>0:www/rubygem-faraday-gitlab
- To install the port:
- cd /usr/ports/www/rubygem-faraday-gitlab/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-faraday-gitlab
- pkg install rubygem-faraday-gitlab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-faraday-gitlab
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1781763384
SHA256 (rubygem/faraday-2.14.2.gem) = 73ccb9994a9e8648f010e32eca2ae82e41c57860aa10932cda29418b9e0223ad
SIZE (rubygem/faraday-2.14.2.gem) = 75264
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-faraday-net_http-gitlab>=2.0<3.5 : www/rubygem-faraday-net_http-gitlab
- rubygem-json>=0 : devel/rubygem-json
- rubygem-logger-gitlab>=0 : devel/rubygem-logger-gitlab
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
- for Run
-
- devel/rubygem-danger
- devel/rubygem-faraday_middleware-aws-sigv4-gitlab
- devel/rubygem-gapic-common-gitlab
- devel/rubygem-graphlient
- devel/rubygem-webfinger
- net/rubygem-gitlab-fog-azure-rm
- net/rubygem-google-cloud-env-gitlab
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-faraday-gitlab
- USES:
- cpe gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.14.2 19 Jun 2026 09:49:05
    |
Matthias Fechner (mfechner)  |
www/rubygem-faraday-gitlab: update to 2.14.2
Required for gitlab 19.1.0
Changes: https://github.com/lostisland/faraday/releases |
2.13.4_2 20 Apr 2026 08:17:37
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix deps caused by intermediate commits |
2.13.4_1 26 Oct 2025 20:01:10
    |
Matthias Fechner (mfechner)  |
www/rubygem-faraday-gitlab: fixed conflict in 2025Q4 with rubygem-json |
2.13.4 29 Jul 2025 03:46:37
    |
Matthias Fechner (mfechner)  |
www/rubygem-faraday-gitlab: update to 2.13.4
Changes: https://github.com/lostisland/faraday/releases |
2.13.1 20 Jun 2025 03:55:37
    |
Matthias Fechner (mfechner)  |
www/rubygem-faraday-gitlab: update to 2.13.1
Required for gitlab 18.1
Changes: https://github.com/lostisland/faraday/releases/tag/v2.13.1 |
2.12.2 20 Jun 2025 03:55:32
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix rubygem-logger conflict |
2.12.2 10 Dec 2024 06:05:20
    |
Matthias Fechner (mfechner)  |
www/rubygem-faraday-gitlab: update to 2.12.2
Changes: https://github.com/lostisland/faraday/releases/tag/v2.12.2 |
2.12.1 22 Nov 2024 13:15:15
    |
Matthias Fechner (mfechner)  |
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. |