diff options
author | kwm <kwm@FreeBSD.org> | 2015-11-30 01:51:03 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-11-30 01:51:03 +0800 |
commit | c357c8658d839b4d49994ebde13f38fe2abed676 (patch) | |
tree | 33c6e06087baa4334fa8acac416060cdef90ee85 /graphics/libepoxy | |
parent | c6243d67817d307cbf6d43bdcdddd351a6cf043c (diff) | |
download | freebsd-ports-gnome-c357c8658d839b4d49994ebde13f38fe2abed676.tar.gz freebsd-ports-gnome-c357c8658d839b4d49994ebde13f38fe2abed676.tar.zst freebsd-ports-gnome-c357c8658d839b4d49994ebde13f38fe2abed676.zip |
Update libepoxy to 1.3.1.
Add LICENSE_FILES link.
Don't restrict to python3 only. It only needs a python to build.
Diffstat (limited to 'graphics/libepoxy')
-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 |