Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 18:22:36 +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: r395904 - in head: archivers/par2cmdline-tbb cad/opencascade devel/tbb graphics/opencv
Message-ID:  <201509021822.t82IMagm060485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Wed Sep  2 18:22:35 2015
New Revision: 395904
URL: https://svnweb.freebsd.org/changeset/ports/395904

Log:
  Update devel/tbb to 4.4.0 and bump dependent ports' revisions
  
  PR:		202777
  Submitted by:	oleksii.tsai@gmail.com

Modified:
  head/archivers/par2cmdline-tbb/Makefile
  head/cad/opencascade/Makefile
  head/devel/tbb/Makefile
  head/devel/tbb/distinfo
  head/devel/tbb/pkg-plist
  head/graphics/opencv/Makefile

Modified: head/archivers/par2cmdline-tbb/Makefile
==============================================================================
--- head/archivers/par2cmdline-tbb/Makefile	Wed Sep  2 18:06:51 2015	(r395903)
+++ head/archivers/par2cmdline-tbb/Makefile	Wed Sep  2 18:22:35 2015	(r395904)
@@ -3,7 +3,7 @@
 
 PORTNAME=	par2cmdline-tbb
 PORTVERSION=	20100203
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	archivers
 MASTER_SITES=	http://chuchusoft.com/par2_tbb/
 DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Wed Sep  2 18:06:51 2015	(r395903)
+++ head/cad/opencascade/Makefile	Wed Sep  2 18:22:35 2015	(r395904)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencascade
 PORTVERSION=	6.8.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad science
 MASTER_SITES=	http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/
 

Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile	Wed Sep  2 18:06:51 2015	(r395903)
+++ head/devel/tbb/Makefile	Wed Sep  2 18:22:35 2015	(r395904)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	tbb
-PORTVERSION=	4.3.0
-PORTREVISION=	2
+PORTVERSION=	4.4.0
 CATEGORIES=	devel
 MASTER_SITES=	http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \
 		LOCAL/martymac
-DISTNAME=	${PORTNAME}${PORTVERSION:R:S/.//g}_20150611oss_src
+DISTNAME=	${PORTNAME}${PORTVERSION:R:S/.//g}_20150728oss_src
 
 MAINTAINER=	martymac@FreeBSD.org
 COMMENT=	Library that provides thread building blocks

Modified: head/devel/tbb/distinfo
==============================================================================
--- head/devel/tbb/distinfo	Wed Sep  2 18:06:51 2015	(r395903)
+++ head/devel/tbb/distinfo	Wed Sep  2 18:22:35 2015	(r395904)
@@ -1,2 +1,2 @@
-SHA256 (tbb43_20150611oss_src.tgz) = 221f85fe64e11c9638e43b3c57d5750c26683905fc90827c0bcfefdb286e79c9
-SIZE (tbb43_20150611oss_src.tgz) = 2757631
+SHA256 (tbb44_20150728oss_src.tgz) = e9534f3238e6f7b34f9d0a78cb8604da1c5a611c5a2569fdd9cc90e06339538a
+SIZE (tbb44_20150728oss_src.tgz) = 2813726

Modified: head/devel/tbb/pkg-plist
==============================================================================
--- head/devel/tbb/pkg-plist	Wed Sep  2 18:06:51 2015	(r395903)
+++ head/devel/tbb/pkg-plist	Wed Sep  2 18:22:35 2015	(r395904)
@@ -35,6 +35,7 @@ include/tbb/internal/_flow_graph_trace_i
 include/tbb/internal/_flow_graph_types_impl.h
 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_windef.h
 include/tbb/internal/_template_helpers.h

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Wed Sep  2 18:06:51 2015	(r395903)
+++ head/graphics/opencv/Makefile	Wed Sep  2 18:22:35 2015	(r395904)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	opencv
 PORTVERSION=	2.4.9
-PORTREVISION?=	6
+PORTREVISION?=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION}
 



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