git: cac78369bdcc - main - graphics/glslang: update to 12.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 21:52:38 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cac78369bdcc6a014cc839e2163c0d7b0fe21b48 commit cac78369bdcc6a014cc839e2163c0d7b0fe21b48 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-07-20 20:53:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-07-20 21:52:15 +0000 graphics/glslang: update to 12.3.1 Changes: https://github.com/KhronosGroup/glslang/releases/tag/12.3.1 Reported by: GitHub (watch releases) --- graphics/glslang/Makefile | 2 +- graphics/glslang/distinfo | 6 +++--- graphics/glslang/files/patch-StandAlone_CMakeLists.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 5f0a8cd4ac55..cab55c0d66a6 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,5 +1,5 @@ PORTNAME= glslang -DISTVERSION= 12.3.0 +DISTVERSION= 12.3.1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index fe4d8ee0e236..6655adec026e 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689793027 -SHA256 (KhronosGroup-glslang-12.3.0_GH0.tar.gz) = 45e0c7efad184206495aa1888c9008e168628fd1d3867a6975a7cd61dd11f53f -SIZE (KhronosGroup-glslang-12.3.0_GH0.tar.gz) = 3718594 +TIMESTAMP = 1689886431 +SHA256 (KhronosGroup-glslang-12.3.1_GH0.tar.gz) = a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8 +SIZE (KhronosGroup-glslang-12.3.1_GH0.tar.gz) = 3718998 diff --git a/graphics/glslang/files/patch-StandAlone_CMakeLists.txt b/graphics/glslang/files/patch-StandAlone_CMakeLists.txt index 71df7ac264e5..8e13cee97354 100644 --- a/graphics/glslang/files/patch-StandAlone_CMakeLists.txt +++ b/graphics/glslang/files/patch-StandAlone_CMakeLists.txt @@ -1,9 +1,9 @@ ---- StandAlone/CMakeLists.txt.orig 2023-07-19 18:57:07 UTC +--- StandAlone/CMakeLists.txt.orig 2023-07-20 20:53:51 UTC +++ StandAlone/CMakeLists.txt -@@ -117,7 +117,7 @@ if(ENABLE_GLSLANG_INSTALL) +@@ -121,7 +121,7 @@ if(ENABLE_GLSLANG_INSTALL) # Create the same symlink at install time install(CODE "execute_process( \ - COMMAND ${CMAKE_COMMAND} -E create_symlink $<TARGET_FILE_NAME:glslang-standalone> ${legacy_glslang_name} \ + COMMAND ${CMAKE_COMMAND} -E ${link_method} $<TARGET_FILE_NAME:glslang-standalone> ${legacy_glslang_name} \ - WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})") + WORKING_DIRECTORY \$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})")