aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-10-01 12:36:51 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-10-01 12:36:51 +0000
commit0ad8ecbc940f1c60e885a16f7fb7e9381a328dd0 (patch)
treed755245e4e541210eb75d67f77fe82a541223d3c /UPDATING
parent134600a83d58594d3a9c99c8b1423001115ee1a2 (diff)
downloadports-0ad8ecbc940f1c60e885a16f7fb7e9381a328dd0.tar.gz
ports-0ad8ecbc940f1c60e885a16f7fb7e9381a328dd0.zip
Add note about renamed files in mail/maildrop.
Suggested by: Andrew Clarke <mail@ozzmosis.com> (via ports@FreeBSD.org) Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=305114
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d2a57c708f83..5ad7db100145 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20120928:
+ AFFECTS: users of mail/maildrop
+ AUTHOR: madpilot@FreeBSD.org
+
+ With the update to 2.6.0 of mail/maildrop the following executable
+ files:
+
+ bin/deliverquota -> bin/maildrop-deliverquota
+ bin/maidirmake -> bin/maildrop-maildirmake
+
+ have been renamed to avoid colliding with files installed from
+ other ports. Man pages and html files in DOCSDIR relating to these
+ files have also been renamed accordingly.
+
20120925:
AFFECTS: users of www/linux-f10-flashplugin11
AUTHOR: eadler@FreeBSD.org