aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-11-13 06:43:42 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-11-13 06:43:42 +0000
commita36ceac4a5b4d8b924914dcf5f0eccc9a9594e27 (patch)
tree424add09841bb674cc92f9bc76d96199187b29df /UPDATING
parent67fa5297ad689dea5f5549f413421a1c1b1c8450 (diff)
downloadports-a36ceac4a5b4d8b924914dcf5f0eccc9a9594e27.tar.gz
ports-a36ceac4a5b4d8b924914dcf5f0eccc9a9594e27.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3c1318b89335..b87d7c0dd39a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20161113:
+ AFFECTS: users of devel/libosinfo
+ AUTHOR: novel@FreeBSD.org
+
+ The libosinfo port was separated into three different ports
+ to follow the upstream split:
+
+ - sysutils/osinfo-db-tools: contains the CLI tools
+ - misc/osinfo-db: contains database with OS data
+ - devel/libosinfo: the library
+
+ As osinfo-db-tools now ships binaries that previously were
+ part of libosinfo, it's required to delete the old libosinfo
+ package to prevent conflict because of same files installation:
+
+ # pkg delete libosinfo
+
+ And then install the new version.
+
20161112:
AFFECTS: users of security/heimdal
AUTHOR: hrs@FreeBSD.org