diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-10 16:40:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-10 16:40:21 +0800 |
commit | 6ed33702d3d789b4c44df48858a836c038a1c356 (patch) | |
tree | 7d28e5321f8daba5c89b8ea946b79d05c1dd65c1 /CHANGES | |
parent | 1cf51cb0e27bf92a3c8b85fa8ff62e902e0d7fae (diff) | |
download | freebsd-ports-graphics-6ed33702d3d789b4c44df48858a836c038a1c356.tar.gz freebsd-ports-graphics-6ed33702d3d789b4c44df48858a836c038a1c356.tar.zst freebsd-ports-graphics-6ed33702d3d789b4c44df48858a836c038a1c356.zip |
Switching current to use pkgng by default
Adding WITHOUT_PKGNG for people not willing to migrate to pkgng now
Hat: portmgr
Non-regression: beat
Exp-runs: beat
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20121010: +AUTHOR: bapt@FreeBSD.org + + * The ports tree is now using pkgng as the default package manager + for HEAD. This only affects users of CURRENT -- users of other + branches need not take any action. + + To keep pkg_install as the default package manager, use the new + WITHOUT_PKGNG knob in make.conf + 20120830: AUTHOR: beat@FreeBSD.org |