aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 76a832afebee..ff7ab5664469 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20131208:
+ AFFECTS: users of x11-toolkits/vte
+ AUTHOR: kwm@FreeBSD.org
+
+ The gnome-pty-helper program has been split off from the vte package
+ to allow both vte and vte3 to be installed at the same time. To update
+ after this change please do the following:
+
+ # pkg_delete -f vte\*
+ or
+ # pkg delete -fg vte\*
+ followed by
+ # portmaster x11-toolkits/vte
+ or
+ # portupgrade x11-toolkits/vte
+
20131207:
AFFECTS: users of mail/opensmtpd
AUTHOR: ashish@FreeBSD.org