Date: Fri, 13 Dec 2019 05:34:59 +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: r519964 - in head: . lang lang/compute-runtime lang/intel-compute-runtime Message-ID: <201912130534.xBD5YxEE065398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912130534.xBD5YxEE065398>