git: 1dfc27aaa6b0 - main - graphics/vulkan-headers: update to 1.3.264

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

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

commit 1dfc27aaa6b02845d89ce52d7f674320d3646528
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-08 10:47:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-11 22:02:56 +0000

    graphics/vulkan-headers: update to 1.3.264
    
    Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
    
    Changes:        https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.263...v1.3.264
    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 56bbf7cddb1e..78e36b87e482 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vulkan-headers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.263
+DISTVERSION=	1.3.264
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index ea9918ade56a..ecfe730adba1 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693649819
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.263_GH0.tar.gz) = 6a240d61965fc02b5861065dbfcd1d25418106ddb9747b99c3014faa794c2e9a
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.263_GH0.tar.gz) = 2083488
+TIMESTAMP = 1694341521
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.264_GH0.tar.gz) = bdce6a99f0e5869a341946ee0a92eef270ef9b4b106e82f238aa68aeb2cd4995
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.264_GH0.tar.gz) = 2087774
diff --git a/graphics/vulkan-headers/pkg-plist b/graphics/vulkan-headers/pkg-plist
index 9e03df960aee..7a952eb0bff0 100644
--- a/graphics/vulkan-headers/pkg-plist
+++ b/graphics/vulkan-headers/pkg-plist
@@ -23,6 +23,7 @@ include/vulkan/vulkan_funcs.hpp
 include/vulkan/vulkan_ggp.h
 include/vulkan/vulkan_handles.hpp
 include/vulkan/vulkan_hash.hpp
+include/vulkan/vulkan_hpp_macros.hpp
 include/vulkan/vulkan_ios.h
 include/vulkan/vulkan_macos.h
 include/vulkan/vulkan_metal.h
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index b916a7c23c9e..ae9f8d2d0c01 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vulkan-loader
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.263
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	jbeich@FreeBSD.org