Date: Mon, 8 Feb 2021 11:47: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: r564697 - head/lang/intel-compute-runtime Message-ID: <202102081147.118BluYU096747@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Feb 8 11:47:56 2021 New Revision: 564697 URL: https://svnweb.freebsd.org/changeset/ports/564697 Log: lang/intel-compute-runtime: update to 21.05.18936 Changes: https://github.com/intel/compute-runtime/compare/21.04.18912...21.05.18936 Reported by: GitHub (watch releases) Modified: head/lang/intel-compute-runtime/Makefile (contents, props changed) head/lang/intel-compute-runtime/distinfo (contents, props changed) Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/intel-compute-runtime/Makefile Mon Feb 8 11:19:35 2021 (r564696) +++ head/lang/intel-compute-runtime/Makefile Mon Feb 8 11:47:56 2021 (r564697) @@ -1,12 +1,13 @@ # $FreeBSD$ PORTNAME= compute-runtime -DISTVERSION= 21.04.18912 +DISTVERSION= 21.05.18936 CATEGORIES= lang PKGNAMEPREFIX= intel- PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 2a423820aaa4.patch:-p1 # https://github.com/intel/compute-runtime/pull/361 +PATCHFILES+= 6a80177dbf86.patch:-p1 7a91ef844a98.patch:-p1 # NEO_BUILD_DEBUG_SYMBOLS_PACKAGE MAINTAINER= jbeich@FreeBSD.org COMMENT= OpenCL implementation for Intel HD 5000 (Gen8) or newer Modified: head/lang/intel-compute-runtime/distinfo ============================================================================== --- head/lang/intel-compute-runtime/distinfo Mon Feb 8 11:19:35 2021 (r564696) +++ head/lang/intel-compute-runtime/distinfo Mon Feb 8 11:47:56 2021 (r564697) @@ -1,5 +1,9 @@ -TIMESTAMP = 1611166927 -SHA256 (intel-compute-runtime-21.04.18912_GH0.tar.gz) = 1394f7d222d0446ac40aeb1470355d2bf31ec6c792555f4584ee269ae51c7f46 -SIZE (intel-compute-runtime-21.04.18912_GH0.tar.gz) = 3721532 +TIMESTAMP = 1611598388 +SHA256 (intel-compute-runtime-21.05.18936_GH0.tar.gz) = 90b02b0891544a313e807141e372714abccb5ee0b5c4507d0529020bd3e12356 +SIZE (intel-compute-runtime-21.05.18936_GH0.tar.gz) = 3731612 SHA256 (2a423820aaa4.patch) = dd034e856e75d70bc6b63204aa2c67530a3212d111b67a703e4cbeb84e61685b SIZE (2a423820aaa4.patch) = 947 +SHA256 (6a80177dbf86.patch) = 4078f2bcb5101216f3e333f14466fc4f35c0bf4b0ac09f276270780a96b5d78a +SIZE (6a80177dbf86.patch) = 729 +SHA256 (7a91ef844a98.patch) = 3c628bb5e83fb79b63cfc66dd4f6cef6ae0cbe0b6ee0e2dd39f51294857e15fb +SIZE (7a91ef844a98.patch) = 13251
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102081147.118BluYU096747>