git: 7e382088cb2f - main - CHANGES: Mention DBD_MYSQL

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

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

commit 7e382088cb2fc6e77eec9bd763463d0c812e5d9e
Author:     Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2024-04-08 19:51:40 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2024-04-08 20:37:36 +0000

    CHANGES: Mention DBD_MYSQL
---
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES b/CHANGES
index ebfabbffd719..75aad857ff26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
 
 All ports committers are allowed to commit to this file.
 
+20240408:
+AUTHOR: flo@FreeBSD.org
+
+  A new variable DBD_MYSQL has been introduced and should be used to depend
+  on the correct version of p5-DBD-mysql. Versions >= 5.000 removed support
+  for MariaDB. DBD_MYSQL will check which MYSQL_FLAVOUR is used and set the
+  correct version as a dependancy. For this to work ports need to add mysql
+  to USES.
+
 20240408:
 AUTHOR: makc@FreeBSD.org