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

(-)b/graphics/libepoxy/Makefile (-5 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	libepoxy
1
PORTNAME=	libepoxy
2
PORTVERSION=	1.5.7
2
DISTVERSION=	1.5.8
3
CATEGORIES=	graphics
3
CATEGORIES=	graphics
4
MASTER_SITES=	https://github.com/anholt/${PORTNAME}/releases/download/${DISTVERSION}/
4
5
5
MAINTAINER=	x11@FreeBSD.org
6
MAINTAINER=	x11@FreeBSD.org
6
COMMENT=	Library to handle OpenGL function pointer management
7
COMMENT=	Library to handle OpenGL function pointer management
Lines 8-24 COMMENT= Library to handle OpenGL function pointer management Link Here
8
LICENSE=	MIT
9
LICENSE=	MIT
9
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
11
11
USES=		gl localbase meson pkgconfig python:3.6+,build shebangfix
12
USES=		gl localbase meson pkgconfig python:3.6+,build shebangfix tar:xz
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	anholt
14
USE_GL=		glesv2 egl
13
USE_GL=		glesv2 egl
15
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
16
SHEBANG_FILES=	src/gen_dispatch.py
15
SHEBANG_FILES=	src/gen_dispatch.py
17
16
18
OPTIONS_DEFINE=		X11
17
OPTIONS_DEFINE=		TEST X11
19
OPTIONS_DEFAULT=	X11
18
OPTIONS_DEFAULT=	X11
20
OPTIONS_SUB=		yes
19
OPTIONS_SUB=		yes
21
20
21
TEST_MESON_TRUE=	tests
22
22
X11_USES=		xorg
23
X11_USES=		xorg
23
X11_USE=		GL=gl XORG=x11
24
X11_USE=		GL=gl XORG=x11
24
X11_MESON_YES=		glx
25
X11_MESON_YES=		glx
(-)b/graphics/libepoxy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1619783801
1
TIMESTAMP = 1621666992
2
SHA256 (anholt-libepoxy-1.5.7_GH0.tar.gz) = b9e22ba707d0e723e9665c67a2b2974a86f4c4c27e3009dde24a988d1aadf643
2
SHA256 (libepoxy-1.5.8.tar.xz) = cf05e4901778c434aef68bb7dc01bea2bce15440c0cecb777fb446f04db6fe0d
3
SIZE (anholt-libepoxy-1.5.7_GH0.tar.gz) = 331868
3
SIZE (libepoxy-1.5.8.tar.xz) = 221824

Return to bug 256071