diff options
author | Florian Smeets <flo@FreeBSD.org> | 2024-04-08 22:37:51 +0200 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2024-04-08 22:49:29 +0200 |
commit | 7ee5e1d996705fe02c7702d54fb9543126839615 (patch) | |
tree | a078ad69fa9064c45ab5b693cf412366293f2752 /UPDATING | |
parent | b3aa1ea86f1e120da135245c95f0e9cfaa00687b (diff) | |
download | freebsd-ports-7ee5e1d996705fe02c7702d54fb9543126839615.zip |
UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4
MFH: 2024Q2
(cherry picked from commit 7915eb5cbe18153b51601e2b524e96363daf067c)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |