| Port details |
- rubygem-acme-client-gitlab Client for the ACME protocol
- 2.0.26 security
=0 2.0.25Version of this port present on the latest quarterly branch. - Maintainer: mfechner@FreeBSD.org
 - Port Added: 2024-11-22 13:52:17
- Last Update: 2025-11-04 14:10:56
- Commit Hash: 8e4ece9
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/unixcharles/acme-client
- Description:
- acme-client is a client implementation of the ACMEv2 protocol in Ruby.
¦ ¦ ¦ ¦ 
- 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-acme-client-gitlab>0:security/rubygem-acme-client-gitlab
- To install the port:
- cd /usr/ports/security/rubygem-acme-client-gitlab/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-acme-client-gitlab
- pkg install rubygem-acme-client-gitlab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-acme-client-gitlab
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1761545571
SHA256 (rubygem/acme-client-2.0.26.gem) = 060e5ea5dd2f66b1b2be3f710ac0884dd469ce3a8b3125c8a5c08e09fb6523bd
SIZE (rubygem/acme-client-2.0.26.gem) = 22528
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:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-base64>=0.2<1 : converters/rubygem-base64
- rubygem-faraday-gitlab>=1.0<3.0.0 : www/rubygem-faraday-gitlab
- rubygem-faraday-retry-gitlab>=1.0<3.0.0 : www/rubygem-faraday-retry-gitlab
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
- for Run
-
- www/gitlab
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-acme-client-gitlab
- USES:
- gem shebangfix
- 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.0.26 04 Nov 2025 14:10:56
    |
Matthias Fechner (mfechner)  |
security/rubygem-acme-client-gitlab: update to 2.0.26
Required for gitlab 18.5
Changes: https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md |
2.0.25_1 06 Oct 2025 10:21:49
    |
Po-Chuan Hsieh (sunpoet)  |
security/rubygem-acme-client-gitlab: Change RUN_DEPENDS from rubygem-base6402 to
rubygem-base64
- Bump PORTREVISION for dependency change
acme-client changes from 'base64 ~> 0.2.0' to 'base64 ~> 0.2' since 2.0.22.
Approved by: portmgr (blanket)
With hat: ruby |
2.0.25 21 Aug 2025 02:45:06
    |
Matthias Fechner (mfechner)  |
security/rubygem-acme-client-gitlab: update to 2.0.25
Required for gitlab 18.3
Changes: https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md |
2.0.22 18 Jul 2025 03:45:48
    |
Matthias Fechner (mfechner)  |
security/rubygem-acme-client-gitlab: update to 2.0.22
Required for gitlab 18.2
Changes: https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md |
2.0.21_1 13 Jun 2025 06:05:20
    |
Po-Chuan Hsieh (sunpoet)  |
security/rubygem-acme-client-gitlab: Change RUN_DEPENDS from rubygem-base64 to
rubygem-base6402
- Bump PORTREVISION for dependency change |
2.0.21 18 Apr 2025 08:34:23
    |
Matthias Fechner (mfechner)  |
security/rubygem-acme-client-gitlab: update to 2.0.21
Required for gitlab 17.11
Changes: https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md |
2.0.20 18 Feb 2025 09:04:10
    |
Matthias Fechner (mfechner)  |
security/rubygem-acme-client-gitlab: update to 2.0.20
Changes: https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md |
2.0.19 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. |