From owner-svn-ports-head@freebsd.org Fri Jan 27 19:52:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A80B7CC4819; Fri, 27 Jan 2017 19:52:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7909815C8; Fri, 27 Jan 2017 19:52:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0RJq3qd057566; Fri, 27 Jan 2017 19:52:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0RJq3Nu057561; Fri, 27 Jan 2017 19:52:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701271952.v0RJq3Nu057561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 27 Jan 2017 19:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432568 - in head/graphics: appleseed blender openshadinglanguage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 19:52:04 -0000 Author: jbeich Date: Fri Jan 27 19:52:02 2017 New Revision: 432568 URL: https://svnweb.freebsd.org/changeset/ports/432568 Log: graphics/openshadinglanguage: update to 1.7.5 - Add indirect dependencies - Convert USE_GCC to USES=compiler:c++11-lib - Chase WWW redirect Changes: https://github.com/imageworks/OpenShadingLanguage/raw/Release-1.7.5/CHANGES PR: 216462 Submitted by: Shane (maintainer) Modified: head/graphics/appleseed/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/openshadinglanguage/Makefile (contents, props changed) head/graphics/openshadinglanguage/distinfo (contents, props changed) head/graphics/openshadinglanguage/pkg-descr (contents, props changed) Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Fri Jan 27 19:26:57 2017 (r432567) +++ head/graphics/appleseed/Makefile Fri Jan 27 19:52:02 2017 (r432568) @@ -3,7 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.5.2-beta -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Fri Jan 27 19:26:57 2017 (r432567) +++ head/graphics/blender/Makefile Fri Jan 27 19:52:02 2017 (r432568) @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.77a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ Modified: head/graphics/openshadinglanguage/Makefile ============================================================================== --- head/graphics/openshadinglanguage/Makefile Fri Jan 27 19:26:57 2017 (r432567) +++ head/graphics/openshadinglanguage/Makefile Fri Jan 27 19:52:02 2017 (r432568) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openshadinglanguage -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.5 DISTVERSIONPREFIX= Release- -PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz @@ -16,9 +15,11 @@ BUILD_DEPENDS= llvm-config34:devel/llvm3 clang34>=3.4_1:lang/clang34 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libIlmImf.so:graphics/OpenEXR \ + libImath.so:graphics/ilmbase \ libOpenImageIO.so:graphics/openimageio RUN_DEPENDS= llvm-config34:devel/llvm34 +USES= bison cmake:outsource compiler:c++11-lib ncurses USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenShadingLanguage @@ -26,13 +27,6 @@ GH_PROJECT= OpenShadingLanguage CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" \ -DENABLERTTI:BOOL=ON USE_LDCONFIG= yes -USES= bison cmake:outsource compiler:c11 - -.include - -.if ${ARCH} == powerpc -USE_GCC= yes -.endif post-patch: @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \ Modified: head/graphics/openshadinglanguage/distinfo ============================================================================== --- head/graphics/openshadinglanguage/distinfo Fri Jan 27 19:26:57 2017 (r432567) +++ head/graphics/openshadinglanguage/distinfo Fri Jan 27 19:52:02 2017 (r432568) @@ -1,2 +1,3 @@ -SHA256 (imageworks-OpenShadingLanguage-Release-1.7.2_GH0.tar.gz) = 9c8b014248db24f1993fb7eb4b022a19a42ec7e81a6a28ade13c52be5941c85b -SIZE (imageworks-OpenShadingLanguage-Release-1.7.2_GH0.tar.gz) = 13717762 +TIMESTAMP = 1478806482 +SHA256 (imageworks-OpenShadingLanguage-Release-1.7.5_GH0.tar.gz) = 46226af0592297172e856635eac50327255f1a307244162c1feb47581e72a109 +SIZE (imageworks-OpenShadingLanguage-Release-1.7.5_GH0.tar.gz) = 13739852 Modified: head/graphics/openshadinglanguage/pkg-descr ============================================================================== --- head/graphics/openshadinglanguage/pkg-descr Fri Jan 27 19:26:57 2017 (r432567) +++ head/graphics/openshadinglanguage/pkg-descr Fri Jan 27 19:52:02 2017 (r432568) @@ -7,4 +7,4 @@ renderer used for feature film animation language specification was developed with input by other visual effects and animation studios who also wish to use it. -WWW: http://code.google.com/p/openshadinglanguage/ +WWW: https://github.com/imageworks/openshadinglanguage