Date: Fri, 13 Dec 2019 05:27:56 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519962 - in head/lang/compute-runtime: . files Message-ID: <201912130527.xBD5RuEf059570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Dec 13 05:27:56 2019 New Revision: 519962 URL: https://svnweb.freebsd.org/changeset/ports/519962 Log: lang/compute-runtime: switch to upstream fix for Clang 9 Deleted: head/lang/compute-runtime/files/patch-clang9 Modified: head/lang/compute-runtime/Makefile (contents, props changed) head/lang/compute-runtime/distinfo (contents, props changed) Modified: head/lang/compute-runtime/Makefile ============================================================================== --- head/lang/compute-runtime/Makefile Fri Dec 13 04:49:26 2019 (r519961) +++ head/lang/compute-runtime/Makefile Fri Dec 13 05:27:56 2019 (r519962) @@ -2,7 +2,11 @@ PORTNAME= compute-runtime DISTVERSION= 19.48.14977 +PORTREVISION= 1 CATEGORIES= lang + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= fb8df1a328e4.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT= OpenCL library for Intel HD 5000 (Gen8) or newer Modified: head/lang/compute-runtime/distinfo ============================================================================== --- head/lang/compute-runtime/distinfo Fri Dec 13 04:49:26 2019 (r519961) +++ head/lang/compute-runtime/distinfo Fri Dec 13 05:27:56 2019 (r519962) @@ -1,3 +1,5 @@ TIMESTAMP = 1575037414 SHA256 (intel-compute-runtime-19.48.14977_GH0.tar.gz) = 1b3c58260582f1af8934cd23837c9b27326f3968b8a21755dbf7d3feec7ebcd3 SIZE (intel-compute-runtime-19.48.14977_GH0.tar.gz) = 2633172 +SHA256 (fb8df1a328e4.patch) = 6fd8308328b85af5a17bc80466ecfc35c0f95c00dfa74b2bd2ba24af19f19ed4 +SIZE (fb8df1a328e4.patch) = 5903
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912130527.xBD5RuEf059570>