git: 81ec49f1244d - main - security/rubygem-duo_api: Change RUN_DEPENDS from rubygem-base64 to rubygem-base6402

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 13 Jun 2025 06:08:57 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81ec49f1244d93acbceeba14f35f682239a99556

commit 81ec49f1244d93acbceeba14f35f682239a99556
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-13 06:05:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-13 06:05:24 +0000

    security/rubygem-duo_api: Change RUN_DEPENDS from rubygem-base64 to rubygem-base6402
    
    - Bump PORTREVISION for dependency change
---
 security/rubygem-duo_api/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/rubygem-duo_api/Makefile b/security/rubygem-duo_api/Makefile
index b241925f55a4..82381688eaea 100644
--- a/security/rubygem-duo_api/Makefile
+++ b/security/rubygem-duo_api/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	duo_api
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +10,7 @@ WWW=		https://github.com/duosecurity/duo_api_ruby
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	rubygem-base64>=0.2.0<0.3:converters/rubygem-base64
+RUN_DEPENDS=	rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402
 
 USES=		gem