aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-08-16 15:47:33 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-08-16 15:47:33 +0000
commite98152aaf2cf8724bb29af4f5878ff3361a0eac4 (patch)
treece256cc66dc8e95c60925410413835e58a4e3791 /UPDATING
parentfc25c1f324c551e305797d7a63d3fe17b3108ff4 (diff)
downloadports-e98152aaf2cf8724bb29af4f5878ff3361a0eac4.tar.gz
ports-e98152aaf2cf8724bb29af4f5878ff3361a0eac4.zip
Document the recent renaming of the sysutils/cfengine* ports.
Discussed with: cy Approved by: eadler (mentor)
Notes
Notes: svn path=/head/; revision=302646
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5017912ba7ba..b38ba65bcd2b 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