Date: Mon, 9 Dec 2013 16:07:32 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336000 - in head/graphics: blender opencolorio openimageio openimageio/files py-openimageio Message-ID: <201312091607.rB9G7Wr9076086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Dec 9 16:07:32 2013 New Revision: 336000 URL: http://svnweb.freebsd.org/changeset/ports/336000 Log: - Update from 1.2.3 to 1.3.9 PR: ports/184609 Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) Deleted: head/graphics/openimageio/files/ Modified: head/graphics/blender/Makefile head/graphics/opencolorio/Makefile head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist head/graphics/py-openimageio/Makefile Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Mon Dec 9 15:58:11 2013 (r335999) +++ head/graphics/blender/Makefile Mon Dec 9 16:07:32 2013 (r336000) @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.69 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Mon Dec 9 15:58:11 2013 (r335999) +++ head/graphics/opencolorio/Makefile Mon Dec 9 16:07:32 2013 (r336000) @@ -3,7 +3,7 @@ PORTNAME= opencolorio PORTVERSION= 1.0.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Mon Dec 9 15:58:11 2013 (r335999) +++ head/graphics/openimageio/Makefile Mon Dec 9 16:07:32 2013 (r336000) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.2.3 -PORTREVISION?= 2 +PORTVERSION= 1.3.9 +PORTREVISION?= 0 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -15,8 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= bcdad81 -WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src +GH_COMMIT= 1a57f2f # fbm also installs bin/idiff CONFLICTS= fbm-[0-9]* @@ -78,7 +77,7 @@ CMAKE_ARGS+= -DUSE_OCIO:BOOL=OFF post-install: .if ${SLAVE_PORT} == no - ${LN} -sf libOpenImageIO.so.1.2 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 + ${LN} -sf libOpenImageIO.so.1.3 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 .endif .include <bsd.port.mk> Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Mon Dec 9 15:58:11 2013 (r335999) +++ head/graphics/openimageio/distinfo Mon Dec 9 16:07:32 2013 (r336000) @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.2.3.tar.gz) = 9d1dd8b332cc2a191f3d60acc68636a0736d1caa535c326554476bef7a88726d -SIZE (openimageio-1.2.3.tar.gz) = 12380067 +SHA256 (openimageio-1.3.9.tar.gz) = 4f68be9bcb50ebb1e645f8f9204247c90d443e050c26dda2cb7ebdead08cde88 +SIZE (openimageio-1.3.9.tar.gz) = 14832206 Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Mon Dec 9 15:58:11 2013 (r335999) +++ head/graphics/openimageio/pkg-plist Mon Dec 9 16:07:32 2013 (r336000) @@ -39,8 +39,8 @@ include/OpenImageIO/pugiconfig.hpp include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 -lib/libOpenImageIO.so.1.2 -lib/libOpenImageIO.so.1.2.3 +lib/libOpenImageIO.so.1.3 +lib/libOpenImageIO.so.1.3.9 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf Modified: head/graphics/py-openimageio/Makefile ============================================================================== --- head/graphics/py-openimageio/Makefile Mon Dec 9 15:58:11 2013 (r335999) +++ head/graphics/py-openimageio/Makefile Mon Dec 9 16:07:32 2013 (r336000) @@ -11,6 +11,6 @@ OPTIONS_EXCLUDE=DOCS IMAGEVIEWER OCIO do-install: @${MKDIR} -p ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312091607.rB9G7Wr9076086>