From owner-svn-ports-head@freebsd.org Tue Mar 13 20:09:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35C63F4C35F; Tue, 13 Mar 2018 20:09:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB57571F4E; Tue, 13 Mar 2018 20:09:21 +0000 (UTC) (envelope-from amdmi3@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5B121E59E; Tue, 13 Mar 2018 20:09:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2DK9LfG016931; Tue, 13 Mar 2018 20:09:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2DK9LH9016928; Tue, 13 Mar 2018 20:09:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803132009.w2DK9LH9016928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 13 Mar 2018 20:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464404 - in head/graphics/osg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/graphics/osg: . files X-SVN-Commit-Revision: 464404 X-SVN-Commit-Repository: ports 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.25 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: Tue, 13 Mar 2018 20:09:22 -0000 Author: amdmi3 Date: Tue Mar 13 20:09:21 2018 New Revision: 464404 URL: https://svnweb.freebsd.org/changeset/ports/464404 Log: - Update to 3.4.1 Deleted: head/graphics/osg/files/patch-ffmpeg3 Modified: head/graphics/osg/Makefile head/graphics/osg/distinfo head/graphics/osg/pkg-plist Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Tue Mar 13 20:04:57 2018 (r464403) +++ head/graphics/osg/Makefile Tue Mar 13 20:09:21 2018 (r464404) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= osg -PORTVERSION= 3.4.0 -PORTREVISION= 4 +PORTVERSION= 3.4.1 +DISTVERSIONPREFIX= OpenSceneGraph- CATEGORIES= graphics -MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering @@ -20,15 +17,19 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff +USE_GITHUB= yes +GH_ACCOUNT= openscenegraph +GH_PROJECT= OpenSceneGraph + CONFLICTS= osg-devel-[0-9]* -USES= alias cmake:outsource jpeg pkgconfig zip +USES= alias cmake:outsource jpeg pkgconfig USE_GL= gl glu USE_XORG= x11 USE_LDCONFIG= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=130 \ + OSG_SHLIBVER=131 \ OPENTHREADS_VERSION=3.3.0 \ OPENTHREADS_SHLIBVER=20 Modified: head/graphics/osg/distinfo ============================================================================== --- head/graphics/osg/distinfo Tue Mar 13 20:04:57 2018 (r464403) +++ head/graphics/osg/distinfo Tue Mar 13 20:09:21 2018 (r464404) @@ -1,2 +1,3 @@ -SHA256 (OpenSceneGraph-3.4.0.zip) = 5c727d84755da276adf8c4a4a3a8ba9c9570fc4b4969f06f1d2e9f89b1e3040e -SIZE (OpenSceneGraph-3.4.0.zip) = 7975023 +TIMESTAMP = 1506357973 +SHA256 (openscenegraph-OpenSceneGraph-OpenSceneGraph-3.4.1_GH0.tar.gz) = 930eb46f05781a76883ec16c5f49cfb29a059421db131005d75bec4d78401fd5 +SIZE (openscenegraph-OpenSceneGraph-OpenSceneGraph-3.4.1_GH0.tar.gz) = 5686385 Modified: head/graphics/osg/pkg-plist ============================================================================== --- head/graphics/osg/pkg-plist Tue Mar 13 20:04:57 2018 (r464403) +++ head/graphics/osg/pkg-plist Tue Mar 13 20:09:21 2018 (r464404) @@ -176,6 +176,7 @@ include/osg/TransferFunction include/osg/Transform include/osg/TriangleFunctor include/osg/TriangleIndexFunctor +include/osg/TriangleLinePointIndexFunctor include/osg/Types include/osg/Uniform include/osg/UserDataContainer @@ -570,6 +571,12 @@ include/osgViewer/ViewerEventHandlers include/osgViewer/api/X11/GraphicsHandleX11 include/osgViewer/api/X11/GraphicsWindowX11 include/osgViewer/api/X11/PixelBufferX11 +include/osgViewer/config/AcrossAllScreens +include/osgViewer/config/PanoramicSphericalDisplay +include/osgViewer/config/SingleScreen +include/osgViewer/config/SingleWindow +include/osgViewer/config/SphericalDisplay +include/osgViewer/config/WoWVxDisplay include/osgVolume/Export include/osgVolume/FixedFunctionTechnique include/osgVolume/Layer