Date: Tue, 16 Jan 2024 10:21:26 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0e603097fee4 - main - devel/opencl: Remove UCL from pkg-descr and remove pkg-message. Message-ID: <202401161021.40GALQVZ024990@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e603097fee4fb7d7f160888459901b0aa0c28ec commit 0e603097fee4fb7d7f160888459901b0aa0c28ec Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-01-16 10:20:07 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-01-16 10:21:08 +0000 devel/opencl: Remove UCL from pkg-descr and remove pkg-message. pkg-message was playing the same role as pkg-descr in this case. --- devel/opencl/Makefile | 1 + devel/opencl/pkg-descr | 6 ------ devel/opencl/pkg-message | 8 -------- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/devel/opencl/Makefile b/devel/opencl/Makefile index 31325eb4bec9..3a42d2d0c421 100644 --- a/devel/opencl/Makefile +++ b/devel/opencl/Makefile @@ -1,5 +1,6 @@ PORTNAME= opencl PORTVERSION= 3.0.14 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ohartmann@walstatt.org diff --git a/devel/opencl/pkg-descr b/devel/opencl/pkg-descr index b3a8c9a78db5..0518ea10bb1e 100644 --- a/devel/opencl/pkg-descr +++ b/devel/opencl/pkg-descr @@ -1,12 +1,6 @@ -[ -{ 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 -} -] diff --git a/devel/opencl/pkg-message b/devel/opencl/pkg-message deleted file mode 100644 index f9028c1e973f..000000000000 --- a/devel/opencl/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <<EOM -OpenCL is the first open, royalty-free standard for cross-platform, -parallel programming of modern processors. -EOM -} -]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401161021.40GALQVZ024990>