Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 11:00:13 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535284 - head/graphics/openimageio
Message-ID:  <202005151100.04FB0DMV012487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri May 15 11:00:13 2020
New Revision: 535284
URL: https://svnweb.freebsd.org/changeset/ports/535284

Log:
  graphics/openimageio: update to 2.1.15.0
  
  (with additional fix to do-test-TEST-on: target)
  
  PR:		246439
  Approved by:	Shane Ambler <FreeBSD@ShaneWare.Biz>

Modified:
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Fri May 15 10:50:43 2020	(r535283)
+++ head/graphics/openimageio/Makefile	Fri May 15 11:00:13 2020	(r535284)
@@ -3,8 +3,8 @@
 
 PORTNAME=	openimageio
 DISTVERSIONPREFIX=	Release-
-DISTVERSION=	2.1.11.2
-PORTREVISION=	5
+DISTVERSION=	2.1.15.0
+PORTREVISION=	0
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD@Shaneware.biz
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/tsl/robin_map.h:devel/robin-map
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
+		libfmt.so:devel/libfmt \
 		libheif.so:graphics/libheif \
 		libImath.so:graphics/ilmbase \
 		libIlmImf.so:graphics/openexr \
@@ -111,7 +112,7 @@ CMAKE_ARGS+=	-DPYTHON_VERSION:STRING=${PYTHON_VER} \
 do-install:
 	${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
 	${INSTALL_LIB} ${BUILD_WRKSRC}/lib/python/site-packages/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR}
-.else # SLAVE_PORT == no
+.else # SLAVE_PORT != yes
 USE_LDCONFIG=	yes
 CMAKE_OFF+=	USE_PYTHON
 
@@ -122,7 +123,7 @@ post-install:
 		${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.2
 
 do-test-TEST-on:
-	@cd ${BUILD_WRKSRC} && ${MAKE_CMD} ARGS=-V test
-.endif
+	@cd ${BUILD_WRKSRC} && ${SETENV} ARGS=-V ${MAKE_CMD} test
+.endif # SLAVE_PORT
 
 .include <bsd.port.mk>

Modified: head/graphics/openimageio/distinfo
==============================================================================
--- head/graphics/openimageio/distinfo	Fri May 15 10:50:43 2020	(r535283)
+++ head/graphics/openimageio/distinfo	Fri May 15 11:00:13 2020	(r535284)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581847788
-SHA256 (OpenImageIO-oiio-Release-2.1.11.2_GH0.tar.gz) = 0982f46a6a3107045c06ca825cc1637e023d7e7f16075523a85b10de9acedf55
-SIZE (OpenImageIO-oiio-Release-2.1.11.2_GH0.tar.gz) = 29027505
+TIMESTAMP = 1589376603
+SHA256 (OpenImageIO-oiio-Release-2.1.15.0_GH0.tar.gz) = 95b90ba22b73765cbcbd9e11891769c2e78696ad24d4af77ef3f3c8674422401
+SIZE (OpenImageIO-oiio-Release-2.1.15.0_GH0.tar.gz) = 29051047



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