diff options
author | beat <beat@FreeBSD.org> | 2012-04-18 23:12:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-04-18 23:12:32 +0800 |
commit | 6eb94515bcc1d334c5ed0964969c9eb04e139404 (patch) | |
tree | 1e1c04616c463064c7dd00230293f0e225adc0ab /UPDATING | |
parent | b46180b752b7c4a739a392717e5c3b113a5a984f (diff) | |
download | freebsd-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-- | UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |