svn commit: r526382 - head/lang/beignet
Emmanuel Vadot
manu at FreeBSD.org
Mon Feb 17 17:55:09 UTC 2020
Author: manu
Date: Mon Feb 17 17:55:07 2020
New Revision: 526382
URL: https://svnweb.freebsd.org/changeset/ports/526382
Log:
lang/beignet: Set deprecated and expiration date
Set the port deprecated, people should use lang/intel-computer-runtime
instead.
Set the expiration date one day after the next quarterly so people using
this repository will be warned.
PR: 233652
Reported by: jbeich
Approved by: x11 (zeising@)
Modified:
head/lang/beignet/Makefile
Modified: head/lang/beignet/Makefile
==============================================================================
--- head/lang/beignet/Makefile Mon Feb 17 17:19:57 2020 (r526381)
+++ head/lang/beignet/Makefile Mon Feb 17 17:55:07 2020 (r526382)
@@ -14,6 +14,9 @@ COMMENT= Legacy OpenCL implementation for Intel HD (Ge
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated upstream, use lang/intel-compute-runtime
+EXPIRATION_DATE= 2020-04-02
+
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
opencl>=0:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
More information about the svn-ports-all
mailing list