Date: Wed, 5 Jan 2022 10:34:38 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8b2e795d0e7b - main - security/boringssl: update CONFLICTS Message-ID: <202201051034.205AYcj3049455@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b2e795d0e7b251885a391f79e668b6de90a7c0e commit 8b2e795d0e7b251885a391f79e668b6de90a7c0e Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2022-01-05 10:33:30 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2022-01-05 10:33:30 +0000 security/boringssl: update CONFLICTS Suggested by: ashish --- security/boringssl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index bb2d1b128463..39e2fa9e441e 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,6 @@ PORTNAME= boringssl PORTVERSION= 0.0.0.0.2021.12.21.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -11,6 +11,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:insource cpe go:no_targets localbase perl5 +CONFLICTS_INSTALL= security/libressl \ + security/libressl-devel \ + security/openssl \ + security/openssl-devel \ + security/openssl-quictls + CPE_VENDOR= google USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201051034.205AYcj3049455>