diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-16 14:33:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-10-16 14:33:07 +0000 |
commit | 72fbbc086d405deb7a2217ca5a58935fb6c81c12 (patch) | |
tree | 9a6e1110e3de82780a084d7a87b5b1da5b09bb58 /UPDATING | |
parent | 10f62b1960a89c5cbaa3482abad94bc1516f2b4b (diff) | |
download | ports-72fbbc086d405deb7a2217ca5a58935fb6c81c12.tar.gz ports-72fbbc086d405deb7a2217ca5a58935fb6c81c12.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of ports-mgmt/portmaster AUTHOR: bdrewery@FreeBSD.org - Portmaster now support pkgng. To use pkgng, enable the patch in the port, + Portmaster now supports 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. @@ -22,7 +22,7 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of ports-mgmt/portupgrade AUTHOR: bdrewery@FreeBSD.org - Portupgrade now support pkgng. To use pkgng, enable it in your make.conf, + Portupgrade now supports pkgng. To use pkgng, enable it in your make.conf, and convert your databases. # echo 'WITH_PKGNG=yes' >> /etc/make.conf |