aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2015-05-10 23:27:25 +0800
committerohauer <ohauer@FreeBSD.org>2015-05-10 23:27:25 +0800
commit09e95ff3d0531a3e4332d78ce9f588aad6aab41a (patch)
tree9170696ae41cef8c88649f00360a5963ee4b9656 /UPDATING
parentb87c6d50ec571c00acd8b51d0884463c844d3dff (diff)
downloadfreebsd-ports-gnome-09e95ff3d0531a3e4332d78ce9f588aad6aab41a.tar.gz
freebsd-ports-gnome-09e95ff3d0531a3e4332d78ce9f588aad6aab41a.tar.zst
freebsd-ports-gnome-09e95ff3d0531a3e4332d78ce9f588aad6aab41a.zip
- document postfix OPTIONS change (r385964, r385965)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7dabb0fb96c2..e759e063bc4a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20150510:
+ AFFECTS: users of mail/postfix mail/postfix-current
+ AUTHOR: ohauer@FreeBSD.org
+
+ The following OPTIONS where renamed to match the default used in most all other ports
+ - SASL2 -> SASL
+ - OPENLDAP -> LDAP
+
+ If any of the old OPTIONS was enabled before, please re-run "make config".
+
20150508:
AFFECTS: users of www/iojs
AUTHOR: linpct@gmail.com