git: 7c7b156a346f - main - security/rubygem-webauthn: Change RUN_DEPENDS from rubygem-openssl2 to rubygem-openssl after 62db6915cf9a609c50f053bd2f0a714dab43c954

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 16 Aug 2023 18:36:59 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c7b156a346ff459be86e9f848b67faf4823c8f3

commit 7c7b156a346ff459be86e9f848b67faf4823c8f3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:17:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:26:30 +0000

    security/rubygem-webauthn: Change RUN_DEPENDS from rubygem-openssl2 to rubygem-openssl after 62db6915cf9a609c50f053bd2f0a714dab43c954
    
    - Fix version requirement of RUN_DEPENDS
    - Bump PORTREVISION for dependency change
    
    It is required to remove security/rubygem-openssl2.
---
 security/rubygem-webauthn/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/rubygem-webauthn/Makefile b/security/rubygem-webauthn/Makefile
index d0737ee34db3..6688123d8ec7 100644
--- a/security/rubygem-webauthn/Makefile
+++ b/security/rubygem-webauthn/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	webauthn
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -15,7 +16,7 @@ RUN_DEPENDS=	rubygem-android_key_attestation>=0.3.0<0.4:security/rubygem-android
 		rubygem-bindata>=2.4<3:devel/rubygem-bindata \
 		rubygem-cbor>=0.5.9<0.6:devel/rubygem-cbor \
 		rubygem-cose>=1.1<2:security/rubygem-cose \
-		rubygem-openssl2>=2.2<3.1:security/rubygem-openssl2 \
+		rubygem-openssl>=2.2:security/rubygem-openssl \
 		rubygem-safety_net_attestation>=0.4.0<0.5:security/rubygem-safety_net_attestation \
 		rubygem-tpm-key_attestation>=0.12.0<0.13:security/rubygem-tpm-key_attestation