git: 8b2e795d0e7b - main - security/boringssl: update CONFLICTS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 10:34:38 UTC
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