Date: Fri, 12 Nov 2021 17:50:29 GMT From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 1f93b867a1d9 - 2021Q4 - devel/llvm13: bump PORTREVISON Message-ID: <202111121750.1ACHoTF3043837@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f93b867a1d9f50a81661cf7d28307ca50ddac3e commit 1f93b867a1d9f50a81661cf7d28307ca50ddac3e Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2021-11-12 17:31:01 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2021-11-12 17:31:01 +0000 devel/llvm13: bump PORTREVISON The patch fixed in d326758c32dff2938c1da97c0df5926612c3efa2 broke non-powerpc platforms so we need a bump for all platforms. Requested by: kib (cherry picked from commit 7506e42640814a3f02e6392f366d8d6ee1414978) --- devel/llvm13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index 85d670a823ca..e83420088f37 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 13.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111121750.1ACHoTF3043837>