From owner-svn-ports-head@freebsd.org Thu May 31 16:24:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C476DEFF8D2; Thu, 31 May 2018 16:24:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 760A971280; Thu, 31 May 2018 16:24:32 +0000 (UTC) (envelope-from swills@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 544481C989; Thu, 31 May 2018 16:24:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4VGOWli080996; Thu, 31 May 2018 16:24:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4VGOVDg080993; Thu, 31 May 2018 16:24:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805311624.w4VGOVDg080993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 31 May 2018 16:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471216 - head/devel/opencl X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/opencl X-SVN-Commit-Revision: 471216 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.26 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, 31 May 2018 16:24:33 -0000 Author: swills Date: Thu May 31 16:24:31 2018 New Revision: 471216 URL: https://svnweb.freebsd.org/changeset/ports/471216 Log: devel/opencl: Update to new header API rev. 2.2 PR: 223090 Submitted by: O. Hartmann (maintainer, different email) Modified: head/devel/opencl/Makefile (contents, props changed) head/devel/opencl/distinfo (contents, props changed) head/devel/opencl/pkg-descr (contents, props changed) Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Thu May 31 15:57:13 2018 (r471215) +++ head/devel/opencl/Makefile Thu May 31 16:24:31 2018 (r471216) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= opencl -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= devel MAINTAINER= ohartman@zedat.fu-berlin.de -COMMENT= Open Computing Language (OpenCL) specifications V2.1 (header files) +COMMENT= Open Computing Language (OpenCL) specifications V2.2 (header files) LICENSE= unknown LICENSE_NAME= BSD-esque license agreement @@ -21,11 +21,13 @@ GH_PROJECT= OpenCL-Headers OpenCL-CLHPP:clhpp GH_TAGNAME= ${HEADER_TAG} ${CLHPP_TAG}:clhpp # the header releases don't have tags yet, so use git commit for now -HEADER_TAG= 2d06e09 -CLHPP_TAG= v2.0.10 +HEADER_TAG= f039db6 +CLHPP_TAG= 8b6a312 USES= python:build NO_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL do-build: @cd ${WRKSRC_clhpp} && ${PYTHON_CMD} gen_cl_hpp.py Modified: head/devel/opencl/distinfo ============================================================================== --- head/devel/opencl/distinfo Thu May 31 15:57:13 2018 (r471215) +++ head/devel/opencl/distinfo Thu May 31 16:24:31 2018 (r471216) @@ -1,5 +1,5 @@ -TIMESTAMP = 1477133498 -SHA256 (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 6e5d2fc99809fd963ac2ce3648e79fa7997262741992b7a4ccd923f8d1194f6f -SIZE (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 30745 -SHA256 (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = fa27456295c3fa534ce824eb0314190a8b3ebd3ba4d93a0b1270fc65bf378f2b -SIZE (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = 129954 +TIMESTAMP = 1508331981 +SHA256 (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 2f74418100ebc1f6a1c8dfa8bf0dbb82956f6aa54b41cb414b61fce1a5785f46 +SIZE (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 160909 +SHA256 (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 482d6ae6bbae5255e448bb2556a9fcbbe79370cf01405f868e0e56e57a54f9bb +SIZE (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 131038 Modified: head/devel/opencl/pkg-descr ============================================================================== --- head/devel/opencl/pkg-descr Thu May 31 15:57:13 2018 (r471215) +++ head/devel/opencl/pkg-descr Thu May 31 16:24:31 2018 (r471216) @@ -3,4 +3,4 @@ for general purpose parallel programming across CPUs, other processors, giving software developers portable and efficient access to the power of these heterogeneous processing platforms. -These header are covering OpenCL API 2.1 +These header are covering OpenCL API 2.2