Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2026 20:12:46 +0300
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Atanu Biswas <atanubiswas484@gmail.com>
Subject:   Re: git: 4c42001dd0a1 - main - graphics/vulkan-{headers,loader}: Drop maintainership
Message-ID:  <8510c936-bdb1-4498-a44d-07ee5151e426@FreeBSD.org>
In-Reply-To: <69dbd023.302aa.55ae9bbb@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

Sorry for the confusion on the git commit title.

I should have used graphics/vulkan-* but confused it with the 2 ports 
we've talked about.

On 4/12/26 20:02, Yusuf Yaman wrote:
> The branch main has been updated by nxjoseph:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=4c42001dd0a12212885f7d5dcd07fe012eb617af
>
> commit 4c42001dd0a12212885f7d5dcd07fe012eb617af
> Author:     Atanu Biswas <atanubiswas484@gmail.com>
> AuthorDate: 2026-04-11 12:51:09 +0000
> Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
> CommitDate: 2026-04-12 17:02:15 +0000
>
>      graphics/vulkan-{headers,loader}: Drop maintainership
>      
>      PR:             294344
>      Reported by:    Atanu Biswas <atanubiswas484@gmail.com> (maintainer)
>      Approved by:    osa (mentor)
> ---
>   graphics/vulkan-caps-viewer/Makefile       | 2 +-
>   graphics/vulkan-extension-layer/Makefile   | 2 +-
>   graphics/vulkan-headers/Makefile           | 2 +-
>   graphics/vulkan-loader/Makefile            | 2 +-
>   graphics/vulkan-tools/Makefile             | 2 +-
>   graphics/vulkan-utility-libraries/Makefile | 2 +-
>   graphics/vulkan-validation-layers/Makefile | 2 +-
>   7 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile
> index b83ecea6731a..2a445129f5e6 100644
> --- a/graphics/vulkan-caps-viewer/Makefile
> +++ b/graphics/vulkan-caps-viewer/Makefile
> @@ -2,7 +2,7 @@ PORTNAME=	vulkan-caps-viewer
>   DISTVERSION=	4.10
>   CATEGORIES=	graphics
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Vulkan Hardware Capability Viewer
>   WWW=		https://vulkan.gpuinfo.org/
>   
> diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile
> index 503ce1b8b177..c082e7cdfeb5 100644
> --- a/graphics/vulkan-extension-layer/Makefile
> +++ b/graphics/vulkan-extension-layer/Makefile
> @@ -3,7 +3,7 @@ DISTVERSIONPREFIX=	v
>   DISTVERSION=	1.4.333
>   CATEGORIES=	graphics
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Layer providing Vulkan features when native support is unavailable
>   WWW=		https://github.com/KhronosGroup/Vulkan-ExtensionLayer
>   
> diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile
> index d567ed02e88d..2852cbdd6273 100644
> --- a/graphics/vulkan-headers/Makefile
> +++ b/graphics/vulkan-headers/Makefile
> @@ -3,7 +3,7 @@ DISTVERSIONPREFIX=	v
>   DISTVERSION=	1.4.336
>   CATEGORIES=	graphics
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Headers for the Vulkan graphics API
>   WWW=		https://github.com/KhronosGroup/Vulkan-Headers
>   
> diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
> index b194dae5dd87..26e10bf973f0 100644
> --- a/graphics/vulkan-loader/Makefile
> +++ b/graphics/vulkan-loader/Makefile
> @@ -3,7 +3,7 @@ DISTVERSIONPREFIX=	v
>   DISTVERSION=	1.4.336
>   CATEGORIES=	graphics devel
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Driver loader for the Vulkan graphics API
>   WWW=		https://github.com/KhronosGroup/Vulkan-Loader
>   
> diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile
> index 47507a9932b8..e3abeaa7aec2 100644
> --- a/graphics/vulkan-tools/Makefile
> +++ b/graphics/vulkan-tools/Makefile
> @@ -3,7 +3,7 @@ DISTVERSIONPREFIX=	v
>   DISTVERSION=	1.4.336
>   CATEGORIES=	graphics
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Tools and demos for the Vulkan graphics API
>   WWW=		https://github.com/KhronosGroup/Vulkan-Tools
>   
> diff --git a/graphics/vulkan-utility-libraries/Makefile b/graphics/vulkan-utility-libraries/Makefile
> index f678bbc39164..d6ea1e827d64 100644
> --- a/graphics/vulkan-utility-libraries/Makefile
> +++ b/graphics/vulkan-utility-libraries/Makefile
> @@ -3,7 +3,7 @@ DISTVERSIONPREFIX=	v
>   DISTVERSION=	1.4.336
>   CATEGORIES=	graphics
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Utility libraries for Vulkan developers
>   WWW=		https://github.com/KhronosGroup/Vulkan-Utility-Libraries
>   
> diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile
> index 24962295fca4..c2551f3051ba 100644
> --- a/graphics/vulkan-validation-layers/Makefile
> +++ b/graphics/vulkan-validation-layers/Makefile
> @@ -4,7 +4,7 @@ DISTVERSION=	1.4.336
>   PORTREVISION=	1
>   CATEGORIES=	graphics
>   
> -MAINTAINER=	atanubiswas484@gmail.com
> +MAINTAINER=	ports@FreeBSD.org
>   COMMENT=	Validation layers for the Vulkan graphics API
>   WWW=		https://github.com/KhronosGroup/Vulkan-ValidationLayers
>   
>
-- 
Yusuf Yaman



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8510c936-bdb1-4498-a44d-07ee5151e426>