git: 67bbd337784f - main - graphics/vulkan-headers: update to 1.3.207
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 17:49:45 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67bbd337784f8749503e1b9e01d276e20adf8a88
commit 67bbd337784f8749503e1b9e01d276e20adf8a88
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-09 08:18:43 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-09 17:49:02 +0000
graphics/vulkan-headers: update to 1.3.207
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.206...v1.3.207
Reported by: Repology
---
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 064af284b636..ef3141719d0a 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vulkan-headers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.206
+DISTVERSION= 1.3.207
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index a75dcf8502b3..18a3626bf004 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645178819
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.206_GH0.tar.gz) = 0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.206_GH0.tar.gz) = 1435876
+TIMESTAMP = 1646813923
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.207_GH0.tar.gz) = e1fd80fa34e24767ce06690c8f6ba39545dd0c318b11b931bd4faf3fbcc34dd1
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.207_GH0.tar.gz) = 1437648
diff --git a/graphics/vulkan-headers/pkg-plist b/graphics/vulkan-headers/pkg-plist
index da39c7d3c91c..6680d995cf70 100644
--- a/graphics/vulkan-headers/pkg-plist
+++ b/graphics/vulkan-headers/pkg-plist
@@ -16,6 +16,7 @@ include/vulkan/vulkan_beta.h
include/vulkan/vulkan_core.h
include/vulkan/vulkan_directfb.h
include/vulkan/vulkan_enums.hpp
+include/vulkan/vulkan_format_traits.hpp
include/vulkan/vulkan_fuchsia.h
include/vulkan/vulkan_funcs.hpp
include/vulkan/vulkan_ggp.h
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 16108857cbf4..49a07a8892bf 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.206
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org