<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4b4f0dcf4697da4d4f3cdcce0c86c64c4f61189a">https://github.com/macports/macports-ports/commit/4b4f0dcf4697da4d4f3cdcce0c86c64c4f61189a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4b4f0dcf469 LLVM 14-16: Update long description to match upstream's description
</span>4b4f0dcf469 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4b4f0dcf4697da4d4f3cdcce0c86c64c4f61189a
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Jun 15 08:23:19 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    LLVM 14-16: Update long description to match upstream's description
</span>---
 lang/llvm-14/Portfile | 13 +++----------
 lang/llvm-15/Portfile | 13 +++----------
 lang/llvm-16/Portfile | 13 +++----------
 3 files changed, 9 insertions(+), 30 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-14/Portfile b/lang/llvm-14/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0bb790e9e6a..19992a7ef30 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-14/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-14/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -227,16 +227,9 @@ if { ${subport} eq "clang-${llvm_version}" } {
</span>     homepage            https://clang.llvm.org/
 
     description         C, C++, Objective C and Objective C++ compiler
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description    Clang is an "LLVM native" C/C++/Objective-C compiler, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        which aims to deliver amazingly fast compiles (e.g. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        about 3x faster than GCC when compiling Objective-C \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        code in a debug configuration), extremely useful error \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        and warning messages and to provide a platform for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        building great source level tools. The included Clang \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        Static Analyzer is a tool that automatically finds bugs in \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        your code, and is a great example of the sort of tool \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        that can be built using the Clang frontend as a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        library to parse C/C++ code.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description    The Clang project provides a language front-end and tooling infrastructure \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        for languages in the C language family (C, C++, Objective C/C++, OpenCL, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        CUDA, and RenderScript) for the LLVM project.
</span> 
     depends_run-append  port:clang_select port:cctools
     select.group        clang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-15/Portfile b/lang/llvm-15/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdecd50a4f9..af41294b1f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-15/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-15/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -242,16 +242,9 @@ if { ${subport} eq "clang-${llvm_version}" } {
</span>     homepage            https://clang.llvm.org/
 
     description         C, C++, Objective C and Objective C++ compiler
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description    Clang is an "LLVM native" C/C++/Objective-C compiler, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        which aims to deliver amazingly fast compiles (e.g. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        about 3x faster than GCC when compiling Objective-C \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        code in a debug configuration), extremely useful error \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        and warning messages and to provide a platform for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        building great source level tools. The included Clang \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        Static Analyzer is a tool that automatically finds bugs in \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        your code, and is a great example of the sort of tool \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        that can be built using the Clang frontend as a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        library to parse C/C++ code.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description    The Clang project provides a language front-end and tooling infrastructure \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        for languages in the C language family (C, C++, Objective C/C++, OpenCL, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        CUDA, and RenderScript) for the LLVM project.
</span> 
     depends_run-append  port:clang_select port:cctools
     select.group        clang
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-16/Portfile b/lang/llvm-16/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff300c0cbcb..7635e20bc4d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-16/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-16/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -259,16 +259,9 @@ if { ${subport} eq "clang-${llvm_version}" } {
</span>     homepage            https://clang.llvm.org/
 
     description         C, C++, Objective C and Objective C++ compiler
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description    Clang is an "LLVM native" C/C++/Objective-C compiler, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        which aims to deliver amazingly fast compiles (e.g. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        about 3x faster than GCC when compiling Objective-C \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        code in a debug configuration), extremely useful error \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        and warning messages and to provide a platform for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        building great source level tools. The included Clang \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        Static Analyzer is a tool that automatically finds bugs in \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        your code, and is a great example of the sort of tool \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        that can be built using the Clang frontend as a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        library to parse C/C++ code.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description    The Clang project provides a language front-end and tooling infrastructure \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        for languages in the C language family (C, C++, Objective C/C++, OpenCL, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        CUDA, and RenderScript) for the LLVM project.
</span> 
     depends_run-append  port:clang_select port:cctools
     select.group        clang
</pre><pre style='margin:0'>

</pre>