aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f6f83b1cd428..10a1de543913 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20121015:
+ AFFECTS: users of ports-mgmt/portupgrade
+ AUTHOR: bdrewery@FreeBSD.org
+
+ Portupgrade now support pkgng. To use pkgng, enable it in your make.conf,
+ and convert your databases.
+
+ # echo 'WITH_PKGNG=yes' >> /etc/make.conf
+ # pkg2ng
+ # pkgdb -fu
+
20121010:
AFFECTS: users of mail/enigmail*
AUTHOR: gecko@FreeBSD.org