svn commit: r374124 - head/graphics/libepoxy
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Dec 6 18:22:05 UTC 2014
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 at 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 at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list