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

(-)b/print/harfbuzz/Makefile (-2 / +3 lines)
Lines 5-10 PORTNAME= harfbuzz Link Here
5
DISTVERSION=	2.7.2
5
DISTVERSION=	2.7.2
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/
8
9
9
MAINTAINER=	desktop@FreeBSD.org
10
MAINTAINER=	desktop@FreeBSD.org
10
COMMENT?=	OpenType text shaping engine
11
COMMENT?=	OpenType text shaping engine
Lines 16-26 LIB_DEPENDS= libfreetype.so:print/freetype2 \ Link Here
16
		libgraphite2.so:graphics/graphite2
17
		libgraphite2.so:graphics/graphite2
17
18
18
USES=		compiler:c++11-lib gnome meson \
19
USES=		compiler:c++11-lib gnome meson \
19
		pkgconfig python:build shebangfix
20
		pkgconfig python:build shebangfix tar:xz
20
USE_GITHUB=	yes
21
USE_GNOME=	glib20 introspection:build
21
USE_GNOME=	glib20 introspection:build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
SHEBANG_GLOB=	*.py
23
SHEBANG_GLOB=	*.py
24
24
MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \
25
MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \
25
		-Dfreetype=enabled -Dbenchmark=disabled
26
		-Dfreetype=enabled -Dbenchmark=disabled
26
27
(-)b/print/harfbuzz/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1598654382
1
TIMESTAMP = 1600671280
2
SHA256 (harfbuzz-harfbuzz-2.7.2_GH0.tar.gz) = 8ec112ee108642477478b75fc7906422abed404d7530e47ba0a4875f553f1b59
2
SHA256 (harfbuzz-2.7.2.tar.xz) = b8c048d7c2964a12f2c80deb6634dfc836b603dd12bf0d0a3df1627698e220ce
3
SIZE (harfbuzz-harfbuzz-2.7.2_GH0.tar.gz) = 16605557
3
SIZE (harfbuzz-2.7.2.tar.xz) = 9290416

Return to bug 249498