aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2012-04-18 20:04:00 +0800
committermadpilot <madpilot@FreeBSD.org>2012-04-18 20:04:00 +0800
commitc1d3552c95f5d50b71cdfa2bc33277bd4b797bed (patch)
tree9d579c1d10e1dc078cbf21a08b938bd53fb032d8 /UPDATING
parent54a6e65711b7bba3a5bbde1743cc69ee010f2127 (diff)
downloadfreebsd-ports-gnome-c1d3552c95f5d50b71cdfa2bc33277bd4b797bed.tar.gz
freebsd-ports-gnome-c1d3552c95f5d50b71cdfa2bc33277bd4b797bed.tar.zst
freebsd-ports-gnome-c1d3552c95f5d50b71cdfa2bc33277bd4b797bed.zip
- Fix build with clang.
- Modify port to not register configuration file in plist. - Add note in UPDATING to save the configuration file before this update. - Bump PORTVERSION. PR: ports/166638 Approved by: crees (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index adb4bcf83c28..a355c252b0a4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20120418:
+ AFFECTS: users of www/chpasswd
+ AUTHOR: madpilot@FreeBSD.org
+
+ Previous version of the chpasswd port put the configuration file
+ in the pkg-plist, causing it to be removed on deinstall.
+
+ Users are advised to make a backup copy of the configuration file
+ before upgrading. This has been fixed and will not happen anymore
+ in future updates.
+
20120415:
AFFECTS: users of irc/ircd-ratbox
AUTHOR: scheidell@FreeBSD.org