diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-11 21:25:57 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-11 21:25:57 +0000 |
commit | 7a325e6491e40f5b8019920ab62c25f5718b8ea7 (patch) | |
tree | 220eef0d4bb423caccb8b2d17fbea9c1f7c607f2 /UPDATING | |
parent | 12cb0a983fbaeb551c25a53f8f87cd997b6253c7 (diff) |
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init
Notes
Notes:
svn path=/head/; revision=495395
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20190311: + AFFECTS: users of x11/xorg, x11-fonts/mkfontscale, x11-fonts/mkfontdir + AUTHOR: zeising@FreeBSD.org + + The x11-fonts/mkfontdir port has been removed and the functionality + has been merged into x11-fonts/mkfontscale. This might cause issues + with upgrading. If you get conflicts between mkfontscale and mkfontdir + please remove mkfontdir before upgrading. + + To do this, simply run the following: + pkg delete -f mkfontdir + +20190311: AFFECTS: users of www/igal2 AUTHOR: rodrigo@freebsd.org |