summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING49
1 files changed, 49 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dd3a73264f3c..237fd119a580 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,55 @@ 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.
+20250630:
+ AFFECTS: users of mail/bogofilter-bdb
+ AUTHOR: mandree@FreeBSD.org
+
+ The mail/bogofilter-bdb port has expired and will be removed.
+
+ 1. BEFORE uninstallation or changing to a different mail/bogofilter*
+ variant, please use bogoutil to export all user data bases (wordlist.db)
+ to text files, bogoutil has a -d option for that.
+ 2. ONLY THEN install a different variant. The base port (bogofilter)
+ uses LMDB, the -kc variant uses KyotoCabinet and -sqlite uses SQLite3
+ for their database backends.
+ 3. THEN re-import the word list for each user with bogoutil -l.
+
+20250629:
+ AFFECTS: users of japanese/anthy
+ AUTHOR: nobutaka@FreeBSD.org
+
+ japanese/anthy has been removed. Please use japanese/anthy-unicode as the
+ replacement.
+
+ japanese/anthy and japanese/anthy-unicode use different user dictionary
+ file location.
+
+ japanese/anthy: ~/.anthy/private_words_default
+ japanese/anthy-unicode: ~/.config/anthy/private_words_default
+
+ You can migrate your user dictionary for japanese/anthy with
+ anthy-dic-tool-unicode.
+
+ anthy-dic-tool-unicode --migrate
+
+ If you use the japanese-anthy or japanese-anthy-uim input method on Emacs,
+ please change them in your Emacs init file such as ~/.emacs.el and ~/.emacs
+ as follows:
+
+ japanese-anthy -> japanese-anthy-unicode
+ japanese-anthy-uim -> japanese-anthy-utf8-uim
+
+20250627:
+ AFFECTS: users of finance/ktoblzcheck
+ AUTHOR: jhale@FreeBSD.org
+
+ The bank data databases have been moved to finance/ktoblzcheck-data.
+ It may be necessary to remove ktoblzcheck < 1.59 before upgrading to
+ avoid conflicts.
+
+ pkg delete -f ktoblzcheck
+
20250622:
AFFECTS: users of net-mgmt/netbox
AUTHOR: kai@FreeBSD.org