View | Details | Raw Unified | Return to bug 242019
Collapse All | Expand All

(-)x11-fonts/fantasque-sans-mono/Makefile (-5 / +8 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fantasque-sans-mono
3
PORTNAME=	fantasque-sans-mono
4
PORTVERSION=	1.7.2
4
PORTVERSION=	1.8.0
5
PORTREVISION=	2
6
CATEGORIES=	x11-fonts
5
CATEGORIES=	x11-fonts
7
MASTER_SITES=	https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/
6
MASTER_SITES=	https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/
7
DIST_SUBDIR=	${DISTNAME}
8
8
9
MAINTAINER=	rakuco@FreeBSD.org
9
MAINTAINER=	rakuco@FreeBSD.org
10
COMMENT=	Programming font, designed with functionality in mind
10
COMMENT=	Programming font, designed with functionality in mind
Lines 18-26 Link Here
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
21
# For `make makesum' to include all distfiles, it should be run with
22
# WITH="$(make -V OPTIONS_SINGLE_VARIANT)".
23
24
OPTIONS_SINGLE=	VARIANT
21
OPTIONS_SINGLE=	VARIANT
25
OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK
22
OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK
26
23
Lines 36-41 Link Here
36
LLINE_DISTFILES=	FantasqueSansMono-LargeLineHeight.tar.gz
33
LLINE_DISTFILES=	FantasqueSansMono-LargeLineHeight.tar.gz
37
LLINENOLOOPK_DISTFILES=	FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz
34
LLINENOLOOPK_DISTFILES=	FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz
38
35
36
.include <bsd.port.options.mk>
37
38
.if make(makesum)
39
DISTFILES:=	${OPTIONS_SINGLE_VARIANT:@.opt.@${${.opt.}_DISTFILES}@}
40
.endif
41
39
do-install:
42
do-install:
40
	${MKDIR} ${STAGEDIR}${FONTSDIR}
43
	${MKDIR} ${STAGEDIR}${FONTSDIR}
41
	cd ${WRKSRC}/OTF && \
44
	cd ${WRKSRC}/OTF && \
(-)x11-fonts/fantasque-sans-mono/distinfo (-9 / +9 lines)
Lines 1-9 Link Here
1
TIMESTAMP = 1526163725
1
TIMESTAMP = 1573966470
2
SHA256 (FantasqueSansMono-Normal.tar.gz) = 8d96295a75a71d6ddb3a905ff8db993bd6990602d3b38dd4428827af8f6ef2f7
2
SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-Normal.tar.gz) = 645709a54ea6fba24c926135a213d342ddb18f0f8b49f4e604b2210b73e9068a
3
SIZE (FantasqueSansMono-Normal.tar.gz) = 1843873
3
SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-Normal.tar.gz) = 1733798
4
SHA256 (FantasqueSansMono-NoLoopK.tar.gz) = 51ac5eeb6108fc538bb43f99ff3891fc045932f85228d13090830a6f481eeb10
4
SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-NoLoopK.tar.gz) = d78359c79a951a484b5b20d6d20dc237694698d65cb5e357abccfbc678e4fed8
5
SIZE (FantasqueSansMono-NoLoopK.tar.gz) = 1844981
5
SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-NoLoopK.tar.gz) = 1733514
6
SHA256 (FantasqueSansMono-LargeLineHeight.tar.gz) = 6cb833cb2a8442a007c89dfe1b136052d13d4962d788e226f832618d0c10cdd9
6
SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight.tar.gz) = 5aa995f3e5b23a39c14039fceb8436330a1c1636667ab73197b9e0ca697ade34
7
SIZE (FantasqueSansMono-LargeLineHeight.tar.gz) = 1845258
7
SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight.tar.gz) = 1733971
8
SHA256 (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = c5372f405a7f95a9a98349f218af17dc76802d2ff515fc00c9303b796f89af73
8
SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 0604700e264c57d1d734a387012ddf153a0c53b6660bd7b66374ca86090e9099
9
SIZE (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 1845073
9
SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 1733510

Return to bug 242019