aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2012-04-18 23:12:32 +0800
committerbeat <beat@FreeBSD.org>2012-04-18 23:12:32 +0800
commit6eb94515bcc1d334c5ed0964969c9eb04e139404 (patch)
tree1e1c04616c463064c7dd00230293f0e225adc0ab /UPDATING
parentb46180b752b7c4a739a392717e5c3b113a5a984f (diff)
downloadfreebsd-ports-gnome-6eb94515bcc1d334c5ed0964969c9eb04e139404.tar.gz
freebsd-ports-gnome-6eb94515bcc1d334c5ed0964969c9eb04e139404.tar.zst
freebsd-ports-gnome-6eb94515bcc1d334c5ed0964969c9eb04e139404.zip
- Add note about the new Mozilla ESR ports
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a355c252b0a4..6ab942f42e46 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,30 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20120418:
+ AFFECTS: users of www/firefox and mail/thunderbird
+ AUTHOR: gecko@FreeBSD.org
+
+ Firefox and Thunderbird have been updated to 11.0. If you want to
+ stay with the Extended Support Release please use the new -esr
+ ports.
+
+ Firefox:
+ # portupgrade -o www/firefox-esr www/firefox
+ # portupgrade -o www/firefox-esr-i18n www/firefox-i18n (if installed)
+ or
+ # portmaster -o www/firefox-esr www/firefox
+ # portmaster -o www/firefox-esr-i18n www/firefox-i18n (if installed)
+
+ Thunderbird:
+ # portupgrade -o mail/thunderbird-esr mail/thunderbird
+ # portupgrade -o mail/thunderbird-esr-i18n \
+ mail/thunderbird-i18n (if installed)
+ or
+ # portmaster -o mail/thunderbird-esr mail/thunderbird
+ # portmaster -o mail/thunderbird-esr-i18n \
+ mail/thunderbird (if installed)
+
+20120418:
AFFECTS: users of www/chpasswd
AUTHOR: madpilot@FreeBSD.org