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

Jan Beich jbeich at FreeBSD.org
Wed Dec 23 20:11:51 UTC 2020


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 at unrelenting.technology
+MAINTAINER=	jbeich at 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 at unrelenting.technology
+MAINTAINER=	jbeich at 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 at unrelenting.technology
+MAINTAINER=	jbeich at 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 at unrelenting.technology
+MAINTAINER=	jbeich at 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 at unrelenting.technology
+MAINTAINER=	jbeich at 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 at unrelenting.technology
+MAINTAINER=	jbeich at 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 at unrelenting.technology
+MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Driver loader for the Vulkan graphics API
 
 LICENSE=	APACHE20


More information about the svn-ports-head mailing list