diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-01-12 16:39:54 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-01-12 16:39:54 +0000 |
commit | 72a2b356a97e0df719c54cc9bbf6f9865506c81a (patch) | |
tree | 218c3f9de165787f1bee8176c0017908069f3801 /UPDATING | |
parent | c26a5b8a3a8a17bae0ae2a808178ef2a3e2373cc (diff) | |
download | ports-72a2b356a97e0df719c54cc9bbf6f9865506c81a.tar.gz ports-72a2b356a97e0df719c54cc9bbf6f9865506c81a.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. +20110111: + AFFECTS: users of www/redmine + AUTHOR: decke@FreeBSD.org + + Redmine explicitly requires i18n with version 0.4.2. You need to install + that manually until a better solution is available. + + # gem install -v=0.4.2 i18n + + Then upgrade the database as usual: + + # rake db:migrate RAILS_ENV=production + 20110107: AFFECTS: users of mail/exim AUTHOR: rea@FreeBSD.org |