Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 04:46:13 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559272 - head/graphics/glslang
Message-ID:  <202012260446.0BQ4kDSo030751@repo.freebsd.org>

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



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