Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 18:18:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497742 - head/graphics/piglit
Message-ID:  <201904031818.x33II8pN093933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904031818.x33II8pN093933>