git: c4564a47c1ad - main - ObsoleteFiles: fix the libmd.so version bump order

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Mon, 30 Sep 2024 19:59:43 UTC
The branch main has been updated by kevans:

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

commit c4564a47c1ad9ef4c93c2ea415f7dfb771741a99
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2024-09-30 19:57:40 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2024-09-30 19:59:37 +0000

    ObsoleteFiles: fix the libmd.so version bump order
    
    This changeset started two years ago, but the entry was not tweaked upon
    final commit to reflect reality.
    
    Fixes:  e7a629c851d7 ("libmd, kern, stand: consolidate md5 [...]")
---
 ObsoleteFiles.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 9ecf5a8c3ecf..01f2609353cd 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20240930: libmd bumped to version 7
+OLD_LIBS+=lib/libmd.so.6
+
 # 20240914 libpcap upgrade from 1.10.4 to 1.10.5
 OLD_FILES+=contrib/libpcap/pcap-haiku.cpp
 OLD_FILES+=contrib/libpcap/pcap-rpcap-int.h
@@ -3230,9 +3233,6 @@ OLD_FILES+=usr/tests/usr.bin/uudecode/regress.153276.in
 OLD_DIRS+=usr/tests/usr.bin/uuencode
 OLD_DIRS+=usr/tests/usr.bin/uudecode
 
-# 20220308: libmd bumped to version 7
-OLD_LIBS+=lib/libmd.so.6
-
 # 20220318: snd_ds1 and snd_maestro drivers removed
 OLD_FILES+=usr/share/man/man4/snd_ds1.4.gz
 OLD_FILES+=usr/share/man/man4/snd_maestro.4.gz