aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-03-12 10:18:19 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-03-12 10:18:19 +0000
commit3e941c6b18c1b0724e4881cd0f848b7bc553d8dd (patch)
treeaac3a78a5562951833b100b30af1fae37c6cdb50 /x11-fonts
parent39f3fd901fae73a2a4835dc4a6e084ac3bc6a7d8 (diff)
downloadports-3e941c6b18c1b0724e4881cd0f848b7bc553d8dd.tar.gz
ports-3e941c6b18c1b0724e4881cd0f848b7bc553d8dd.zip
x11-fonts/spleen: Update to 1.9.0
Drop vtfontcvt-ng dependency. vtfontcvt(8) in all supported releases should be good enough to handle the 32x64 font nowadays. Changes: https://github.com/fcambus/spleen/blob/1.9.0/ChangeLog
Notes
Notes: svn path=/head/; revision=568161
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/spleen/Makefile11
-rw-r--r--x11-fonts/spleen/distinfo6
2 files changed, 6 insertions, 11 deletions
diff --git a/x11-fonts/spleen/Makefile b/x11-fonts/spleen/Makefile
index fb77e7fcc8f3..0e69280586d4 100644
--- a/x11-fonts/spleen/Makefile
+++ b/x11-fonts/spleen/Makefile
@@ -1,12 +1,12 @@
# $FreeBSD$
PORTNAME= spleen
-DISTVERSION= 1.8.2
+DISTVERSION= 1.9.0
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/fcambus/spleen/releases/download/${DISTVERSION}/
PKGNAMESUFFIX= -font
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tobik@FreeBSD.org
COMMENT= Monospaced bitmap fonts for Xorg and vt(4)
LICENSE= BSD2CLAUSE
@@ -27,11 +27,6 @@ TYPE_DESC= Font type
VT_DESC= Install vt(4) fonts
X11_DESC= Install Xorg bitmap fonts
-# vtfontcvt is broken with large fonts, so use Dmitry Wagin's
-# improved version from https://bugs.freebsd.org/205707 that
-# doesn't have this problem.
-VT_BUILD_DEPENDS= vtfontcvt-ng:x11-fonts/vtfontcvt-ng
-
X11_USES= fonts
X11_USES_OFF= fonts:none
@@ -40,7 +35,7 @@ do-build:
do-build-VT-on:
.for sz in 5x8 6x12 8x16 12x24 16x32 32x64
- vtfontcvt-ng ${WRKSRC}/spleen-${sz}.bdf ${WRKSRC}/spleen-${sz}.fnt
+ vtfontcvt ${WRKSRC}/spleen-${sz}.bdf ${WRKSRC}/spleen-${sz}.fnt
.endfor
do-build-X11-on:
diff --git a/x11-fonts/spleen/distinfo b/x11-fonts/spleen/distinfo
index aa699b05684f..b996966688d0 100644
--- a/x11-fonts/spleen/distinfo
+++ b/x11-fonts/spleen/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596203100
-SHA256 (spleen-1.8.2.tar.gz) = 16262d8e403486252c9541b9b1b5c2847c4e7329d214ca2e7f9889f83b196fdf
-SIZE (spleen-1.8.2.tar.gz) = 329023
+TIMESTAMP = 1615543412
+SHA256 (spleen-1.9.0.tar.gz) = 18d2b207ba5e9fb9bdabc59f02c6ea856aa9d98a9c7b784324565b0603aeaa54
+SIZE (spleen-1.9.0.tar.gz) = 337417