diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2020-05-15 18:07:15 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2020-05-15 18:07:15 +0000 |
commit | 1373a7ea7f016dd86b3c5fd69c96ab2bfddb9a72 (patch) | |
tree | 2983b0d4e5b40606d1568ddfd7cc90801ea085cf /UPDATING | |
parent | 534e6ad1fe7e15a7b4ac625d77d249bad16092b6 (diff) |
Update arcanist(-lib) and phabricator to the latest stable versions.
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.
Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated.
Notes
Notes:
svn path=/head/; revision=535310
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20200515: + AFFECTS: users of devel/libphutil, devel/arcanist-lib, devel/phabricator + AUTHOR: grembo@FreeBSD.org + + Upstream fully deprecated devel/libphutil and merged its functionality + into devel/arcanist-lib and devel/phabricator. As a result, the + devel/libphutil port will be removed from the ports tree. + + After upgrading devel/(arcanist-lib|phabricator) to version 20200514, it is + recommended to remove the orphaned libphutil package by running: + + # pkg delete php\*-libphutil + + Alternatively, 'pkg autoremove' will also work as expected, but might + remove orphaned packages unrelated to this update. + 20200505: AFFECTS: users of net-im/pidgin-rocketchat AUTHOR: tobias.rehbein@web.de |