Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 20:11:49 +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: r559019 - in head: devel/glslang devel/spirv-tools devel/vulkan-headers devel/vulkan-tools devel/vulkan-validation-layers graphics/shaderc graphics/vulkan-loader
Message-ID:  <202012232011.0BNKBna7057748@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Dec 23 20:11:49 2020
New Revision: 559019
URL: https://svnweb.freebsd.org/changeset/ports/559019

Log:
  devel/vulkan-*: take maintainership
  
  PR:		251698
  Suggested by:	Greg V (previous maintainer)

Modified:
  head/devel/glslang/Makefile   (contents, props changed)
  head/devel/spirv-tools/Makefile   (contents, props changed)
  head/devel/vulkan-headers/Makefile   (contents, props changed)
  head/devel/vulkan-tools/Makefile   (contents, props changed)
  head/devel/vulkan-validation-layers/Makefile   (contents, props changed)
  head/graphics/shaderc/Makefile   (contents, props changed)
  head/graphics/vulkan-loader/Makefile   (contents, props changed)

Modified: head/devel/glslang/Makefile
==============================================================================
--- head/devel/glslang/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/devel/glslang/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -4,7 +4,7 @@ PORTNAME=	glslang
 DISTVERSION=	8.13.3743
 CATEGORIES=	devel graphics
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	OpenGL and OpenGL ES shader front end and validator
 
 LICENSE=	BSD3CLAUSE

Modified: head/devel/spirv-tools/Makefile
==============================================================================
--- head/devel/spirv-tools/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/devel/spirv-tools/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	2020.6
 CATEGORIES=	devel graphics
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Tools for processing SPIR-V intermediate shader language modules
 
 LICENSE=	APACHE20

Modified: head/devel/vulkan-headers/Makefile
==============================================================================
--- head/devel/vulkan-headers/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/devel/vulkan-headers/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=v
 DISTVERSION=	1.2.162
 CATEGORIES=	devel graphics
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Headers for the Vulkan graphics API
 
 LICENSE=	APACHE20

Modified: head/devel/vulkan-tools/Makefile
==============================================================================
--- head/devel/vulkan-tools/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/devel/vulkan-tools/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.162
 CATEGORIES=	devel graphics
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Tools and demos for the Vulkan graphics API
 
 LICENSE=	APACHE20

Modified: head/devel/vulkan-validation-layers/Makefile
==============================================================================
--- head/devel/vulkan-validation-layers/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/devel/vulkan-validation-layers/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.162
 CATEGORIES=	devel graphics
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Validation layers for the Vulkan graphics API
 
 LICENSE=	APACHE20

Modified: head/graphics/shaderc/Makefile
==============================================================================
--- head/graphics/shaderc/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/graphics/shaderc/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics devel
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	21c8be385b3f.patch:-p1 # https://github.com/google/shaderc/pull/463
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	GLSL/HLSL to SPIR-V shader compiler
 
 LICENSE=	APACHE20

Modified: head/graphics/vulkan-loader/Makefile
==============================================================================
--- head/graphics/vulkan-loader/Makefile	Wed Dec 23 20:11:38 2020	(r559018)
+++ head/graphics/vulkan-loader/Makefile	Wed Dec 23 20:11:49 2020	(r559019)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=v
 DISTVERSION=	1.2.162
 CATEGORIES=	graphics devel
 
-MAINTAINER=	greg@unrelenting.technology
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Driver loader for the Vulkan graphics API
 
 LICENSE=	APACHE20



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