git: 69e8c3035773 - main - security/boringssl: Drop Go version pin
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=69e8c3035773f97a759962592ffd1a3d4bd0b140 commit 69e8c3035773f97a759962592ffd1a3d4bd0b140 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-08-08 20:37:30 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-08-08 20:40:28 +0000 security/boringssl: Drop Go version pin There is no reason to pin this to Go 1.25; in fact, according to its own documentation, it requires Go 1.26. --- security/boringssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index d0e2c327e35d..0b315ae3e1e2 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -10,7 +10,7 @@ WWW= https://boringssl.googlesource.com/boringssl/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:insource cpe go:1.25,no_targets localbase perl5 +USES= cmake:insource cpe go:no_targets localbase perl5 CONFLICTS_INSTALL= aws-lc libressl libressl-devel openssl openssl[34][0456]