The branch main has been updated by glebius:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=eac87a7a7e26086fc3da8a31ce06c4c1a8ee9ef5

commit eac87a7a7e26086fc3da8a31ce06c4c1a8ee9ef5
Author:     Gleb Smirnoff <[email protected]>
AuthorDate: 2024-04-14 17:19:20 +0000
Commit:     Gleb Smirnoff <[email protected]>
CommitDate: 2024-04-14 17:19:20 +0000

    ObsoleteFiles.inc: fix timestamps of the recent entries
---
 ObsoleteFiles.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index f9728ccd799e..e7d62afdd764 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,7 +51,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 2024mmdd: new clang import which bumps version from 17 to 18
+# 20240406: new clang import which bumps version from 17 to 18
 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_builtin_vars.h
 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_cmath.h
 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_complex_builtins.h
@@ -442,7 +442,7 @@ OLD_FILES+=usr/lib/clang/17/share/msan_ignorelist.txt
 OLD_DIRS+=usr/lib/clang/17/share
 OLD_DIRS+=usr/lib/clang/17
 
-# 2024mmdd: new libc++ import which bumps version from 17 to 18
+# 20240406: new libc++ import which bumps version from 17 to 18
 OLD_FILES+=usr/include/c++/v1/__pstl/internal/algorithm_fwd.h
 OLD_FILES+=usr/include/c++/v1/__pstl/internal/algorithm_impl.h
 OLD_FILES+=usr/include/c++/v1/__pstl/internal/execution_defs.h

Reply via email to