From owner-svn-ports-all@freebsd.org Fri Sep 29 16:06:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94C8AE2FC1A; Fri, 29 Sep 2017 16:06:31 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70D5F6BBBA; Fri, 29 Sep 2017 16:06:31 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TG6UsB027250; Fri, 29 Sep 2017 16:06:30 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TG6TxS027240; Fri, 29 Sep 2017 16:06:29 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201709291606.v8TG6TxS027240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 29 Sep 2017 16:06:29 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: devel/simgear devel/simgear/files games/flightgear games/flightgear-data games/flightgear/files X-SVN-Commit-Revision: 450910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 16:06:31 -0000 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 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