git: 8d5404368a84 - main - graphics/vulkan-headers: update to 1.3.259
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jul 2023 14:43:32 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d5404368a840f4ba0f160f888619e5e628546eb commit 8d5404368a840f4ba0f160f888619e5e628546eb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-07-22 11:52:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-07-24 14:43:18 +0000 graphics/vulkan-headers: update to 1.3.259 Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.258...v1.3.259 Reported by: Repology, portscout --- graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- graphics/vulkan-loader/Makefile | 5 +++++ graphics/vulkan-loader/distinfo | 2 ++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index fe51634cf61b..940d75303226 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.258 +DISTVERSION= 1.3.259 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index c88e1da36b55..7d1b92a797d6 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689978770 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.258_GH0.tar.gz) = 00a1f1859bd1ee8337f75d3c94c8f2d0065b9681f29d7255abaaadfe0c9bb349 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.258_GH0.tar.gz) = 2000550 +TIMESTAMP = 1690026749 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.259_GH0.tar.gz) = da9e625935014e8aa1c31c4ab45d7b015d73185586b1bdf70c646d66cbddc3d3 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.259_GH0.tar.gz) = 2000576 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index dd753d0e7724..735163063420 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -19,6 +19,11 @@ GH_PROJECT= Vulkan-Loader CMAKE_ON= CMAKE_SKIP_RPATH CMAKE_OFF= BUILD_TESTS +.if ${DISTVERSION:E} < 259 +GH_TUPLE+= KhronosGroup:Vulkan-Headers:v1.3.258:vkheaders/Vulkan-Headers +CFLAGS+= -isystem${WRKSRC_vkheaders}/include -isystem${LOCALBASE}/include +.endif + OPTIONS_DEFINE= WAYLAND XCB XLIB OPTIONS_DEFAULT=WAYLAND XCB XLIB diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index d6e7a18b54be..087582274cc2 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1689958987 SHA256 (KhronosGroup-Vulkan-Loader-v1.3.258_GH0.tar.gz) = 2617f6930dca61af296ab075c33bf144a7e2d6369b595effca845dd14d3b9b91 SIZE (KhronosGroup-Vulkan-Loader-v1.3.258_GH0.tar.gz) = 1677509 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.258_GH0.tar.gz) = 00a1f1859bd1ee8337f75d3c94c8f2d0065b9681f29d7255abaaadfe0c9bb349 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.258_GH0.tar.gz) = 2000550