aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2012-10-16 00:14:35 +0800
committerbdrewery <bdrewery@FreeBSD.org>2012-10-16 00:14:35 +0800
commit568c058b2436b30e1a1c287837593cef059479da (patch)
tree757baee885b778a3bae9419bce25da5a7346e7b0 /UPDATING
parent5d78c3dbb5074f0cb01eb4fada115b3cdf0364ae (diff)
downloadfreebsd-ports-gnome-568c058b2436b30e1a1c287837593cef059479da.tar.gz
freebsd-ports-gnome-568c058b2436b30e1a1c287837593cef059479da.tar.zst
freebsd-ports-gnome-568c058b2436b30e1a1c287837593cef059479da.zip
- Add ports-mgmt/pkg as a RUN_DEPENDS if enabling pkgng support
- Add UPDATING entry and pkg-message to assist in converting Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 10a1de543913..f1c6a634f161 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ 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/portmaster
+ AUTHOR: bdrewery@FreeBSD.org
+
+ Portmaster now support pkgng. To use pkgng, enable the patch in the port,
+ enable pkgng in your make.conf, and convert your existing /var/db/pkg
+ database. Also see UPDATING entry 20121010 if you are on a recent CURRENT
+ and do not want to use pkg.
+
+ # make -C /usr/ports/ports-mgmt/portmaster config build deinstall install clean
+ # echo 'WITH_PKGNG=yes' >> /etc/make.conf
+ # pkg2ng
+
+20121015:
AFFECTS: users of ports-mgmt/portupgrade
AUTHOR: bdrewery@FreeBSD.org