git: e9e2f1824df8 - main - graphics/vulkan-headers: update to 1.4.307

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 01 Feb 2025 00:59:10 UTC
The branch main has been updated by jbeich:

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

commit e9e2f1824df89c4e11540dcb8c6c67cd80aa29e8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-30 09:57:39 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-02-01 00:33:06 +0000

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

diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile
index eb73e460aa58..be57806bfcc2 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vulkan-headers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.306
+DISTVERSION=	1.4.307
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index a2c62f585d2f..92d8a5bfe0e5 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737726745
-SHA256 (KhronosGroup-Vulkan-Headers-v1.4.306_GH0.tar.gz) = 18f4b4de873d071ddd7b73ea48e2ec4e7c6133e2ebb6b4236ca2345acd056994
-SIZE (KhronosGroup-Vulkan-Headers-v1.4.306_GH0.tar.gz) = 2455376
+TIMESTAMP = 1738231059
+SHA256 (KhronosGroup-Vulkan-Headers-v1.4.307_GH0.tar.gz) = 6e8445bc12c1e2702c27f4f02d1a057fb83f40cc56c6a8e4583141d4eaad90d4
+SIZE (KhronosGroup-Vulkan-Headers-v1.4.307_GH0.tar.gz) = 2496739
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index d6ae35fc29ef..dc96225a645b 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vulkan-loader
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4.306
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	jbeich@FreeBSD.org