diff options
author | zeising <zeising@FreeBSD.org> | 2019-03-12 05:25:57 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-03-12 05:25:57 +0800 |
commit | 75f6a722ee0ec61640e7125506798e27e5abb2e0 (patch) | |
tree | 220eef0d4bb423caccb8b2d17fbea9c1f7c607f2 /print | |
parent | 543cfb6667ee54778a2c199077dc3cc171801e8c (diff) | |
download | freebsd-ports-gnome-75f6a722ee0ec61640e7125506798e27e5abb2e0.tar.gz freebsd-ports-gnome-75f6a722ee0ec61640e7125506798e27e5abb2e0.tar.zst freebsd-ports-gnome-75f6a722ee0ec61640e7125506798e27e5abb2e0.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 'print')
-rw-r--r-- | print/adobe-cmaps/Makefile | 2 | ||||
-rw-r--r-- | print/font-amsfonts/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index 2d7c2fdf80ff..9e7f48c3b3db 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -3,7 +3,7 @@ PORTNAME= adobe-cmaps PORTVERSION= 20051217 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= LOCAL/hrs/adobe DISTFILES= ac15.tar.gz ag15.tar.gz \ diff --git a/print/font-amsfonts/Makefile b/print/font-amsfonts/Makefile index aa91b66bc34b..97a14c2cad5c 100644 --- a/print/font-amsfonts/Makefile +++ b/print/font-amsfonts/Makefile @@ -3,7 +3,7 @@ PORTNAME= amsfonts PORTVERSION= 3.02 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= LOCAL/hrs PKGNAMEPREFIX= font- |