aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-01-16 10:20:07 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-16 10:21:08 +0000
commit0e603097fee4fb7d7f160888459901b0aa0c28ec (patch)
tree405e4759bc96485985b7e226ae6d5130037fdb17
parentb66b3542554c1185bfa2d089b082cf4fa478d0bd (diff)
downloadports-0e603097fee4fb7d7f160888459901b0aa0c28ec.tar.gz
ports-0e603097fee4fb7d7f160888459901b0aa0c28ec.zip
devel/opencl: Remove UCL from pkg-descr and remove pkg-message.
pkg-message was playing the same role as pkg-descr in this case.
-rw-r--r--devel/opencl/Makefile1
-rw-r--r--devel/opencl/pkg-descr6
-rw-r--r--devel/opencl/pkg-message8
3 files changed, 1 insertions, 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
-}
-]