Skip to content

Commit

Permalink
security/rubygem-webauthn: Change RUN_DEPENDS from rubygem-openssl2 t…
Browse files Browse the repository at this point in the history
…o rubygem-openssl after 62db691

- Fix version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change

It is required to remove security/rubygem-openssl2.
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent a8a7a24 commit 7c7b156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/rubygem-webauthn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= webauthn
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG

Expand All @@ -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

Expand Down

0 comments on commit 7c7b156

Please sign in to comment.