From 7c7b156a346ff459be86e9f848b67faf4823c8f3 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 17 Aug 2023 02:17:46 +0800 Subject: [PATCH] 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 d0737ee34db3f..6688123d8ec72 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