git: 3f41d08d4e00 - main - security/rubygem-acme-client-gitlab: Change RUN_DEPENDS from rubygem-base6402 to rubygem-base64

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 06 Oct 2025 11:24:32 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f41d08d4e00b3c49235182f4ee01bb57903d6e5

commit 3f41d08d4e00b3c49235182f4ee01bb57903d6e5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:21:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:21:49 +0000

    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
---
 security/rubygem-acme-client-gitlab/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/rubygem-acme-client-gitlab/Makefile b/security/rubygem-acme-client-gitlab/Makefile
index 54d2b0ec99e2..b9884b3cc3e8 100644
--- a/security/rubygem-acme-client-gitlab/Makefile
+++ b/security/rubygem-acme-client-gitlab/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	acme-client
 PORTVERSION=	2.0.25
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-gitlab
@@ -11,7 +12,7 @@ WWW=		https://github.com/unixcharles/acme-client
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402 \
+RUN_DEPENDS=	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