1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to version 1.4.15

PR:		196277
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
This commit is contained in:
Marcus von Appen 2015-02-08 20:46:26 +00:00
parent 9d52570074
commit 70161bf6d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378681
4 changed files with 22 additions and 22 deletions

View File

@ -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]*

View File

@ -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

View File

@ -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

View File

@ -1,7 +1,7 @@
# Created by: Shane Ambler
# $FreeBSD$
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}