git: 0eb6406f6594 - main - devel/opencl: Update OpenCL to 3.0.14

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 03 May 2023 08:05:54 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0eb6406f6594c96bef9b692cd7e4fa763a653cd7

commit 0eb6406f6594c96bef9b692cd7e4fa763a653cd7
Author:     O. Hartmann <ohartmann@walstatt.org>
AuthorDate: 2023-05-02 10:38:39 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-05-03 08:01:08 +0000

    devel/opencl: Update OpenCL to 3.0.14
    
    PR:             271158
    Reported by:    ohartmann@walstatt.org (maintainer)
---
 devel/opencl/Makefile  |  7 ++++---
 devel/opencl/distinfo  | 10 +++++-----
 devel/opencl/pkg-descr |  6 ++++++
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/devel/opencl/Makefile b/devel/opencl/Makefile
index bad65e820b6d..31325eb4bec9 100644
--- a/devel/opencl/Makefile
+++ b/devel/opencl/Makefile
@@ -1,9 +1,10 @@
 PORTNAME=	opencl
-PORTVERSION=	3.0.12
+PORTVERSION=	3.0.14
 CATEGORIES=	devel
 
 MAINTAINER=	ohartmann@walstatt.org
 COMMENT=	Open Computing Language (OpenCL) specifications V3.0 (header files)
+WWW=	https://github.com/KhronosGroup/OpenCL-Headers/
 
 LICENSE=	APACHE20
 
@@ -13,8 +14,8 @@ GH_PROJECT=	OpenCL-Headers OpenCL-CLHPP:clhpp
 GH_TAGNAME=	${HEADER_TAG} ${CLHPP_TAG}:clhpp
 
 # the header releases don't have tags yet, so use git commit for now
-HEADER_TAG=	v2022.09.30
-CLHPP_TAG=	v2022.09.30	#  include missing CL/opencl.hpp
+HEADER_TAG=	v2023.04.17
+CLHPP_TAG=	v2023.04.17 #  include missing CL/opencl.hpp
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/devel/opencl/distinfo b/devel/opencl/distinfo
index ed906f83199a..3afdfaccd866 100644
--- a/devel/opencl/distinfo
+++ b/devel/opencl/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1665171830
-SHA256 (KhronosGroup-OpenCL-Headers-3.0.12-v2022.09.30_GH0.tar.gz) = 0ae857ecb28af95a420c800b21ed2d0f437503e104f841ab8db249df5f4fbe5c
-SIZE (KhronosGroup-OpenCL-Headers-3.0.12-v2022.09.30_GH0.tar.gz) = 65371
-SHA256 (KhronosGroup-OpenCL-CLHPP-v2022.09.30_GH0.tar.gz) = 999dec3ebf451f0f1087e5e1b9a5af91434b4d0c496d47e912863ac85ad1e6b2
-SIZE (KhronosGroup-OpenCL-CLHPP-v2022.09.30_GH0.tar.gz) = 106871
+TIMESTAMP = 1682919631
+SHA256 (KhronosGroup-OpenCL-Headers-3.0.14-v2023.04.17_GH0.tar.gz) = 0ce992f4167f958f68a37918dec6325be18f848dee29a4521c633aae3304915d
+SIZE (KhronosGroup-OpenCL-Headers-3.0.14-v2023.04.17_GH0.tar.gz) = 73963
+SHA256 (KhronosGroup-OpenCL-CLHPP-v2023.04.17_GH0.tar.gz) = 179243843c620ef6f78b52937aaaa0a742c6ff415f9aaefe3c20225ee283b357
+SIZE (KhronosGroup-OpenCL-CLHPP-v2023.04.17_GH0.tar.gz) = 115042
diff --git a/devel/opencl/pkg-descr b/devel/opencl/pkg-descr
index 0518ea10bb1e..b3a8c9a78db5 100644
--- a/devel/opencl/pkg-descr
+++ b/devel/opencl/pkg-descr
@@ -1,6 +1,12 @@
+[
+{	type: install
+	message: <<EOM
 OpenCL (Open Computing Language) is an open royalty-free standard
 for general purpose parallel programming across CPUs, GPUs and
 other processors, giving software developers portable and efficient
 access to the power of these heterogeneous processing platforms.
 
 These header are covering OpenCL API 3.0
+EOM
+}
+]