Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 20:46:26 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378681 - in head/graphics: openimageio py-openimageio
Message-ID:  <201502082046.t18KkQcL093033@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Feb  8 20:46:26 2015
New Revision: 378681
URL: https://svnweb.freebsd.org/changeset/ports/378681
QAT: https://qat.redports.org/buildarchive/r378681/

Log:
  - Update to version 1.4.15
  
  PR:		196277
  Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)

Modified:
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo
  head/graphics/openimageio/pkg-plist
  head/graphics/py-openimageio/Makefile

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Sun Feb  8 20:40:42 2015	(r378680)
+++ head/graphics/openimageio/Makefile	Sun Feb  8 20:46:26 2015	(r378681)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	openimageio
-PORTVERSION=	1.4.14
-PORTREVISION?=	3
+PORTVERSION=	1.4.15
+PORTREVISION?=	0
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD@Shaneware.biz
@@ -15,7 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	OpenImageIO
 GH_PROJECT=	oiio
 GH_TAGNAME=	Release-${PORTVERSION}
-GH_COMMIT=	08ce694
+GH_COMMIT=	99a9988
 
 # fbm also installs bin/idiff
 CONFLICTS=	fbm-[0-9]*

Modified: head/graphics/openimageio/distinfo
==============================================================================
--- head/graphics/openimageio/distinfo	Sun Feb  8 20:40:42 2015	(r378680)
+++ head/graphics/openimageio/distinfo	Sun Feb  8 20:46:26 2015	(r378681)
@@ -1,2 +1,2 @@
-SHA256 (openimageio-1.4.14.tar.gz) = 592df3961783811a267ddf84798755c54ca226b48788c3c2c2d8905b39cc3cbf
-SIZE (openimageio-1.4.14.tar.gz) = 17550176
+SHA256 (openimageio-1.4.15.tar.gz) = 990c093ae83fc211d512906d134aafbf041496298a81e0789556c0536d1ca2fd
+SIZE (openimageio-1.4.15.tar.gz) = 17551980

Modified: head/graphics/openimageio/pkg-plist
==============================================================================
--- head/graphics/openimageio/pkg-plist	Sun Feb  8 20:40:42 2015	(r378680)
+++ head/graphics/openimageio/pkg-plist	Sun Feb  8 20:46:26 2015	(r378681)
@@ -6,34 +6,35 @@ bin/iinfo
 bin/maketx
 bin/oiiotool
 include/OpenImageIO/argparse.h
+include/OpenImageIO/array_view.h
 include/OpenImageIO/color.h
 include/OpenImageIO/dassert.h
 include/OpenImageIO/errorhandler.h
-include/OpenImageIO/SHA1.h
-include/OpenImageIO/array_view.h
-include/OpenImageIO/image_view.h
-include/OpenImageIO/oiioversion.h
-include/OpenImageIO/platform.h
-include/OpenImageIO/strided_ptr.h
-include/OpenImageIO/string_ref.h
-include/OpenImageIO/string_view.h
-include/OpenImageIO/unittest.h
-include/OpenImageIO/unordered_map_concurrent.h
 include/OpenImageIO/export.h
 include/OpenImageIO/filesystem.h
 include/OpenImageIO/filter.h
 include/OpenImageIO/fmath.h
 include/OpenImageIO/hash.h
+include/OpenImageIO/image_view.h
 include/OpenImageIO/imagebuf.h
-include/OpenImageIO/imagebufalgo.h
 include/OpenImageIO/imagebufalgo_util.h
+include/OpenImageIO/imagebufalgo.h
 include/OpenImageIO/imagecache.h
 include/OpenImageIO/imageio.h
+include/OpenImageIO/oiioversion.h
 include/OpenImageIO/optparser.h
 include/OpenImageIO/osdep.h
 include/OpenImageIO/paramlist.h
+include/OpenImageIO/platform.h
 include/OpenImageIO/plugin.h
+include/OpenImageIO/pugiconfig.hpp
+include/OpenImageIO/pugixml.cpp
+include/OpenImageIO/pugixml.hpp
 include/OpenImageIO/refcnt.h
+include/OpenImageIO/SHA1.h
+include/OpenImageIO/strided_ptr.h
+include/OpenImageIO/string_ref.h
+include/OpenImageIO/string_view.h
 include/OpenImageIO/strutil.h
 include/OpenImageIO/sysutil.h
 include/OpenImageIO/texture.h
@@ -41,20 +42,19 @@ include/OpenImageIO/thread.h
 include/OpenImageIO/timer.h
 include/OpenImageIO/tinyformat.h
 include/OpenImageIO/typedesc.h
+include/OpenImageIO/unittest.h
+include/OpenImageIO/unordered_map_concurrent.h
 include/OpenImageIO/ustring.h
 include/OpenImageIO/varyingref.h
-include/OpenImageIO/pugixml.hpp
-include/OpenImageIO/pugixml.cpp
-include/OpenImageIO/pugiconfig.hpp
 include/OpenImageIO/version.h
 lib/libOpenImageIO.so
 lib/libOpenImageIO.so.1
 lib/libOpenImageIO.so.1.4
-lib/libOpenImageIO.so.1.4.14
+lib/libOpenImageIO.so.1.4.15
 lib/libOpenImageIO_Util.so
 lib/libOpenImageIO_Util.so.1
 lib/libOpenImageIO_Util.so.1.4
-lib/libOpenImageIO_Util.so.1.4.14
+lib/libOpenImageIO_Util.so.1.4.15
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Sun Feb  8 20:40:42 2015	(r378680)
+++ head/graphics/py-openimageio/Makefile	Sun Feb  8 20:46:26 2015	(r378681)
@@ -1,7 +1,7 @@
 # Created by: Shane Ambler
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 



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