diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-04-03 20:02:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-04-03 20:02:24 +0000 |
commit | 442473fe3e43990566b5dd84e23b5da409c55906 (patch) | |
tree | fe894f3b6be016e7a48dce7c1d406599552253d8 /UPDATING | |
parent | a194aae411395f76da768de83300156a7d5ee0f1 (diff) | |
download | ports-442473fe3e43990566b5dd84e23b5da409c55906.tar.gz ports-442473fe3e43990566b5dd84e23b5da409c55906.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ 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. +20200403: + AFFECTS: users of x11-fonts/fontconfig + AUTHOR: desktop@FreeBSD.org + + Fontconfig 2.13.1 generated .uuid files in the fonts directory which where + not properly registered to the packages. To clean them up, please execute the + following command: + + find %%LOCALBASE%%/share/fonts -type f -name .uuid -delete + 20200326: AFFECTS: users of devel/sonarqube and devel/sonar-ant-task AUTHOR: netchild@FreeBSD.org |