git: 7ee5e1d99670 - 2024Q2 - UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4

From: Florian Smeets <flo_at_FreeBSD.org>
Date: Mon, 08 Apr 2024 20:49:44 UTC
The branch 2024Q2 has been updated by flo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ee5e1d996705fe02c7702d54fb9543126839615

commit 7ee5e1d996705fe02c7702d54fb9543126839615
Author:     Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2024-04-08 20:37:51 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2024-04-08 20:49:29 +0000

    UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4
    
    MFH:            2024Q2
    (cherry picked from commit 7915eb5cbe18153b51601e2b524e96363daf067c)
---
 UPDATING | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/UPDATING b/UPDATING
index 42acad4dcb9f..a8d3f2680b3d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20240408:
+  AFFECTS: users of databases/p5-DBD-mysql
+  AUTHOR: flo@FreeBSD.org
+
+  Upstream removed support for MariaDB from the 5.0 branch. So if you use
+  MariaDB you need to use databases/p5-DBD-mysql4 from now on.
+
+  Portmaster users:
+        portmaster -o databases/p5-DBD-mysql4 databases/p5-DBD-mysql
+        portmaster -a
+
+  Portupgrade users:
+        portupgrade -o databases/p5-DBD-mysql4 -f databases/p5-DBD-mysql
+        portupgrade -a
+
 20240330:
   AFFECTS: users of mail/spamassassin
   AUTHOR: cy@FreeBSD.org