diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-06-07 07:11:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-06-07 07:11:25 +0000 |
commit | 21bc38e2d23dad736e23079d386ccc3ba09827a7 (patch) | |
tree | 3528af189e495a32bf879bc6ccde05496964ae39 /UPDATING | |
parent | 1e8467d50b43a3ba79e9a327eace5c3fdc6efcde (diff) | |
download | ports-21bc38e2d23dad736e23079d386ccc3ba09827a7.tar.gz ports-21bc38e2d23dad736e23079d386ccc3ba09827a7.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20110606: + AFFECTS: users of databases/mariadb + AUTHOR: dougb@FreeBSD.org + + The mariadb port has been split into -client, -scripts, and -server ports + ala mysql. You can now install only the parts that you need. + + If you have devel/libevent installed along with mariadb you should do + something like: + + pkg_delete mariadb\* + portmaster devel/libevent + 20110605: AFFECTS: users of security/gnutls and any port that depends on it AUTHOR: novel@FreeBSD.org |