Date: Sun, 12 Jul 2015 12:55: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: r391780 - in head/graphics/osg-devel: . files Message-ID: <201507121255.t6CCtLg4080857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jul 12 12:55:20 2015 New Revision: 391780 URL: https://svnweb.freebsd.org/changeset/ports/391780 Log: - Update to 3.3.8 - Pet portlint Deleted: head/graphics/osg-devel/files/patch-CMakeModules_FindOpenEXR.cmake Modified: head/graphics/osg-devel/Makefile head/graphics/osg-devel/distinfo head/graphics/osg-devel/pkg-plist Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Sun Jul 12 11:22:10 2015 (r391779) +++ head/graphics/osg-devel/Makefile Sun Jul 12 12:55:20 2015 (r391780) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= osg -PORTVERSION= 3.3.7 +PORTVERSION= 3.3.8 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ -DISTNAME= OpenSceneGraph-${PORTVERSION} PKGNAMESUFFIX= -devel +DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering @@ -28,7 +28,7 @@ USE_XORG= x11 USE_LDCONFIG= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=120 \ + OSG_SHLIBVER=123 \ OPENTHREADS_VERSION=3.3.0 \ OPENTHREADS_SHLIBVER=20 Modified: head/graphics/osg-devel/distinfo ============================================================================== --- head/graphics/osg-devel/distinfo Sun Jul 12 11:22:10 2015 (r391779) +++ head/graphics/osg-devel/distinfo Sun Jul 12 12:55:20 2015 (r391780) @@ -1,2 +1,2 @@ -SHA256 (OpenSceneGraph-3.3.7.zip) = 4f0e4866947eb3814ecfb6c026ccd9a5db97986bf6bf660a4e7a1925629453bc -SIZE (OpenSceneGraph-3.3.7.zip) = 8311789 +SHA256 (OpenSceneGraph-3.3.8.zip) = 192b538e1693c9a6ffd0374f8ea7def425a66b0f233869c489f072f568ef10c2 +SIZE (OpenSceneGraph-3.3.8.zip) = 8330001 Modified: head/graphics/osg-devel/pkg-plist ============================================================================== --- head/graphics/osg-devel/pkg-plist Sun Jul 12 11:22:10 2015 (r391779) +++ head/graphics/osg-devel/pkg-plist Sun Jul 12 12:55:20 2015 (r391780) @@ -258,6 +258,7 @@ include/osgAnimation/TimelineAnimationMa include/osgAnimation/UpdateBone include/osgAnimation/UpdateMaterial include/osgAnimation/UpdateMatrixTransform +include/osgAnimation/UpdateUniform include/osgAnimation/Vec3Packed include/osgAnimation/VertexInfluence include/osgDB/Archive
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507121255.t6CCtLg4080857>