diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-01-08 04:33:08 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-01-08 04:33:08 +0000 |
commit | 0fda4454c610a4b29a890bd7a2c6a578a840da1a (patch) | |
tree | c589768e4a719cb65c52f4cbc87f6f57949d943f /UPDATING | |
parent | f82cbeb7df99dcba0a0fe69f201a0ecf6394bf88 (diff) | |
download | ports-0fda4454c610a4b29a890bd7a2c6a578a840da1a.tar.gz ports-0fda4454c610a4b29a890bd7a2c6a578a840da1a.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,6 +5,28 @@ 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. +20130108: + AFFECTS: users of sysutils/cfengine* + AUTHOR: gjb@FreeBSD.org + + sysutils/cfengine has been created as a master port for the set of + sysutils/cfengine* ports. Users interested in tracking the latest + stable branch of cfengine should update their port origins to use + the new port, for example: + + # portmaster -o sysutils/cfengine sysutils/cfengine33 + or + # portupgrade -fo sysutils/cfengine sysutils/cfengine33 + or + # pkg set -o sysutils/cfengine33:sysutils/cfengine + + Users that switch their port origin and later wish to remain on + a particular cfengine release can override the default version by + adding CFENGINE_VERSION to /etc/make.conf, where CFENGINE_VERSION + is a value from: + + # make -V VERSIONS + 20130103: AFFECTS: users of textproc/docproj* AUTHOR: doceng@FreeBSD.org |