aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-04-04 12:02:04 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-04-04 12:02:04 +0800
commit500b9933e1b4a2f216cff5cb76e775f06331ceb5 (patch)
treeeb9c2e27aa171ac559faf91a622f0e20f87fafb1 /UPDATING
parent453660fb8a5e25b6678d8d9b16abab44ba410b11 (diff)
downloadfreebsd-ports-gnome-500b9933e1b4a2f216cff5cb76e775f06331ceb5.tar.gz
freebsd-ports-gnome-500b9933e1b4a2f216cff5cb76e775f06331ceb5.tar.zst
freebsd-ports-gnome-500b9933e1b4a2f216cff5cb76e775f06331ceb5.zip
Update rbot to the new upstream from the 20150311 snapshot.
It now actually works with Ruby 2.0+. This requires manual migration to fix the registry files. See the UPDATING entry.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2daaafe2b5a3..587445fda2a2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20150403:
+ AFFECTS: Users of irc/rbot
+ AUTHOR: bdrewery@FreeBSD.org
+
+ Ruby Bot now has a new upstream maintainer. The project has been updated
+ to work with Ruby 2.0+. Some migration is needed to move away from
+ BDB regristry files. The guide for that is at
+ https://github.com/ruby-rbot/rbot/wiki/MigrationGuide
+
+ rbotdb can be used to backup a BDB database and then restore it to a working
+ format for the new rbot. Update your conf.yaml after with 'core.db: tc'
+ once converted.
+
20150324:
AFFECTS: Users of dns/bind9*
AUTHOR: mat@FreeBSD.org