From owner-svn-ports-all@freebsd.org Fri Dec 13 05:35:00 2019 Return-Path: Delivered-To: svn-ports-all@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 B77B91E30A0; Fri, 13 Dec 2019 05:35:00 +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) server-signature RSA-PSS (4096 bits) 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 47Yzrh4MTXz4Xjh; Fri, 13 Dec 2019 05:35:00 +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 7444B77CC; Fri, 13 Dec 2019 05:35:00 +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 xBD5Z0ho065416; Fri, 13 Dec 2019 05:35:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBD5YxEE065398; Fri, 13 Dec 2019 05:34:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912130534.xBD5YxEE065398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 13 Dec 2019 05:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519964 - in head: . lang lang/compute-runtime lang/intel-compute-runtime X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . lang lang/compute-runtime lang/intel-compute-runtime X-SVN-Commit-Revision: 519964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2019 05:35:00 -0000 Author: jbeich Date: Fri Dec 13 05:34:59 2019 New Revision: 519964 URL: https://svnweb.freebsd.org/changeset/ports/519964 Log: lang/compute-runtime: prefix package like other distributions Compute runtime unlike Beignet maybe used by other CPU vendors for a common runtime used by GPGPU. Added: head/lang/intel-compute-runtime/ - copied from r519963, head/lang/compute-runtime/ Deleted: head/lang/compute-runtime/ Modified: head/MOVED head/lang/Makefile head/lang/intel-compute-runtime/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Dec 13 05:31:26 2019 (r519963) +++ head/MOVED Fri Dec 13 05:34:59 2019 (r519964) @@ -13520,3 +13520,4 @@ graphics/osg-devel|graphics/osg|2019-12-10|Updated to security/kdbx-viewer|security/kdbxviewer|2019-12-10|Renamed to match upstream GitHub repository net-im/pidgin-privacy-please||2019-12-10|Has expired: Abandonware java/jakarta-commons-pool|java/apache-commons-pool|2019-12-12|Renamed upstream +lang/compute-runtime|lang/intel-compute-runtime|2019-12-13|Disambiguate Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Fri Dec 13 05:31:26 2019 (r519963) +++ head/lang/Makefile Fri Dec 13 05:34:59 2019 (r519964) @@ -45,7 +45,6 @@ SUBDIR += cmucl-extra SUBDIR += cocor SUBDIR += coffeescript - SUBDIR += compute-runtime SUBDIR += cparser SUBDIR += crystal SUBDIR += csharp-mode.el @@ -145,6 +144,7 @@ SUBDIR += icc SUBDIR += ici SUBDIR += icon + SUBDIR += intel-compute-runtime SUBDIR += intercal SUBDIR += io SUBDIR += io-devel Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/compute-runtime/Makefile Fri Dec 13 05:31:26 2019 (r519963) +++ head/lang/intel-compute-runtime/Makefile Fri Dec 13 05:34:59 2019 (r519964) @@ -4,6 +4,7 @@ PORTNAME= compute-runtime DISTVERSION= 19.48.14977 PORTREVISION= 1 CATEGORIES= lang +PKGNAMEPREFIX= intel- PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= fb8df1a328e4.patch:-p1