aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-04-04 04:02:04 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-04-04 04:02:04 +0000
commit868c3fb8f1b47e2abac18440e9c34df199670d1e (patch)
treeeb9c2e27aa171ac559faf91a622f0e20f87fafb1 /UPDATING
parent7928fd45d8f4a6d083add40e770b2bae6c3b1aa2 (diff)
downloadports-868c3fb8f1b47e2abac18440e9c34df199670d1e.tar.gz
ports-868c3fb8f1b47e2abac18440e9c34df199670d1e.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.
Notes
Notes: svn path=/head/; revision=383188
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