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 /emulators | |
parent | devel/git-cinnabar: update to 0.5.0.63 (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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcemu/Makefile | 5 | ||||
-rw-r--r-- | emulators/stonx/Makefile | 3 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 00512d0143f0..29fa6cdf9435 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcemu PORTVERSION= 1.01b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= LOCAL/joerg DISTNAME= pcemu1.01alpha @@ -12,8 +12,7 @@ MAINTAINER= joerg@FreeBSD.org COMMENT= 8086 PC emulator, by David Hedley BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf -RUN_DEPENDS= mkfontdir:x11-fonts/mkfontdir \ - mkfontscale:x11-fonts/mkfontscale +RUN_DEPENDS= mkfontscale:x11-fonts/mkfontscale USE_XORG= x11 xext USES= dos2unix diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 02b155ade1a6..5509d64761bb 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -3,7 +3,7 @@ PORTNAME= stonx PORTVERSION= 0.6.7e.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/stonx/stonx/0.6.7.6 DISTNAME= STonX-0.6.7.6 @@ -15,7 +15,6 @@ LICENSE= GPLv2+ BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ gccmakedep:devel/gccmakedep \ - mkfontdir:x11-fonts/mkfontdir \ mkfontscale:x11-fonts/mkfontscale \ ${LOCALBASE}/share/fonts/misc/10x20-ISO8859-1.pcf.gz:x11-fonts/font-misc-misc diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a1c4ce835bf8..a35a2f12ca6b 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,6 +3,7 @@ PORTNAME= vice PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/vice-emu/releases @@ -12,7 +13,6 @@ COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II LICENSE= GPLv2 BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ - mkfontdir:x11-fonts/mkfontdir \ mkfontscale:x11-fonts/mkfontscale \ xa65:devel/xa65 LIB_DEPENDS= libpng.so:graphics/png \ |