Date: Sun, 29 Nov 2015 17:51:03 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402612 - head/graphics/libepoxy Message-ID: <201511291751.tATHp3nb073102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511291751.tATHp3nb073102>