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

(-)graphics/libepoxy/Makefile (-2 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libepoxy
3
PORTNAME=	libepoxy
4
PORTVERSION=	1.2
4
PORTVERSION=	1.3.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
7
Lines 9-19 Link Here
9
COMMENT=	Library to handle OpenGL function pointer management
9
COMMENT=	Library to handle OpenGL function pointer management
10
10
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILES=	${WRKSRC}/COPYING
12
13
13
USE_GITHUB=	yes
14
USE_GITHUB=	yes
14
GH_ACCOUNT=	anholt
15
GH_ACCOUNT=	anholt
15
16
16
USES=		autoreconf libtool pathfix pkgconfig python:3,build
17
USES=		autoreconf libtool pathfix pkgconfig python:build
17
USE_XORG=	xorg-macros x11
18
USE_XORG=	xorg-macros x11
18
USE_GL=		egl glesv2
19
USE_GL=		egl glesv2
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)graphics/libepoxy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (anholt-libepoxy-v1.2_GH0.tar.gz) = 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
1
SHA256 (anholt-libepoxy-v1.3.1_GH0.tar.gz) = 6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4
2
SIZE (anholt-libepoxy-v1.2_GH0.tar.gz) = 267110
2
SIZE (anholt-libepoxy-v1.3.1_GH0.tar.gz) = 284227

Return to bug 202982