Date: Sun, 16 Jun 2013 07:30:01 GMT From: Shane Ambler <FreeBSD@ShaneWare.Biz> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/179192: [maintainer update] for graphics/openimageio Message-ID: <201306160730.r5G7U1BB051815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179192; it has been noted by GNATS. From: Shane Ambler <FreeBSD@ShaneWare.Biz> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179192: [maintainer update] for graphics/openimageio Date: Sun, 16 Jun 2013 16:59:06 +0930 This is a multi-part message in MIME format. --------------010001040806010002070106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Again this replaces the previous patch - adjusts only github changes --------------010001040806010002070106 Content-Type: text/plain; charset=UTF-8; name="openimageio.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="openimageio.patch.txt" diff -Nru openimageio.orig/Makefile openimageio/Makefile --- openimageio.orig/Makefile 2013-06-16 16:55:53.213568738 +0930 +++ openimageio/Makefile 2013-06-16 16:51:18.134569089 +0930 @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -22,7 +22,7 @@ GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= f28f5c4 +GH_COMMIT= c092151 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff diff -Nru openimageio.orig/distinfo openimageio/distinfo --- openimageio.orig/distinfo 2013-06-16 16:55:53.254568576 +0930 +++ openimageio/distinfo 2013-06-16 16:48:51.669568563 +0930 @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.1.10.tar.gz) = 1510287790113f0c64421623be7bf5b9317a1c9cfd6e85125bae81bc6c07a275 -SIZE (openimageio-1.1.10.tar.gz) = 9501836 +SHA256 (openimageio-1.1.11.tar.gz) = 489be1c57f10543412b42ae2aa67eb0ecb9634045b698b29ec06b5d120722308 +SIZE (openimageio-1.1.11.tar.gz) = 9502233 diff -Nru openimageio.orig/files/patch-ptex.imageio_ptex_PtexWriter.cpp openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp --- openimageio.orig/files/patch-ptex.imageio_ptex_PtexWriter.cpp 1970-01-01 09:30:00.000000000 +0930 +++ openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp 2013-06-05 20:22:57.023382218 +0930 @@ -0,0 +1,10 @@ +--- ./ptex.imageio/ptex/PtexWriter.cpp.orig 2013-06-04 19:49:43.476382085 +0930 ++++ ./ptex.imageio/ptex/PtexWriter.cpp 2013-06-04 19:49:48.134381870 +0930 +@@ -66,6 +66,7 @@ + #include <algorithm> + #include <iostream> + #include <sstream> ++#include <unistd.h> + + #include "filesystem.h" + diff -Nru openimageio.orig/pkg-plist openimageio/pkg-plist --- openimageio.orig/pkg-plist 2013-06-16 16:55:53.254568576 +0930 +++ openimageio/pkg-plist 2013-06-02 06:35:18.589381134 +0930 @@ -38,7 +38,7 @@ lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.1 -lib/libOpenImageIO.so.1.1.10 +lib/libOpenImageIO.so.1.1.11 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf --------------010001040806010002070106--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306160730.r5G7U1BB051815>