From owner-svn-ports-head@freebsd.org Sun Nov 29 17:51:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F2F3A3CD99; Sun, 29 Nov 2015 17:51:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7B31C6E; Sun, 29 Nov 2015 17:51:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tATHp3Ls073104; Sun, 29 Nov 2015 17:51:03 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tATHp3nb073102; Sun, 29 Nov 2015 17:51:03 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201511291751.tATHp3nb073102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 29 Nov 2015 17:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402612 - head/graphics/libepoxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 17:51:04 -0000 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