diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-07 01:40:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-07 01:40:53 +0800 |
commit | 0435453a7d8e8fea032da5b684de55828bd8f7db (patch) | |
tree | a8f9b7bea78d7422b7f1b5149776a324bf09efea /graphics | |
parent | fc1301a17042b87293c8c046d3938c40d521a72d (diff) | |
download | freebsd-ports-graphics-0435453a7d8e8fea032da5b684de55828bd8f7db.tar.gz freebsd-ports-graphics-0435453a7d8e8fea032da5b684de55828bd8f7db.tar.zst freebsd-ports-graphics-0435453a7d8e8fea032da5b684de55828bd8f7db.zip |
- Update to 2.9.11
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg-devel/Makefile | 5 | ||||
-rw-r--r-- | graphics/osg-devel/distinfo | 4 | ||||
-rw-r--r-- | graphics/osg-devel/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 431962c7c9b..3eef31503de 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= osg -PORTVERSION= 2.9.10 -PORTREVISION= 1 +PORTVERSION= 2.9.11 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -32,7 +31,7 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=68 \ + OSG_SHLIBVER=71 \ OPENTHREADS_VERSION=2.5.0 \ OPENTHREADS_SHLIBVER=12 diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo index e4b3372a221..c9a95389807 100644 --- a/graphics/osg-devel/distinfo +++ b/graphics/osg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (OpenSceneGraph-2.9.10.zip) = f7f6be2fc9c7cb3ae2f0c4ad591c8352b2f7e2b9ccce209cc0798415a4ff078c -SIZE (OpenSceneGraph-2.9.10.zip) = 6910310 +SHA256 (OpenSceneGraph-2.9.11.zip) = 7c19dc42062a230b6b2448c204a3b7c3757b4c3df93350e5620e1f4400dc97d6 +SIZE (OpenSceneGraph-2.9.11.zip) = 6868869 diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist index 6545b0896f9..dcb676cd5eb 100644 --- a/graphics/osg-devel/pkg-plist +++ b/graphics/osg-devel/pkg-plist @@ -249,6 +249,7 @@ include/osgDB/FileNameUtils include/osgDB/FileUtils include/osgDB/ImageOptions include/osgDB/ImagePager +include/osgDB/ImageProcessor include/osgDB/Input include/osgDB/InputStream include/osgDB/ObjectWrapper @@ -453,6 +454,7 @@ include/osgUtil/DrawElementTypeSimplifier include/osgUtil/EdgeCollector include/osgUtil/Export include/osgUtil/GLObjectsVisitor +include/osgUtil/GraphicsCostEstimator include/osgUtil/HalfWayMapGenerator include/osgUtil/HighlightMapGenerator include/osgUtil/IncrementalCompileOperation |