From owner-dev-commits-ports-all@freebsd.org Thu Jun 24 00:25:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23DDE65AA0D; Thu, 24 Jun 2021 00:25:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G9LWj0SP4z4ghw; Thu, 24 Jun 2021 00:25:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECD376124; Thu, 24 Jun 2021 00:25:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15O0Pam1002607; Thu, 24 Jun 2021 00:25:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0PanW002606; Thu, 24 Jun 2021 00:25:36 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:25:36 GMT Message-Id: <202106240025.15O0PanW002606@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 24050225d634 - main - graphics/glslang: update to 11.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 24050225d63464f248dd795711a278bd74a06983 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:25:37 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=24050225d63464f248dd795711a278bd74a06983 commit 24050225d63464f248dd795711a278bd74a06983 Author: Jan Beich AuthorDate: 2021-06-23 20:25:17 +0000 Commit: Jan Beich CommitDate: 2021-06-24 00:25:16 +0000 graphics/glslang: update to 11.5.0 Changes: https://github.com/KhronosGroup/glslang/compare/11.4.0...11.5.0 Reported by: Repology --- graphics/glslang/Makefile | 2 +- graphics/glslang/distinfo | 6 +++--- graphics/glslang/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index f6779d4e5970..21c24bf09d35 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,5 +1,5 @@ PORTNAME= glslang -DISTVERSION= 11.4.0 +DISTVERSION= 11.5.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 4043c6f2338d..52d8362dcbd8 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619165812 -SHA256 (KhronosGroup-glslang-11.4.0_GH0.tar.gz) = 9bae79c2b640b60474f8944a5ab4aff3af990074636ea2a0a3c97cb86be61dfa -SIZE (KhronosGroup-glslang-11.4.0_GH0.tar.gz) = 3342311 +TIMESTAMP = 1624479917 +SHA256 (KhronosGroup-glslang-11.5.0_GH0.tar.gz) = fd0b5e3bda591bb08bd3049655a99a0a55f0de4059b9c8f7b397e4b19cf5d51f +SIZE (KhronosGroup-glslang-11.5.0_GH0.tar.gz) = 3373042 diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist index 2986ddb65387..1f6ff3abefdc 100644 --- a/graphics/glslang/pkg-plist +++ b/graphics/glslang/pkg-plist @@ -16,6 +16,7 @@ include/glslang/Include/InitializeGlobals.h include/glslang/Include/PoolAlloc.h include/glslang/Include/ResourceLimits.h include/glslang/Include/ShHandle.h +include/glslang/Include/SpirvIntrinsics.h include/glslang/Include/Types.h include/glslang/Include/arrays.h include/glslang/Include/glslang_c_interface.h