git: 3dd4e89f8462 - main - security/tpm2-tools: Remove redundant BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 05:31:05 UTC
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dd4e89f846276c2baea54a1f9b5f409e33670d2 commit 3dd4e89f846276c2baea54a1f9b5f409e33670d2 Author: Tadeusz Struk <tstruk@gmail.com> AuthorDate: 2022-03-21 05:29:56 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-03-21 05:29:56 +0000 security/tpm2-tools: Remove redundant BROKEN_SSL Differential Revision: https://reviews.freebsd.org/D34608 --- security/tpm2-tools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/tpm2-tools/Makefile b/security/tpm2-tools/Makefile index 6e4da8ed09ba..d7aab2141f57 100644 --- a/security/tpm2-tools/Makefile +++ b/security/tpm2-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= tpm2-tools DISTVERSION= 5.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-tools/releases/download/${DISTVERSION}/ @@ -18,6 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" CONFIGURE_ARGS= --disable-hardening --disable-fapi -BROKEN_SSL= openssl - .include <bsd.port.mk>