aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-02-20 10:57:04 +0800
committerjbeich <jbeich@FreeBSD.org>2017-02-20 10:57:04 +0800
commit37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61 (patch)
treea7fed64054defb433132b1227a0e77028e02fb2f /UPDATING
parent3dcb47fa66f80920ebd69fe143bd3c3db57d31f0 (diff)
downloadfreebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.gz
freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.zst
freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.zip
devel/libevent2: drop historical suffix after r362796
PR: 216777 Approved by: mm (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e86b26f9dd15..13a3e3475f8a 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.
+20170220:
+ AFFECTS: devel/libevent2
+ AUTHOR: jbeich@FreeBSD.org
+
+ libevent2 has been renamed back to libevent as the default version.
+ If you manage out of tree ports make sure to run the following:
+
+ # pkg set -n libevent2:libevent
+ # pkg set -o devel/libevent2:devel/libevent
+
20170218:
AFFECTS: users of Qt 4 and Qt 5
AUTHOR: kde@FreeBSD.org