git: ac256f81dfeb - main - graphics/vulkan-headers: update to 1.3.234
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 16:54:35 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac256f81dfeb88553cddf1fcec01dde4ab3226c2 commit ac256f81dfeb88553cddf1fcec01dde4ab3226c2 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-10 13:17:45 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-11 16:52:58 +0000 graphics/vulkan-headers: update to 1.3.234 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.233...v1.3.234 Reported by: Repology, portscout --- graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- graphics/vulkan-headers/pkg-plist | 2 ++ graphics/vulkan-loader/Makefile | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index d25567707d06..c7f4eb0b5fe9 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.233 +DISTVERSION= 1.3.234 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 287a24ddc1ba..f619209698b6 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667468120 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.233_GH0.tar.gz) = 8f198bf7a2c3164816c120d104f652804f905bc962df7ae527a7397f15bdaf6e -SIZE (KhronosGroup-Vulkan-Headers-v1.3.233_GH0.tar.gz) = 1724796 +TIMESTAMP = 1668086265 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.234_GH0.tar.gz) = 0bbfebd602501476e6044719619a24d8b27338fbca3ae0c69fe1daa8d0ca9caf +SIZE (KhronosGroup-Vulkan-Headers-v1.3.234_GH0.tar.gz) = 1725479 diff --git a/graphics/vulkan-headers/pkg-plist b/graphics/vulkan-headers/pkg-plist index 0ad6197af98d..f61bb4dfd70b 100644 --- a/graphics/vulkan-headers/pkg-plist +++ b/graphics/vulkan-headers/pkg-plist @@ -36,6 +36,8 @@ include/vulkan/vulkan_win32.h include/vulkan/vulkan_xcb.h include/vulkan/vulkan_xlib.h include/vulkan/vulkan_xlib_xrandr.h +share/cmake/VulkanHeaders/VulkanHeadersConfig.cmake +share/cmake/VulkanHeaders/VulkanHeadersConfigVersion.cmake share/vulkan/registry/apiconventions.py share/vulkan/registry/cgenerator.py share/vulkan/registry/generator.py diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 50876a7d4790..d3583fa133d1 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v PORTVERSION= 1.3.233 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org