Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2022 23:49:41 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 99b08814fd22 - main - devel/llvm15: Update to 15.0.1
Message-ID:  <202209202349.28KNnftC033166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99b08814fd22364a8682b3bd58b6c0ad1211313c

commit 99b08814fd22364a8682b3bd58b6c0ad1211313c
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2022-09-20 23:49:31 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2022-09-20 23:49:31 +0000

    devel/llvm15: Update to 15.0.1
    
    Of note: -Wimplicit-function-declaration and -Wimplicit-int have been
    downgraded to warn by default rather than error to allow more time for
    configure scripts to be updated to avoid spurious errors.  They are
    expected to switch back to error in Clang 16.
    
    For a complete list of changes see:
    https://discourse.llvm.org/t/llvm-15-0-1-released/65380
---
 devel/llvm15/Makefile | 2 +-
 devel/llvm15/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/llvm15/Makefile b/devel/llvm15/Makefile
index 6d2158e270ea..aef6323b6277 100644
--- a/devel/llvm15/Makefile
+++ b/devel/llvm15/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	llvm
-DISTVERSION=	15.0.0
+DISTVERSION=	15.0.1
 PORTREVISION=	0
 CATEGORIES=	devel lang
 MASTER_SITES=	https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \
diff --git a/devel/llvm15/distinfo b/devel/llvm15/distinfo
index 7b4c37639402..13b9f83e8d5a 100644
--- a/devel/llvm15/distinfo
+++ b/devel/llvm15/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662494004
-SHA256 (llvm-project-15.0.0.src.tar.xz) = caaf8100365b6ebafc39fea803e902ca3ff38b4d5327b9927097808d32964db7
-SIZE (llvm-project-15.0.0.src.tar.xz) = 112062796
+TIMESTAMP = 1663696297
+SHA256 (llvm-project-15.0.1.src.tar.xz) = f25ce2d4243bebf527284eb7be7f6f56ef454fca8b3de9523f7eb4efb8d26218
+SIZE (llvm-project-15.0.1.src.tar.xz) = 112068688



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209202349.28KNnftC033166>