svn commit: r559272 - head/graphics/glslang

Jan Beich jbeich at FreeBSD.org
Sat Dec 26 04:46:14 UTC 2020


Author: jbeich
Date: Sat Dec 26 04:46:13 2020
New Revision: 559272
URL: https://svnweb.freebsd.org/changeset/ports/559272

Log:
  graphics/glslang: minor fixes
  
  - Define all licenses
  - Connect to the testing framework
  - Drop superfluous newline

Modified:
  head/graphics/glslang/Makefile   (contents, props changed)

Modified: head/graphics/glslang/Makefile
==============================================================================
--- head/graphics/glslang/Makefile	Sat Dec 26 04:32:04 2020	(r559271)
+++ head/graphics/glslang/Makefile	Sat Dec 26 04:46:13 2020	(r559272)
@@ -8,16 +8,13 @@ CATEGORIES=	graphics
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	OpenGL and OpenGL ES shader front end and validator
 
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKDIR}/LICENSE
+LICENSE=	APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		cmake compiler:c++11-lib
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup
-
-post-extract:
-	${SED} '/^$$/,$$d' ${WRKSRC}/${PORTNAME}/Include/Types.h \
-			>${WRKDIR}/LICENSE
+TEST_TARGET=	test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list