Date: Fri, 9 Sep 2022 13:57:31 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a5f592d38fd - main - graphics/vulkan-headers: update to 1.3.227 Message-ID: <202209091357.289DvV7v093976@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a5f592d38fd681e2afb8604d06d157961bb670c commit 7a5f592d38fd681e2afb8604d06d157961bb670c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-09-08 09:11:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-09-09 13:41:28 +0000 graphics/vulkan-headers: update to 1.3.227 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.226...v1.3.227 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 7668907a5aed..1a478c36a0f4 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.226 +DISTVERSION= 1.3.227 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index bad610af039a..83711c3f287d 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662032764 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.226_GH0.tar.gz) = aa0059f516eaa4af327a2b08737ffb0f9503849836e0d60ac3aab183c3b1532b -SIZE (KhronosGroup-Vulkan-Headers-v1.3.226_GH0.tar.gz) = 1553730 +TIMESTAMP = 1662628310 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.227_GH0.tar.gz) = 5b345a9f0dafc96e4d0cd2d95547702c4451691dc731f6b486ba36fd9bab7bfe +SIZE (KhronosGroup-Vulkan-Headers-v1.3.227_GH0.tar.gz) = 1585677 diff --git a/graphics/vulkan-headers/pkg-plist b/graphics/vulkan-headers/pkg-plist index c82e6d419e1a..09d56e39cdb4 100644 --- a/graphics/vulkan-headers/pkg-plist +++ b/graphics/vulkan-headers/pkg-plist @@ -27,6 +27,7 @@ include/vulkan/vulkan_macos.h include/vulkan/vulkan_metal.h include/vulkan/vulkan_raii.hpp include/vulkan/vulkan_screen.h +include/vulkan/vulkan_static_assertions.hpp include/vulkan/vulkan_structs.hpp include/vulkan/vulkan_to_string.hpp include/vulkan/vulkan_vi.h diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index c1471bf4e274..f9fad65ef036 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v PORTVERSION= 1.3.226 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209091357.289DvV7v093976>