Periodic daily gives a "checksum mismatch" with some installed fonts: Checking for packages with mismatched checksums: freefonts-0.10_8: /usr/local/share/fonts/freefonts/fonts.dir freefonts-0.10_8: /usr/local/share/fonts/freefonts/fonts.scale sharefonts-0.10_6: /usr/local/share/fonts/sharefonts/fonts.dir urwfonts-ttf-1.0.7b18_6: /usr/local/share/fonts/urwfonts-ttf/fonts.dir urwfonts-ttf-1.0.7b18_6: /usr/local/share/fonts/urwfonts-ttf/fonts.scale Fonts work fine though, just getting these errors.
A commit references this bug: Author: tobik Date: Mon Oct 1 19:53:39 UTC 2018 New revision: 481060 URL: https://svnweb.freebsd.org/changeset/ports/481060 Log: x11-fonts/freefont: Do not package fonts.{dir,scale} They are generated by USES=font post-install. Packaging them just leads to checksum errors: Checking for packages with mismatched checksums: freefonts-0.10_8: /usr/local/share/fonts/freefonts/fonts.dir freefonts-0.10_8: /usr/local/share/fonts/freefonts/fonts.scale PR: 224407 Reported by: Marco Beishuizen <mbeis@xs4all.nl> Changes: head/x11-fonts/freefonts/Makefile head/x11-fonts/freefonts/pkg-plist
A commit references this bug: Author: tobik Date: Mon Oct 1 19:57:10 UTC 2018 New revision: 481061 URL: https://svnweb.freebsd.org/changeset/ports/481061 Log: x11-fonts/sharefonts: Do not package fonts.dir It is generated by USES=font post-install. Packaging it just leads to checksum errors: Checking for packages with mismatched checksums: sharefonts-0.10_6: /usr/local/share/fonts/sharefonts/fonts.dir PR: 224407 Reported by: Marco Beishuizen <mbeis@xs4all.nl> Changes: head/x11-fonts/sharefonts/Makefile head/x11-fonts/sharefonts/pkg-plist
A commit references this bug: Author: tobik Date: Mon Oct 1 20:02:03 UTC 2018 New revision: 481063 URL: https://svnweb.freebsd.org/changeset/ports/481063 Log: x11-fonts/urwfonts-ttf: Do not package fonts.{dir,scale} They are generated by USES=font post-install. Packaging them just leads to checksum errors: Checking for packages with mismatched checksums: urwfonts-ttf-1.0.7b18_6: /usr/local/share/fonts/urwfonts-ttf/fonts.dir urwfonts-ttf-1.0.7b18_6: /usr/local/share/fonts/urwfonts-ttf/fonts.scale PR: 224407 Reported by: Marco Beishuizen <mbeis@xs4all.nl> Changes: head/x11-fonts/urwfonts-ttf/Makefile head/x11-fonts/urwfonts-ttf/pkg-plist
(In reply to Marco Beishuizen from comment #0) Thank you. This should be fixed now. Sorry that this took so long...
No problem! Thanks for the fix.