svn commit: r402612 - head/graphics/libepoxy

Koop Mast kwm at FreeBSD.org
Sun Nov 29 17:51:04 UTC 2015


Author: kwm
Date: Sun Nov 29 17:51:03 2015
New Revision: 402612
URL: https://svnweb.freebsd.org/changeset/ports/402612

Log:
  Update libepoxy to 1.3.1.
  
  Add LICENSE_FILES link.
  Don't restrict to python3 only. It only needs a python to build.

Modified:
  head/graphics/libepoxy/Makefile
  head/graphics/libepoxy/distinfo

Modified: head/graphics/libepoxy/Makefile
==============================================================================
--- head/graphics/libepoxy/Makefile	Sun Nov 29 17:06:53 2015	(r402611)
+++ head/graphics/libepoxy/Makefile	Sun Nov 29 17:51:03 2015	(r402612)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libepoxy
-PORTVERSION=	1.2
+PORTVERSION=	1.3.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
@@ -9,11 +9,12 @@ MAINTAINER=	x11 at 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

Modified: head/graphics/libepoxy/distinfo
==============================================================================
--- head/graphics/libepoxy/distinfo	Sun Nov 29 17:06:53 2015	(r402611)
+++ head/graphics/libepoxy/distinfo	Sun Nov 29 17:51:03 2015	(r402612)
@@ -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


More information about the svn-ports-all mailing list