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

Collapse All | Expand All

(-)b/x11-fonts/raleway/Makefile (-8 / +13 lines)
Lines 2-29 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	raleway
4
PORTNAME=	raleway
5
DISTVERSION=	g20140205
5
DISTVERSION=	4.101
6
PORTREVISION=	1
6
PORTREVISION=	0
7
CATEGORIES=	x11-fonts
7
CATEGORIES=	x11-fonts
8
# The .otf files are no longer comitted to the repository,
9
# so we need to fetch a release tarball. This is not supported
10
# by the current implementation of USE_GITHUB, so we overwrite
11
# the master site here.
12
MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSION}/
13
DISTNAME=	Raleway-${DISTVERSION}
14
EXTRACT_SUFX=	.tar.xz
15
8
16
9
MAINTAINER=	flo@snakeoilproductions.net
17
MAINTAINER=	flo@snakeoilproductions.net
10
COMMENT=	Elegant sans-serif font, designed in a single thin weight
18
COMMENT=	Elegant sans-serif font, designed in a single thin weight
11
19
12
LICENSE=	OFL11
20
LICENSE=	OFL11
13
LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
21
LICENSE_FILE=	${WRKSRC}/OFL.md
14
22
15
USES=		fonts
23
USES=		fonts
16
USE_GITHUB=	yes
24
USE_GITHUB=	nodefault
17
GH_ACCOUNT=	theleagueof
25
GH_ACCOUNT=	theleagueof
18
GH_TAGNAME=	15dd22b
19
26
20
NO_ARCH=	yes
27
NO_ARCH=	yes
21
NO_BUILD=	yes
28
NO_BUILD=	yes
22
29
23
PLIST_FILES=	${FONTSDIR}/"Raleway Thin.otf"
24
25
do-install:
30
do-install:
26
	${MKDIR} ${STAGEDIR}${FONTSDIR}
31
	${MKDIR} ${STAGEDIR}${FONTSDIR}
27
	${INSTALL_DATA} ${WRKSRC}/"Raleway Thin.otf" ${STAGEDIR}${FONTSDIR}
32
	${INSTALL_DATA} ${WRKSRC}/static/OTF/*.otf ${STAGEDIR}${FONTSDIR}
28
33
29
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)b/x11-fonts/raleway/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535659856
1
TIMESTAMP = 1609706198
2
SHA256 (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 3be4c6bfeb74a3832bebbd20f641bc3325365ca85958b4577f4fa7fd7f5b479d
2
SHA256 (Raleway-4.101.tar.xz) = 523070d32418b4223e79f4629bf28b935723906d156d2e6af016e6a34fe6d3eb
3
SIZE (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 1204619
3
SIZE (Raleway-4.101.tar.xz) = 4558580
(-)b/x11-fonts/raleway/pkg-plist (+18 lines)
Added Link Here
1
%%FONTSDIR%%/Raleway-Italic.otf
2
%%FONTSDIR%%/Raleway-Light.otf
3
%%FONTSDIR%%/Raleway-SemiBoldItalic.otf
4
%%FONTSDIR%%/Raleway-Bold.otf
5
%%FONTSDIR%%/Raleway-BlackItalic.otf
6
%%FONTSDIR%%/Raleway-Medium.otf
7
%%FONTSDIR%%/Raleway-Thin.otf
8
%%FONTSDIR%%/Raleway-SemiBold.otf
9
%%FONTSDIR%%/Raleway-ThinItalic.otf
10
%%FONTSDIR%%/Raleway-MediumItalic.otf
11
%%FONTSDIR%%/Raleway-LightItalic.otf
12
%%FONTSDIR%%/Raleway-ExtraBold.otf
13
%%FONTSDIR%%/Raleway-Regular.otf
14
%%FONTSDIR%%/Raleway-ExtraLightItalic.otf
15
%%FONTSDIR%%/Raleway-ExtraLight.otf
16
%%FONTSDIR%%/Raleway-BoldItalic.otf
17
%%FONTSDIR%%/Raleway-Black.otf
18
%%FONTSDIR%%/Raleway-ExtraBoldItalic.otf

Return to bug 252392