aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-08-16 23:47:33 +0800
committergjb <gjb@FreeBSD.org>2012-08-16 23:47:33 +0800
commitd835187efd7aae8ef8e983e4a3dbbf126fb5f073 (patch)
treece256cc66dc8e95c60925410413835e58a4e3791 /UPDATING
parent78afd61f2331a34de20d680e3a23aef5d4b9c555 (diff)
downloadfreebsd-ports-graphics-d835187efd7aae8ef8e983e4a3dbbf126fb5f073.tar.gz
freebsd-ports-graphics-d835187efd7aae8ef8e983e4a3dbbf126fb5f073.tar.zst
freebsd-ports-graphics-d835187efd7aae8ef8e983e4a3dbbf126fb5f073.zip
Document the recent renaming of the sysutils/cfengine* ports.
Discussed with: cy Approved by: eadler (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5017912ba7b..b38ba65bcd2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20120816:
+ AFFECTS: users of sysutils/cfengine*
+ AUTHOR: gjb@FreeBSD.org
+
+ The sysutils/cfengine* ports have been renamed as follows:
+
+ o sysutils/cfengine -> sysutils/cfengine22
+ o sysutils/cfengine3-legacy -> sysutils/cfengine32
+ o sysutils/cfengine3 -> sysutils/cfengine33
+
+ Users are reminded to update the port origins, for example:
+
+ # portmaster -o sysutils/cfengine22 sysutils/cfengine
+ or
+ # portupgrade -fo sysutils/cfengine22 sysutils/cfengine
+ or
+ # pkg set -o sysutils/cfengine:sysutils/cfengine22
+
20120815:
AFFECTS: users of lang/erlang
AUTHOR: olgeni@FreeBSD.org