View | Details | Raw Unified | Return to bug 223645 | Differences between
and this patch

Collapse All | Expand All

(-)terminus-font.new/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/x11-fonts/terminus-font/Makefile 412351 2016-04-01 14:33:55Z mat $
2
# $FreeBSD: head/x11-fonts/terminus-font/Makefile 412351 2016-04-01 14:33:55Z mat $
3
3
4
PORTNAME=	terminus-font
4
PORTNAME=	terminus-font
5
PORTVERSION=	4.40
5
PORTVERSION=	4.46
6
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
7
MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION}
8
8
Lines 11-17 Link Here
11
11
12
BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf
12
BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf
13
13
14
USES=		gmake fonts perl5
14
USES=		gmake fonts python:3,build
15
USE_PERL5=	build
15
USE_PERL5=	build
16
16
17
OPTIONS_DEFINE=	AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1
17
OPTIONS_DEFINE=	AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1
Lines 29-35 Link Here
29
29
30
.include <bsd.port.options.mk>
30
.include <bsd.port.options.mk>
31
31
32
ALL_TARGET=	pcf
32
ALL_TARGET=	pcf pcf-8bit
33
33
34
post-extract:
34
post-extract:
35
.if ${PORT_OPTIONS:MAO2}
35
.if ${PORT_OPTIONS:MAO2}
(-)terminus-font.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (terminus-font-4.40.tar.gz) = 64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711
1
SHA256 (terminus-font-4.46.tar.gz) = 4e29433e5699b76df1f5c9a96f1228cccf8ea8a16791cfef063f2b8506c75bcd
2
SIZE (terminus-font-4.40.tar.gz) = 558440
2
SIZE (terminus-font-4.46.tar.gz) = 590210

Return to bug 223645