diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-15 16:14:35 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-15 16:14:35 +0000 |
commit | 395142568bc26381b84da63864c818f33f4669bc (patch) | |
tree | 757baee885b778a3bae9419bce25da5a7346e7b0 /UPDATING | |
parent | 536be3b8ce9fa80f33003de73db58bd9cb2a8622 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=305920
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |