svn commit: r497742 - head/graphics/piglit

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 3 18:18:09 UTC 2019


Author: amdmi3
Date: Wed Apr  3 18:18:07 2019
New Revision: 497742
URL: https://svnweb.freebsd.org/changeset/ports/497742

Log:
  - Add LICENSE_FILE
  - Add USES=gl
  - Update WWW

Modified:
  head/graphics/piglit/Makefile
  head/graphics/piglit/pkg-descr

Modified: head/graphics/piglit/Makefile
==============================================================================
--- head/graphics/piglit/Makefile	Wed Apr  3 18:07:41 2019	(r497741)
+++ head/graphics/piglit/Makefile	Wed Apr  3 18:18:07 2019	(r497742)
@@ -11,6 +11,7 @@ COMMENT=	Automated OpenGL and OpenCL testsuite
 
 LICENSE=	MIT GPLv2 GPLv3 LGPL20
 LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/CL/opencl.h:devel/opencl \
 		${PYNUMPY} \
@@ -30,7 +31,7 @@ GH_ACCOUNT=	dumbbell
 GH_PROJECT=	piglit
 GH_TAGNAME=	a0db4427446ab50882a721ae3084fa26cc9e751a
 
-USES=		cmake compiler:c11 pkgconfig python:2.7 shebangfix
+USES=		cmake compiler:c11 gl pkgconfig python:2.7 shebangfix
 USE_GL=		egl gbm gl glu
 USE_XORG=	x11 xcb xext xrender
 SHEBANG_FILES=	piglit

Modified: head/graphics/piglit/pkg-descr
==============================================================================
--- head/graphics/piglit/pkg-descr	Wed Apr  3 18:07:41 2019	(r497741)
+++ head/graphics/piglit/pkg-descr	Wed Apr  3 18:18:07 2019	(r497742)
@@ -6,7 +6,7 @@ OpenGL and OpenCL drivers by providing developers with
 perform regression tests.
 
 The original tests have been taken from
-- Glean ( http://glean.sf.net/ ) and
-- Mesa ( http://www.mesa3d.org/ )
+- Glean ( http://glean.sourceforge.net/ ) and
+- Mesa ( https://www.mesa3d.org/ )
 
-WWW: http://piglit.freedesktop.org/
+WWW: https://piglit.freedesktop.org/


More information about the svn-ports-head mailing list