diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:45:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:45:19 +0000 |
commit | c924394e7bf4e87ffb44d02054f7c0a9723dc9ab (patch) | |
tree | 613726703c4327bff2ddfcb55ef1b9f90d377c79 /UPDATING | |
parent | e28af42f42ba485c29a63d7b8076069b118600d1 (diff) | |
download | ports-c924394e7bf4e87ffb44d02054f7c0a9723dc9ab.tar.gz ports-c924394e7bf4e87ffb44d02054f7c0a9723dc9ab.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ 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. +20140219: + AFFECTS: users of textproc/docbook* + AUTHOR: mat@FreeBSD.org + + The textproc/docbook-* ports have been consolidated into two ports + textproc/docbook-sgml and textproc/docbook-xml. + + Before upgrading you should force the removal of the existing ports, they + will conflict with the new ones. + + pkg users can run: + + pkg delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4* + + the other users can run: + + pkg_delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4* + 20140218: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org |