git: bc26220d7ea2 - main - graphics/vulkan-headers: update to 1.3.265

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 25 Sep 2023 12:11:51 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc26220d7ea2d67aa9b3ce94c1ad199801cd707e

commit bc26220d7ea2d67aa9b3ce94c1ad199801cd707e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-23 08:41:24 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-25 12:09:52 +0000

    graphics/vulkan-headers: update to 1.3.265
    
    Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
    
    Changes:        https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.264...v1.3.265
    Reported by:    Repology, portscout
---
 graphics/vulkan-headers/Makefile  | 2 +-
 graphics/vulkan-headers/distinfo  | 6 +++---
 graphics/vulkan-headers/pkg-plist | 1 +
 graphics/vulkan-loader/Makefile   | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile
index 062b15a64763..d38dbffd27c2 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vulkan-headers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.264
+DISTVERSION=	1.3.265
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index ecfe730adba1..ee44e062891b 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694341521
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.264_GH0.tar.gz) = bdce6a99f0e5869a341946ee0a92eef270ef9b4b106e82f238aa68aeb2cd4995
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.264_GH0.tar.gz) = 2087774
+TIMESTAMP = 1695458484
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.265_GH0.tar.gz) = 24076540521da1eceecfb56235cb0361a01fb24a306cbefe874c949bf2d2e9a4
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.265_GH0.tar.gz) = 2101774
diff --git a/graphics/vulkan-headers/pkg-plist b/graphics/vulkan-headers/pkg-plist
index 7a952eb0bff0..78cceaded545 100644
--- a/graphics/vulkan-headers/pkg-plist
+++ b/graphics/vulkan-headers/pkg-plist
@@ -29,6 +29,7 @@ include/vulkan/vulkan_macos.h
 include/vulkan/vulkan_metal.h
 include/vulkan/vulkan_raii.hpp
 include/vulkan/vulkan_screen.h
+include/vulkan/vulkan_shared.hpp
 include/vulkan/vulkan_static_assertions.hpp
 include/vulkan/vulkan_structs.hpp
 include/vulkan/vulkan_to_string.hpp
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 67ba0c4fd6cd..2bc40fde8c46 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vulkan-loader
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.264
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	jbeich@FreeBSD.org