From owner-svn-ports-head@freebsd.org Thu Jun 4 15:25:51 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E6FF2F7339; Thu, 4 Jun 2020 15:25:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49d8k72rMRz453t; Thu, 4 Jun 2020 15:25:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C6B221471; Thu, 4 Jun 2020 15:25:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 054FPp7J072823; Thu, 4 Jun 2020 15:25:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 054FPoev072817; Thu, 4 Jun 2020 15:25:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006041525.054FPoev072817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 4 Jun 2020 15:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537903 - in head: devel/intel-graphics-compiler lang/intel-compute-runtime X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/intel-graphics-compiler lang/intel-compute-runtime X-SVN-Commit-Revision: 537903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2020 15:25:51 -0000 Author: jbeich Date: Thu Jun 4 15:25:50 2020 New Revision: 537903 URL: https://svnweb.freebsd.org/changeset/ports/537903 Log: devel/intel-graphics-compiler: update to 1.0.4062 Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4062 Reported by: GitHub (watch releases) Modified: head/devel/intel-graphics-compiler/Makefile (contents, props changed) head/devel/intel-graphics-compiler/distinfo (contents, props changed) head/lang/intel-compute-runtime/Makefile (contents, props changed) Modified: head/devel/intel-graphics-compiler/Makefile ============================================================================== --- head/devel/intel-graphics-compiler/Makefile Thu Jun 4 15:25:35 2020 (r537902) +++ head/devel/intel-graphics-compiler/Makefile Thu Jun 4 15:25:50 2020 (r537903) @@ -2,7 +2,7 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- -DISTVERSION= 1.0.4053 +DISTVERSION= 1.0.4062 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/devel/intel-graphics-compiler/distinfo ============================================================================== --- head/devel/intel-graphics-compiler/distinfo Thu Jun 4 15:25:35 2020 (r537902) +++ head/devel/intel-graphics-compiler/distinfo Thu Jun 4 15:25:50 2020 (r537903) @@ -1,5 +1,5 @@ -TIMESTAMP = 1589867044 -SHA256 (intel-intel-graphics-compiler-igc-1.0.4053_GH0.tar.gz) = 9117399688b02f7cee51fccbd0f140921377c8250563f65ae92a1e9ed1abd717 -SIZE (intel-intel-graphics-compiler-igc-1.0.4053_GH0.tar.gz) = 5818791 +TIMESTAMP = 1589942719 +SHA256 (intel-intel-graphics-compiler-igc-1.0.4062_GH0.tar.gz) = 361b34b2381d9421f928cb7f54a1ae499517457c7285d62c7fb55c8f87d5f810 +SIZE (intel-intel-graphics-compiler-igc-1.0.4062_GH0.tar.gz) = 5820753 SHA256 (b4e40a433077.patch) = 56950deb485a4c1dc844f4864f42b80907919b61132b0e797f7955989fed0597 SIZE (b4e40a433077.patch) = 9585 Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/intel-compute-runtime/Makefile Thu Jun 4 15:25:35 2020 (r537902) +++ head/lang/intel-compute-runtime/Makefile Thu Jun 4 15:25:50 2020 (r537903) @@ -2,6 +2,7 @@ PORTNAME= compute-runtime DISTVERSION= 20.21.16886 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= intel-