svn commit: r381461 - in head/graphics/osg-devel: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Mar 17 03:08:15 UTC 2015
Author: amdmi3
Date: Tue Mar 17 03:08:12 2015
New Revision: 381461
URL: https://svnweb.freebsd.org/changeset/ports/381461
QAT: https://qat.redports.org/buildarchive/r381461/
Log:
- Update to 3.3.5
Deleted:
head/graphics/osg-devel/files/patch-CMakeModules__FindGStreamer.cmake
Modified:
head/graphics/osg-devel/Makefile
head/graphics/osg-devel/distinfo
head/graphics/osg-devel/files/patch-CMakeLists.txt
head/graphics/osg-devel/pkg-plist
Modified: head/graphics/osg-devel/Makefile
==============================================================================
--- head/graphics/osg-devel/Makefile Tue Mar 17 03:07:48 2015 (r381460)
+++ head/graphics/osg-devel/Makefile Tue Mar 17 03:08:12 2015 (r381461)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= osg
-PORTVERSION= 3.3.3
+PORTVERSION= 3.3.5
CATEGORIES= graphics
MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \
http://mirror.amdmi3.ru/distfiles/
@@ -29,7 +29,7 @@ USE_XORG= x11
USE_LDCONFIG= yes
PLIST_SUB= OSG_VERSION=${PORTVERSION} \
- OSG_SHLIBVER=115 \
+ OSG_SHLIBVER=117 \
OPENTHREADS_VERSION=3.3.0 \
OPENTHREADS_SHLIBVER=20
Modified: head/graphics/osg-devel/distinfo
==============================================================================
--- head/graphics/osg-devel/distinfo Tue Mar 17 03:07:48 2015 (r381460)
+++ head/graphics/osg-devel/distinfo Tue Mar 17 03:08:12 2015 (r381461)
@@ -1,2 +1,2 @@
-SHA256 (OpenSceneGraph-3.3.3.zip) = b81cda123ffb3bd108e0fe4be4fff1351d6636e6fb0a1475b2c4fb9618d3ae2b
-SIZE (OpenSceneGraph-3.3.3.zip) = 8227832
+SHA256 (OpenSceneGraph-3.3.5.zip) = aa7c3e30149752202c3b6f771e4a5bed80465807d732953813512f3f64045564
+SIZE (OpenSceneGraph-3.3.5.zip) = 8263725
Modified: head/graphics/osg-devel/files/patch-CMakeLists.txt
==============================================================================
--- head/graphics/osg-devel/files/patch-CMakeLists.txt Tue Mar 17 03:07:48 2015 (r381460)
+++ head/graphics/osg-devel/files/patch-CMakeLists.txt Tue Mar 17 03:08:12 2015 (r381461)
@@ -1,14 +1,5 @@
--- CMakeLists.txt.orig 2014-12-18 20:47:08.000000000 +0300
+++ CMakeLists.txt 2015-01-24 21:51:57.000000000 +0300
-@@ -629,7 +629,7 @@
- FIND_PACKAGE(LibVNCServer)
- FIND_PACKAGE(OurDCMTK)
- FIND_PACKAGE(FFmpeg)
-- FIND_PACKAGE(GStreamer COMPONENTS gstreamer-app gstreamer-pbutils)
-+ FIND_PACKAGE(GStreamer COMPONENTS app pbutils)
- FIND_PACKAGE(GLIB COMPONENTS gobject)
- FIND_PACKAGE(DirectShow)
- FIND_PACKAGE(SDL2)
@@ -805,7 +805,7 @@
IF(UNIX AND NOT WIN32 AND NOT APPLE)
Modified: head/graphics/osg-devel/pkg-plist
==============================================================================
--- head/graphics/osg-devel/pkg-plist Tue Mar 17 03:07:48 2015 (r381460)
+++ head/graphics/osg-devel/pkg-plist Tue Mar 17 03:08:12 2015 (r381461)
@@ -264,6 +264,7 @@ include/osgDB/Archive
include/osgDB/AuthenticationMap
include/osgDB/Callbacks
include/osgDB/ClassInterface
+include/osgDB/ConvertBase64
include/osgDB/ConvertUTF
include/osgDB/DataTypes
include/osgDB/DatabasePager
More information about the svn-ports-all
mailing list