git: ffbcda74cb03 - main - graphics/glslang: update to 13.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 01:00:05 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffbcda74cb0333bc6657695a3b4e24f0a04bcb39 commit ffbcda74cb0333bc6657695a3b4e24f0a04bcb39 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-23 23:24:25 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-26 00:46:43 +0000 graphics/glslang: update to 13.0.0 Changes: https://github.com/KhronosGroup/glslang/releases/tag/13.0.0 Reported by: GitHub (watch releases) --- graphics/glslang/Makefile | 2 +- graphics/glslang/distinfo | 6 +++--- graphics/glslang/files/patch-StandAlone_CMakeLists.txt | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index cab55c0d66a6..7be73f16401d 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,5 +1,5 @@ PORTNAME= glslang -DISTVERSION= 12.3.1 +DISTVERSION= 13.0.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 6655adec026e..2d891ad38d1c 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689886431 -SHA256 (KhronosGroup-glslang-12.3.1_GH0.tar.gz) = a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8 -SIZE (KhronosGroup-glslang-12.3.1_GH0.tar.gz) = 3718998 +TIMESTAMP = 1692833065 +SHA256 (KhronosGroup-glslang-13.0.0_GH0.tar.gz) = bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715 +SIZE (KhronosGroup-glslang-13.0.0_GH0.tar.gz) = 3710806 diff --git a/graphics/glslang/files/patch-StandAlone_CMakeLists.txt b/graphics/glslang/files/patch-StandAlone_CMakeLists.txt deleted file mode 100644 index 8e13cee97354..000000000000 --- a/graphics/glslang/files/patch-StandAlone_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- StandAlone/CMakeLists.txt.orig 2023-07-20 20:53:51 UTC -+++ StandAlone/CMakeLists.txt -@@ -121,7 +121,7 @@ if(ENABLE_GLSLANG_INSTALL) - # Create the same symlink at install time - install(CODE "execute_process( \ - 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})") - - if(ENABLE_SPVREMAPPER) - install(TARGETS spirv-remap EXPORT glslang-targets)