diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-11-29 17:51:03 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-11-29 17:51:03 +0000 |
commit | 8e918ec1df03bbfd06b49746d440730c2e96bff1 (patch) | |
tree | 33c6e06087baa4334fa8acac416060cdef90ee85 | |
parent | 9a43aa8c94032b9d03ab246b5b4a6b32df40c1fb (diff) | |
download | freebsd-ports-8e918ec1df03bbfd06b49746d440730c2e96bff1.zip |
Update libepoxy to 1.3.1.
Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
-rw-r--r-- | graphics/libepoxy/Makefile | 5 | ||||
-rw-r--r-- | graphics/libepoxy/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index 28a1b270218b..ec305d71b648 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libepoxy -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= graphics @@ -9,11 +9,12 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Library to handle OpenGL function pointer management LICENSE= MIT +LICENSE_FILES= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= anholt -USES= autoreconf libtool pathfix pkgconfig python:3,build +USES= autoreconf libtool pathfix pkgconfig python:build USE_XORG= xorg-macros x11 USE_GL= egl glesv2 GNU_CONFIGURE= yes diff --git a/graphics/libepoxy/distinfo b/graphics/libepoxy/distinfo index 0d8f5f7f8128..0d11208dc391 100644 --- a/graphics/libepoxy/distinfo +++ b/graphics/libepoxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (anholt-libepoxy-v1.2_GH0.tar.gz) = 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6 -SIZE (anholt-libepoxy-v1.2_GH0.tar.gz) = 267110 +SHA256 (anholt-libepoxy-v1.3.1_GH0.tar.gz) = 6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4 +SIZE (anholt-libepoxy-v1.3.1_GH0.tar.gz) = 284227 |