From owner-svn-ports-head@FreeBSD.ORG Sat Dec 6 18:22:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1605986E; Sat, 6 Dec 2014 18:22:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DCC18FE7; Sat, 6 Dec 2014 18:22:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6IM4ce050442; Sat, 6 Dec 2014 18:22:04 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6IM4Cu050439; Sat, 6 Dec 2014 18:22:04 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201412061822.sB6IM4Cu050439@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 6 Dec 2014 18:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374124 - 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.18-1 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: Sat, 06 Dec 2014 18:22:05 -0000 Author: danfe Date: Sat Dec 6 18:22:03 2014 New Revision: 374124 URL: https://svnweb.freebsd.org/changeset/ports/374124 QAT: https://qat.redports.org/buildarchive/r374124/ Log: - Replace continuous spaces with tabs - Drop needless GH_PROJECT, link GH_TAGNAME to PORTVERSION - Fix a typo in COMMENT and reword it; beautify pkg-descr - Merge two USE_XORG's into one Approved by: kwm (timeout since Oct 24) Modified: head/graphics/libepoxy/Makefile head/graphics/libepoxy/pkg-descr Modified: head/graphics/libepoxy/Makefile ============================================================================== --- head/graphics/libepoxy/Makefile Sat Dec 6 18:20:51 2014 (r374123) +++ head/graphics/libepoxy/Makefile Sat Dec 6 18:22:03 2014 (r374124) @@ -1,28 +1,24 @@ # $FreeBSD$ -PORTNAME= libepoxy -PORTVERSION= 1.2 -CATEGORIES= graphics - -MAINTAINER= x11@FreeBSD.org -COMMENT= library that handles OpenGL function pointer managerment for you - -LICENSE= MIT - -USE_GITHUB= YES -GH_ACCOUNT= anholt -GH_PROJECT= ${PORTNAME} -GH_COMMIT= 7422de5 -GH_TAGNAME= v1.2 +PORTNAME= libepoxy +PORTVERSION= 1.2 +CATEGORIES= graphics + +MAINTAINER= x11@FreeBSD.org +COMMENT= Library to handle OpenGL function pointer management + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= anholt +GH_COMMIT= 7422de5 +GH_TAGNAME= v${PORTVERSION} USES= autoreconf libtool pathfix pkgconfig python:3,build -USE_XORG= xorg-macros +USE_XORG= xorg-macros x11 USE_GL= egl glesv2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am -# GLX -USE_XORG+= x11 - .include Modified: head/graphics/libepoxy/pkg-descr ============================================================================== --- head/graphics/libepoxy/pkg-descr Sat Dec 6 18:20:51 2014 (r374123) +++ head/graphics/libepoxy/pkg-descr Sat Dec 6 18:22:03 2014 (r374124) @@ -1,4 +1,3 @@ -Epoxy is a library for handling OpenGL function pointer management for -you. +Epoxy is a library for handling OpenGL function pointer management for you. WWW: https://github.com/anholt/libepoxy