Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2018 11:10:37 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459404 - head/devel/tbb
Message-ID:  <201801191110.w0JBAb45049333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Fri Jan 19 11:10:37 2018
New Revision: 459404
URL: https://svnweb.freebsd.org/changeset/ports/459404

Log:
  - Update to 2018 U2
  - Reorder a few things to make portlint happy

Modified:
  head/devel/tbb/Makefile
  head/devel/tbb/distinfo
  head/devel/tbb/pkg-plist

Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile	Fri Jan 19 10:00:43 2018	(r459403)
+++ head/devel/tbb/Makefile	Fri Jan 19 11:10:37 2018	(r459404)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tbb
-PORTVERSION=	2018
+PORTVERSION=	2018.2
 CATEGORIES=	devel
 
 MAINTAINER=	martymac@FreeBSD.org
@@ -10,6 +10,11 @@ COMMENT=	Library that provides thread building blocks
 
 LICENSE=	APACHE20
 
+ONLY_FOR_ARCHS=		amd64 armv6 i386
+ONLY_FOR_ARCHS_REASON=	has not been ported to this platform
+
+USES=	compiler gmake tar:tgz
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	01org
 GH_TAGNAME=	${PORTVERSION:S/./_U/}
@@ -23,11 +28,7 @@ SUB_LIST=	prefix="${PREFIX}" \
 OPTIONS_DEFINE=	DOCS
 PORTDOCS=	*
 
-ONLY_FOR_ARCHS=		amd64 armv6 i386
-ONLY_FOR_ARCHS_REASON=	has not been ported to this platform
-
 USE_LDCONFIG=	yes
-USES=	compiler gmake tar:tgz
 ALL_TARGET=	default
 
 CC_BASENAME=	${CC:C,^.*/,,}

Modified: head/devel/tbb/distinfo
==============================================================================
--- head/devel/tbb/distinfo	Fri Jan 19 10:00:43 2018	(r459403)
+++ head/devel/tbb/distinfo	Fri Jan 19 11:10:37 2018	(r459404)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505454798
-SHA256 (01org-tbb-2018_GH0.tar.gz) = 94f643f1edfaccb57d64b503c7c96f00dec64e8635c054bbaa33855d72c5822d
-SIZE (01org-tbb-2018_GH0.tar.gz) = 2889943
+TIMESTAMP = 1515705707
+SHA256 (01org-tbb-2018.2-2018_U2_GH0.tar.gz) = 78bb9bae474736d213342f01fe1a6d00c6939d5c75b367e2e43e7bf29a6d8eca
+SIZE (01org-tbb-2018.2-2018_U2_GH0.tar.gz) = 2905393

Modified: head/devel/tbb/pkg-plist
==============================================================================
--- head/devel/tbb/pkg-plist	Fri Jan 19 10:00:43 2018	(r459403)
+++ head/devel/tbb/pkg-plist	Fri Jan 19 11:10:37 2018	(r459404)
@@ -29,6 +29,8 @@ include/tbb/internal/_aggregator_impl.h
 include/tbb/internal/_concurrent_queue_impl.h
 include/tbb/internal/_concurrent_unordered_impl.h
 include/tbb/internal/_flow_graph_async_msg_impl.h
+include/tbb/internal/_flow_graph_body_impl.h
+include/tbb/internal/_flow_graph_cache_impl.h
 include/tbb/internal/_flow_graph_impl.h
 include/tbb/internal/_flow_graph_indexer_impl.h
 include/tbb/internal/_flow_graph_item_buffer_impl.h
@@ -42,6 +44,7 @@ include/tbb/internal/_mutex_padding.h
 include/tbb/internal/_range_iterator.h
 include/tbb/internal/_tbb_hash_compare_impl.h
 include/tbb/internal/_tbb_strings.h
+include/tbb/internal/_tbb_trace_impl.h
 include/tbb/internal/_tbb_windef.h
 include/tbb/internal/_template_helpers.h
 include/tbb/internal/_x86_eliding_mutex_impl.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801191110.w0JBAb45049333>