Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2022 10:34:27 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07cbe782eff7 - main - security/rubygem-webauthn: Change RUN_DEPENDS from rubygem-openssl to rubygem-openssl2
Message-ID:  <202208271034.27RAYRbA054710@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07cbe782eff7372b446daff8c4db033ccccd4996

commit 07cbe782eff7372b446daff8c4db033ccccd4996
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:27:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:27:02 +0000

    security/rubygem-webauthn: Change RUN_DEPENDS from rubygem-openssl to rubygem-openssl2
    
    - Bump PORTREVISION for dependency change
---
 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 6a2ea68cc41e..77da776b8e7c 100644
--- a/security/rubygem-webauthn/Makefile
+++ b/security/rubygem-webauthn/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	webauthn
 PORTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,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-openssl>=2.0<3:security/rubygem-openssl \
+		rubygem-openssl2>=2.0<3:security/rubygem-openssl2 \
 		rubygem-safety_net_attestation>=0.4.0<0.5:security/rubygem-safety_net_attestation \
 		rubygem-securecompare>=1.0<2:security/rubygem-securecompare \
 		rubygem-tpm-key_attestation>=0.10.0<0.11:security/rubygem-tpm-key_attestation



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271034.27RAYRbA054710>