diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-04-18 15:12:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-04-18 15:12:32 +0000 |
commit | 9057d2864a85d52b52f3f43b6a3bed5cd0add7e1 (patch) | |
tree | 41e5102cf7d4516a4f08a2fb83a60fe4747497f7 /UPDATING | |
parent | 95d06426c46b0aa2af57c4f57f57761c11d473bc (diff) | |
download | ports-9057d2864a85d52b52f3f43b6a3bed5cd0add7e1.tar.gz ports-9057d2864a85d52b52f3f43b6a3bed5cd0add7e1.zip |
Notes
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 |