svn commit: r501386 - head/graphics/osgearth
Fernando Apesteguía
fernape at FreeBSD.org
Sun May 12 16:31:04 UTC 2019
Author: fernape
Date: Sun May 12 16:31:02 2019
New Revision: 501386
URL: https://svnweb.freebsd.org/changeset/ports/501386
Log:
graphics/osgearth: update to 2.10.1
Bug fix and performance release based on the 2.10 branch.
PR: 237790
Submitted by: lbartoletti at tuxfamily.org (maintainer)
Modified:
head/graphics/osgearth/Makefile
head/graphics/osgearth/distinfo
head/graphics/osgearth/pkg-plist
Modified: head/graphics/osgearth/Makefile
==============================================================================
--- head/graphics/osgearth/Makefile Sun May 12 16:29:52 2019 (r501385)
+++ head/graphics/osgearth/Makefile Sun May 12 16:31:02 2019 (r501386)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= osgearth
-PORTVERSION= 2.10
+PORTVERSION= 2.10.1
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 3
CATEGORIES= graphics geography
MAINTAINER= lbartoletti at tuxfamily.org
@@ -34,6 +33,8 @@ USE_GL+= gl glu
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
-DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \
-DLIB_POSTFIX:STRING=""
+
+PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
Modified: head/graphics/osgearth/distinfo
==============================================================================
--- head/graphics/osgearth/distinfo Sun May 12 16:29:52 2019 (r501385)
+++ head/graphics/osgearth/distinfo Sun May 12 16:31:02 2019 (r501386)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542524324
-SHA256 (gwaldron-osgearth-osgearth-2.10_GH0.tar.gz) = 986ad26b8e340a40ac6404137aa61f80a030030fa3e8cf5fbdf183c697f2556e
-SIZE (gwaldron-osgearth-osgearth-2.10_GH0.tar.gz) = 90196039
+TIMESTAMP = 1556665448
+SHA256 (gwaldron-osgearth-osgearth-2.10.1_GH0.tar.gz) = aec8e2d86e700c45aac5e12d352ab7e4011b40c34533c998da7abe18d297af4f
+SIZE (gwaldron-osgearth-osgearth-2.10.1_GH0.tar.gz) = 90448456
Modified: head/graphics/osgearth/pkg-plist
==============================================================================
--- head/graphics/osgearth/pkg-plist Sun May 12 16:29:52 2019 (r501385)
+++ head/graphics/osgearth/pkg-plist Sun May 12 16:31:02 2019 (r501386)
@@ -59,6 +59,7 @@ bin/osgearth_video
bin/osgearth_viewer
bin/osgearth_wfs
bin/osgearth_windows
+include/osgEarth/Async
include/osgEarth/Bounds
include/osgEarth/Cache
include/osgEarth/CacheBin
@@ -66,6 +67,7 @@ include/osgEarth/CacheEstimator
include/osgEarth/CachePolicy
include/osgEarth/CacheSeed
include/osgEarth/Capabilities
+include/osgEarth/CascadeDrapingDecorator
include/osgEarth/ClampableNode
include/osgEarth/Clamping
include/osgEarth/ClampingTechnique
@@ -117,6 +119,7 @@ include/osgEarth/LandCover
include/osgEarth/LandCoverLayer
include/osgEarth/Layer
include/osgEarth/LayerListener
+include/osgEarth/LayerShader
include/osgEarth/Lighting
include/osgEarth/LineDrawable
include/osgEarth/LineFunctor
@@ -482,24 +485,25 @@ include/osgEarthUtil/WFS
include/osgEarthUtil/WMS
lib/libosgEarth.so
lib/libosgEarth.so.0
-lib/libosgEarth.so.2.9.0
+lib/libosgEarth.so.%%PORTVERSION%%
lib/libosgEarthAnnotation.so
lib/libosgEarthAnnotation.so.0
-lib/libosgEarthAnnotation.so.2.9.0
+lib/libosgEarthAnnotation.so.%%PORTVERSION%%
lib/libosgEarthFeatures.so
lib/libosgEarthFeatures.so.0
-lib/libosgEarthFeatures.so.2.9.0
+lib/libosgEarthFeatures.so.%%PORTVERSION%%
lib/libosgEarthSplat.so
lib/libosgEarthSplat.so.0
-lib/libosgEarthSplat.so.2.9.0
+lib/libosgEarthSplat.so.%%PORTVERSION%%
lib/libosgEarthSymbology.so
lib/libosgEarthSymbology.so.0
-lib/libosgEarthSymbology.so.2.9.0
+lib/libosgEarthSymbology.so.%%PORTVERSION%%
lib/libosgEarthUtil.so
lib/libosgEarthUtil.so.0
-lib/libosgEarthUtil.so.2.9.0
+lib/libosgEarthUtil.so.%%PORTVERSION%%
lib/osgdb_earth.so
lib/osgdb_fastdxt.so
+lib/osgdb_gltf.so
lib/osgdb_kml.so
lib/osgdb_osgearth_agglite.so
lib/osgdb_osgearth_arcgis.so
More information about the svn-ports-all
mailing list