git: a8a7a241bcfb - main - security/rubygem-tpm-key_attestation: Change RUN_DEPENDS from rubygem-openssl2 to rubygem-openssl after 62db6915cf9a609c50f053bd2f0a714dab43c954
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:36:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8a7a241bcfb05dd7951a8b5bbc65d7932a47176 commit a8a7a241bcfb05dd7951a8b5bbc65d7932a47176 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:17:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:26:30 +0000 security/rubygem-tpm-key_attestation: Change RUN_DEPENDS from rubygem-openssl2 to rubygem-openssl after 62db6915cf9a609c50f053bd2f0a714dab43c954 - Bump PORTREVISION for dependency change It is required to remove security/rubygem-openssl2. --- security/rubygem-tpm-key_attestation/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/rubygem-tpm-key_attestation/Makefile b/security/rubygem-tpm-key_attestation/Makefile index dbf32357e285..21012c759bdc 100644 --- a/security/rubygem-tpm-key_attestation/Makefile +++ b/security/rubygem-tpm-key_attestation/Makefile @@ -1,5 +1,6 @@ PORTNAME= tpm-key_attestation PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-bindata>=2.4<3:devel/rubygem-bindata \ - rubygem-openssl2>2.0:security/rubygem-openssl2 \ + rubygem-openssl>2.0:security/rubygem-openssl \ rubygem-openssl-signature_algorithm>=1.0<2:security/rubygem-openssl-signature_algorithm USES= gem