aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-01-08 04:33:08 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-01-08 04:33:08 +0000
commit0fda4454c610a4b29a890bd7a2c6a578a840da1a (patch)
treec589768e4a719cb65c52f4cbc87f6f57949d943f /UPDATING
parentf82cbeb7df99dcba0a0fe69f201a0ecf6394bf88 (diff)
downloadports-0fda4454c610a4b29a890bd7a2c6a578a840da1a.tar.gz
ports-0fda4454c610a4b29a890bd7a2c6a578a840da1a.zip
Implement the concept of a "master" port for the set of
sysutils/cfengine* ports. The idea here is two-fold: 1.) Users should not need to ever change port origins for a default software version bump; 2.) Users should expect to exist an unversioned port directory to reflect the latest major version (and they should be correct in this expectation). With this change, users can install the sysutils/cfengine port, and by default track the latest major version of the software. Subsequent version releases, for example the 3.5 branch, will not require any interaction from user side. Additionally, users can stay on a certain branch release by adding, in this case, CFENGINE_VERSION version to make.conf or specifying the branch during build time with: # make CFENGINE_VERSION=NN The list of available CFENGINE_VERSION values are listed with: # make -V VERSIONS Discussed with: cy
Notes
Notes: svn path=/head/; revision=310063
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d945dca276df..f4a8b0d8b49d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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