Date: Tue, 13 Mar 2018 20:09:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464404 - in head/graphics/osg: . files Message-ID: <201803132009.w2DK9LH9016928@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803132009.w2DK9LH9016928>