From owner-svn-ports-all@FreeBSD.ORG Mon Dec 9 16:07:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7F6494F; Mon, 9 Dec 2013 16:07:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D308516B3; Mon, 9 Dec 2013 16:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9G7XeE076092; Mon, 9 Dec 2013 16:07:33 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9G7Wr9076086; Mon, 9 Dec 2013 16:07:32 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201312091607.rB9G7Wr9076086@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 9 Dec 2013 16:07:32 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 16:07:34 -0000 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 (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 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"