diff options
author | novel <novel@FreeBSD.org> | 2016-11-13 14:43:42 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-11-13 14:43:42 +0800 |
commit | b155e13d46f522d15744728738ed57a324c8ca58 (patch) | |
tree | 424add09841bb674cc92f9bc76d96199187b29df /UPDATING | |
parent | 1baa267a5e0258ef2ce885241ccbed84c7ebe505 (diff) | |
download | freebsd-ports-gnome-b155e13d46f522d15744728738ed57a324c8ca58.tar.gz freebsd-ports-gnome-b155e13d46f522d15744728738ed57a324c8ca58.tar.zst freebsd-ports-gnome-b155e13d46f522d15744728738ed57a324c8ca58.zip |
devel/libosinfo: update to 1.0.0 and handle split
libosinfo as of 1.0.0 consists of 3 packages:
- sysutils/osinfo-db-tools: contains the CLI tools
- misc/osinfo-db: contains database with OS data
- devel/libosinfo: the library
This commit does the following:
- devel:libosinfo: update to 1.0.0
- sysutils/osinfo-db-tools: add new port version 1.0.0
- misc/osinfo-db: add new port version 20160728
- UPDATING: document this split and add a note about
updating handling because of moved files across the packages
that could result in a conflict
Differential Revision: D8455
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |