Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 16:06:29 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450910 - in head: devel/simgear devel/simgear/files games/flightgear games/flightgear-data games/flightgear/files
Message-ID:  <201709291606.v8TG6TxS027240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Fri Sep 29 16:06:29 2017
New Revision: 450910
URL: https://svnweb.freebsd.org/changeset/ports/450910

Log:
  Update Simgear and Flightgear ports to 2017.3.1

Deleted:
  head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.cxx
  head/devel/simgear/files/patch-BOOST-simgear-scene-material-Effect.hxx
  head/games/flightgear/files/patch-CVE-2017-13709.txt
  head/games/flightgear/files/patch-CVE-2017-8921.txt
  head/games/flightgear/files/patch-INPUT-CMakeLists.txt
  head/games/flightgear/files/patch-src-Main-CMakeLists.txt
  head/games/flightgear/files/patch-utils-fgpanel-CMakeLists.txt
Modified:
  head/devel/simgear/Makefile
  head/devel/simgear/distinfo
  head/devel/simgear/pkg-plist
  head/games/flightgear-data/Makefile
  head/games/flightgear-data/distinfo
  head/games/flightgear/Makefile
  head/games/flightgear/distinfo
  head/games/flightgear/pkg-plist

Modified: head/devel/simgear/Makefile
==============================================================================
--- head/devel/simgear/Makefile	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/devel/simgear/Makefile	Fri Sep 29 16:06:29 2017	(r450910)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	simgear
-PORTVERSION=	2017.1.3
-PORTREVISION=	8
+PORTVERSION=	2017.3.1
 CATEGORIES=	devel games
 MASTER_SITES=	SF/flightgear/release-${PORTVERSION:R}
 

Modified: head/devel/simgear/distinfo
==============================================================================
--- head/devel/simgear/distinfo	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/devel/simgear/distinfo	Fri Sep 29 16:06:29 2017	(r450910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491386012
-SHA256 (simgear-2017.1.3.tar.bz2) = 85304d985b4fc0dc00d9f7603b02d096e3c24ca4c98adc18dc9af1e2d0e3c310
-SIZE (simgear-2017.1.3.tar.bz2) = 1235062
+TIMESTAMP = 1506362997
+SHA256 (simgear-2017.3.1.tar.bz2) = 0ee08550b737b249dcc91590ec0cb9c5dc9080998f6ba66a7d7209cdfce6e1f4
+SIZE (simgear-2017.3.1.tar.bz2) = 1302704

Modified: head/devel/simgear/pkg-plist
==============================================================================
--- head/devel/simgear/pkg-plist	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/devel/simgear/pkg-plist	Fri Sep 29 16:06:29 2017	(r450910)
@@ -61,6 +61,8 @@ include/simgear/constants.h
 include/simgear/debug/BufferedLogCallback.hxx
 include/simgear/debug/debug_types.h
 include/simgear/debug/logstream.hxx
+include/simgear/embedded_resources/EmbeddedResource.hxx
+include/simgear/embedded_resources/EmbeddedResourceManager.hxx
 include/simgear/environment/metar.hxx
 include/simgear/environment/precipitation.hxx
 include/simgear/ephemeris/celestialBody.hxx
@@ -86,6 +88,8 @@ include/simgear/io/HTTPMemoryRequest.hxx
 include/simgear/io/HTTPRepository.hxx
 include/simgear/io/HTTPRequest.hxx
 include/simgear/io/iochannel.hxx
+include/simgear/io/iostreams/CharArrayStream.hxx
+include/simgear/io/iostreams/zlibstream.hxx
 include/simgear/io/lowlevel.hxx
 include/simgear/io/raw_socket.hxx
 include/simgear/io/sg_binobj.hxx
@@ -136,6 +140,7 @@ include/simgear/misc/ListDiff.hxx
 include/simgear/misc/ResourceManager.hxx
 include/simgear/misc/SVGpreserveAspectRatio.hxx
 include/simgear/misc/SimpleMarkdown.hxx
+include/simgear/misc/argparse.hxx
 include/simgear/misc/interpolator.hxx
 include/simgear/misc/make_new.hxx
 include/simgear/misc/sg_dir.hxx
@@ -145,6 +150,7 @@ include/simgear/misc/stdint.hxx
 include/simgear/misc/stopwatch.hxx
 include/simgear/misc/strutils.hxx
 include/simgear/misc/tabbed_values.hxx
+include/simgear/misc/test_macros.hxx
 include/simgear/misc/texcoord.hxx
 include/simgear/nasal/cppbind/Ghost.hxx
 include/simgear/nasal/cppbind/NasalCallContext.hxx
@@ -273,6 +279,7 @@ include/simgear/scene/util/SGSceneFeatures.hxx
 include/simgear/scene/util/SGSceneUserData.hxx
 include/simgear/scene/util/SGStateAttributeVisitor.hxx
 include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx
+include/simgear/scene/util/SGTransientModelData.hxx
 include/simgear/scene/util/SGUpdateVisitor.hxx
 include/simgear/scene/util/SplicingVisitor.hxx
 include/simgear/scene/util/StateAttributeFactory.hxx

Modified: head/games/flightgear-data/Makefile
==============================================================================
--- head/games/flightgear-data/Makefile	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/games/flightgear-data/Makefile	Fri Sep 29 16:06:29 2017	(r450910)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flightgear-data
-PORTVERSION=	2017.1.3
+PORTVERSION=	2017.3.1
 CATEGORIES=	games
 MASTER_SITES=	SF/flightgear/release-${PORTVERSION:R}
 DISTNAME=	FlightGear-${PORTVERSION}-data

Modified: head/games/flightgear-data/distinfo
==============================================================================
--- head/games/flightgear-data/distinfo	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/games/flightgear-data/distinfo	Fri Sep 29 16:06:29 2017	(r450910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491386357
-SHA256 (FlightGear-2017.1.3-data.tar.bz2) = bf35d9a15be9e7bd1c286eee879251e0907a3fb5cca4e7d1fdfbe67690345365
-SIZE (FlightGear-2017.1.3-data.tar.bz2) = 1460527272
+TIMESTAMP = 1506363053
+SHA256 (FlightGear-2017.3.1-data.tar.bz2) = df08b06e88a29a9f80f29186afd54d278636a663281a1b68e8f484bbb403d898
+SIZE (FlightGear-2017.3.1-data.tar.bz2) = 1560855079

Modified: head/games/flightgear/Makefile
==============================================================================
--- head/games/flightgear/Makefile	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/games/flightgear/Makefile	Fri Sep 29 16:06:29 2017	(r450910)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flightgear
-PORTVERSION=	2017.1.3
-PORTREVISION=	9
+PORTVERSION=	2017.3.1
 CATEGORIES=	games
 MASTER_SITES=	SF/flightgear/release-${PORTVERSION:R}
 
@@ -48,7 +47,7 @@ DBUS_CMAKE_ON=	-DUSE_DBUS:BOOL=ON
 DBUS_CMAKE_OFF=	-DUSE_DBUS:BOOL=OFF
 QT5_CMAKE_ON=	-DENABLE_QT:BOOL=ON
 QT5_CMAKE_OFF=	-DENABLE_QT:BOOL=OFF
-QT5_USE=	QT5=core,buildtools,gui,qmake,widgets
+QT5_USE=	QT5=core,buildtools,gui,qmake,qml,widgets
 
 .include <bsd.port.pre.mk>
 

Modified: head/games/flightgear/distinfo
==============================================================================
--- head/games/flightgear/distinfo	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/games/flightgear/distinfo	Fri Sep 29 16:06:29 2017	(r450910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491386247
-SHA256 (flightgear-2017.1.3.tar.bz2) = 3d7cb2b4b1d60b80b0613222b1fc7b6db665eddaf68d7080c07cdedcb544b0ad
-SIZE (flightgear-2017.1.3.tar.bz2) = 8056402
+TIMESTAMP = 1506363097
+SHA256 (flightgear-2017.3.1.tar.bz2) = 6f2e1d992e2f202b8f9c918c9fb19124ef06824ea0e767e2f4dff6ba43728ccd
+SIZE (flightgear-2017.3.1.tar.bz2) = 8098283

Modified: head/games/flightgear/pkg-plist
==============================================================================
--- head/games/flightgear/pkg-plist	Fri Sep 29 16:06:09 2017	(r450909)
+++ head/games/flightgear/pkg-plist	Fri Sep 29 16:06:29 2017	(r450910)
@@ -14,8 +14,29 @@ bin/js_server
 bin/metar
 bin/yasim
 bin/yasim-proptest
+man/it/man1/GPSsmooth.1.gz
+man/it/man1/JSBSim.1.gz
+man/it/man1/MIDGsmooth.1.gz
+man/it/man1/UGsmooth.1.gz
+man/it/man1/fgcom.1.gz
+man/it/man1/fgelev.1.gz
+man/it/man1/fgfs.1.gz
+man/it/man1/fgjs.1.gz
+man/it/man1/fgpanel.1.gz
+man/it/man1/fgviewer.1.gz
+man/it/man1/js_demo.1.gz
+man/it/man1/metar.1.gz
+man/it/man5/fgfsrc.5.gz
+man/man1/GPSsmooth.1.gz
+man/man1/JSBSim.1.gz
+man/man1/MIDGsmooth.1.gz
+man/man1/UGsmooth.1.gz
+man/man1/fgcom.1.gz
+man/man1/fgelev.1.gz
 man/man1/fgfs.1.gz
 man/man1/fgjs.1.gz
 man/man1/fgpanel.1.gz
+man/man1/fgviewer.1.gz
 man/man1/js_demo.1.gz
-man/man1/terrasync.1.gz
+man/man1/metar.1.gz
+man/man5/fgfsrc.5.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709291606.v8TG6TxS027240>