Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2019 16:02:24 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492372 - head/x11-fonts/spleen
Message-ID:  <201902071602.x17G2OmZ007649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Feb  7 16:02:24 2019
New Revision: 492372
URL: https://svnweb.freebsd.org/changeset/ports/492372

Log:
  x11-fonts/spleen: Update to 1.0.4
  
  The release tarball has pregenerated PCF fonts now.
  
  Changes:	https://github.com/fcambus/spleen/releases/tag/1.0.4

Modified:
  head/x11-fonts/spleen/Makefile
  head/x11-fonts/spleen/distinfo

Modified: head/x11-fonts/spleen/Makefile
==============================================================================
--- head/x11-fonts/spleen/Makefile	Thu Feb  7 16:01:30 2019	(r492371)
+++ head/x11-fonts/spleen/Makefile	Thu Feb  7 16:02:24 2019	(r492372)
@@ -1,13 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	spleen
-DISTVERSION=	1.0.3
-PORTREVISION=	1
+DISTVERSION=	1.0.4
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://github.com/fcambus/spleen/releases/download/${DISTVERSION}/
 PKGNAMESUFFIX=	-font
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Monospaced bitmap fonts for Xorg and vt(4)
@@ -35,13 +32,9 @@ X11_DESC=		Install Xorg bitmap fonts
 # doesn't have this problem.
 VT_BUILD_DEPENDS=	vtfontcvt-ng:x11-fonts/vtfontcvt-ng
 
-X11_BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf
 X11_USES=		fonts
 X11_USES_OFF=		fonts:none
 
-post-patch:
-	@${REINPLACE_CMD} -E 's/^FONT "(.*)"$$/FONT \1/g' ${WRKSRC}/*.bdf
-
 do-build:
 	@${DO_NADA}
 
@@ -51,9 +44,6 @@ do-build-VT-on:
 .endfor
 
 do-build-X11-on:
-.for sz in 5x8 8x16 12x24 16x32 32x64
-	bdftopcf -t -o ${WRKSRC}/spleen-${sz}.pcf ${WRKSRC}/spleen-${sz}.bdf
-.endfor
 	${GZIP_CMD} ${WRKSRC}/*.pcf
 
 do-install:

Modified: head/x11-fonts/spleen/distinfo
==============================================================================
--- head/x11-fonts/spleen/distinfo	Thu Feb  7 16:01:30 2019	(r492371)
+++ head/x11-fonts/spleen/distinfo	Thu Feb  7 16:02:24 2019	(r492372)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543783491
-SHA256 (spleen-1.0.3.tar.gz) = f63ef1dd84e27545b0a42389d0bd4e58393aab211a5d2ce936ebaa97be0672cb
-SIZE (spleen-1.0.3.tar.gz) = 45934
+TIMESTAMP = 1549554355
+SHA256 (spleen-1.0.4.tar.gz) = 6f6860ae947a6bd507259175dbaa57fad88a6e26e633a5d67f370ffb7c51c2f4
+SIZE (spleen-1.0.4.tar.gz) = 183604



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902071602.x17G2OmZ007649>