Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 17:55:07 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526382 - head/lang/beignet
Message-ID:  <202002171755.01HHt7SK080696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002171755.01HHt7SK080696>