diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-12 05:25:57 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-12 05:25:57 +0800 |
commit | 7a325e6491e40f5b8019920ab62c25f5718b8ea7 (patch) | |
tree | 220eef0d4bb423caccb8b2d17fbea9c1f7c607f2 /x11-fonts/tv-fonts | |
parent | 12cb0a983fbaeb551c25a53f8f87cd997b6253c7 (diff) | |
download | freebsd-ports-gnome-7a325e6491e40f5b8019920ab62c25f5718b8ea7.tar.gz freebsd-ports-gnome-7a325e6491e40f5b8019920ab62c25f5718b8ea7.tar.zst freebsd-ports-gnome-7a325e6491e40f5b8019920ab62c25f5718b8ea7.zip |
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
Diffstat (limited to 'x11-fonts/tv-fonts')
-rw-r--r-- | x11-fonts/tv-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile index 1b278bbeec8d..ce305f78ab93 100644 --- a/x11-fonts/tv-fonts/Makefile +++ b/x11-fonts/tv-fonts/Makefile @@ -3,7 +3,7 @@ PORTNAME= tv-fonts PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/ @@ -11,7 +11,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Number of fonts which are useful for TV applications BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ - mkfontdir:x11-fonts/mkfontdir + mkfontscale>=0:x11-fonts/mkfontscale USES= gmake fonts tar:bzip2 MAKE_JOBS_UNSAFE= yes |