svn commit: r413350 - in head/graphics/openimageio: . files

Bartek Rutkowski robak at FreeBSD.org
Fri Apr 15 16:14:43 UTC 2016


Author: robak
Date: Fri Apr 15 16:14:41 2016
New Revision: 413350
URL: https://svnweb.freebsd.org/changeset/ports/413350

Log:
  graphics/openimageio: update 1.6.10 -> 1.6.12
  
  PR:		208771
  Submitted by:	Shane Ambler <FreeBSD at ShaneWare.Biz> (maintainer)

Modified:
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo
  head/graphics/openimageio/files/patch-src_libOpenImageIO_CMakeLists.txt
  head/graphics/openimageio/pkg-plist

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Fri Apr 15 15:12:45 2016	(r413349)
+++ head/graphics/openimageio/Makefile	Fri Apr 15 16:14:41 2016	(r413350)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	openimageio
-PORTVERSION=	1.6.10
+PORTVERSION=	1.6.12
 DISTVERSIONPREFIX=	Release-
-PORTREVISION?=	1
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD at Shaneware.biz

Modified: head/graphics/openimageio/distinfo
==============================================================================
--- head/graphics/openimageio/distinfo	Fri Apr 15 15:12:45 2016	(r413349)
+++ head/graphics/openimageio/distinfo	Fri Apr 15 16:14:41 2016	(r413350)
@@ -1,2 +1,2 @@
-SHA256 (OpenImageIO-oiio-Release-1.6.10_GH0.tar.gz) = 61e65d2d8a14b4db2362b6e1102790f3e5e63369e09d9b6411e8bd2188182ace
-SIZE (OpenImageIO-oiio-Release-1.6.10_GH0.tar.gz) = 24911205
+SHA256 (OpenImageIO-oiio-Release-1.6.12_GH0.tar.gz) = 14b2221e1f45723fecc1def7863bad8839ef459147242d87c16651246d41a945
+SIZE (OpenImageIO-oiio-Release-1.6.12_GH0.tar.gz) = 24919192

Modified: head/graphics/openimageio/files/patch-src_libOpenImageIO_CMakeLists.txt
==============================================================================
--- head/graphics/openimageio/files/patch-src_libOpenImageIO_CMakeLists.txt	Fri Apr 15 15:12:45 2016	(r413349)
+++ head/graphics/openimageio/files/patch-src_libOpenImageIO_CMakeLists.txt	Fri Apr 15 16:14:41 2016	(r413350)
@@ -1,6 +1,6 @@
---- src/libOpenImageIO/CMakeLists.txt.orig	2015-09-28 18:00:17 UTC
+--- src/libOpenImageIO/CMakeLists.txt.orig	2016-03-01 22:25:21 UTC
 +++ src/libOpenImageIO/CMakeLists.txt
-@@ -272,6 +272,10 @@ if (EMBEDPLUGINS)
+@@ -302,6 +302,10 @@ if (EMBEDPLUGINS)
      endif ()
  endif ()
  
@@ -8,6 +8,6 @@
 +    target_link_libraries (OpenImageIO atomic)
 +endif ()
 +
- link_ilmbase (OpenImageIO)
+ target_link_libraries (OpenImageIO ${ILMBASE_LIBRARIES})
  
  if (USE_EXTERNAL_PUGIXML)

Modified: head/graphics/openimageio/pkg-plist
==============================================================================
--- head/graphics/openimageio/pkg-plist	Fri Apr 15 15:12:45 2016	(r413349)
+++ head/graphics/openimageio/pkg-plist	Fri Apr 15 16:14:41 2016	(r413350)
@@ -15,6 +15,7 @@ include/OpenImageIO/export.h
 include/OpenImageIO/filesystem.h
 include/OpenImageIO/filter.h
 include/OpenImageIO/fmath.h
+include/OpenImageIO/fstream_mingw.h
 include/OpenImageIO/hash.h
 include/OpenImageIO/image_view.h
 include/OpenImageIO/imagebuf.h


More information about the svn-ports-all mailing list