diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-03-04 10:28:37 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-03-04 10:28:37 +0100 |
commit | 35dc178954c3c2f2f963cfdf22bfb4431e954465 (patch) | |
tree | 831197b68a35ad4811a6a09b8bd07d3e9fd24426 | |
parent | b2bce08377a5e5ead03f60e3a764968814171667 (diff) | |
download | freebsd-ports-35dc178954c3c2f2f963cfdf22bfb4431e954465.zip |
UPDATING: add a note about accessiblity/atk and accessibility/at-spi2-atk
PR: 269704
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ 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. +20230304: + AFFECTS: users of accessibility/atk and accessibilty/at-spi2-atk + AUTHOR: tcberner@FreeBSD.org + + The packages accessibility/atk and accessibility/at-spi2-atk have been + integegrated upstream into at-spi2-core. + + Users of these packages can manually remove them prior to updating + accessibility/at-spi2-core using + + pkg delete -f atk at-spi2-atk + + if the pkg update process fails due to conflicting files. + 20230227: AFFECTS: users of databases/sqlite3 AUTHOR: fuz@FreeBSD.org |