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

Collapse All | Expand All

(-)Makefile (-10 / +10 lines)
Lines 1-27 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	bitter
3
PORTNAME=	Bitter
4
PORTVERSION=	20130930
4
DISTVERSIONPREFIX=	v.
5
PORTREVISION=	2
5
DISTVERSION=	2.110
6
PORTEPOCH=	1
6
CATEGORIES=	x11-fonts
7
CATEGORIES=	x11-fonts
7
MASTER_SITES=	http://www.huertatipografica.com/free_download/eo0pZGbJPxy2YyRkWQXx?dummy=
8
8
9
MAINTAINER=	rakuco@FreeBSD.org
9
MAINTAINER=	rakuco@FreeBSD.org
10
COMMENT=	Contemporary serif typeface for text designed for comfortably reading
10
COMMENT=	Contemporary serif typeface for text designed for comfortably reading
11
11
12
BROKEN=		unfetchable
13
14
LICENSE=	OFL11
12
LICENSE=	OFL11
15
13
14
USES=		fonts
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	solmatas
17
16
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
18
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
17
19
NO_ARCH=	yes
18
USES=		fonts zip
19
NO_BUILD=	yes
20
NO_BUILD=	yes
20
NO_WRKSUBDIR=	yes
21
21
22
do-install:
22
do-install:
23
	${MKDIR} ${STAGEDIR}${FONTSDIR}
23
	${MKDIR} ${STAGEDIR}${FONTSDIR}
24
	cd ${WRKSRC} && \
24
	cd ${WRKSRC}/fonts/otf && \
25
		${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
25
		${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3
1
TIMESTAMP = 1573478333
2
SIZE (bitter-20130930.zip) = 347587
2
SHA256 (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2ce43df0b6c4888f7d2a29cd187771b0f12eca407524d3346a4561d888fd8c93
3
SIZE (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2068109

Return to bug 241858