svn commit: r422461 - in head: devel/simgear devel/simgear/files games/flightgear games/flightgear-data games/flightgear/files
Ganael LAPLANCHE
martymac at FreeBSD.org
Mon Sep 19 20:28:53 UTC 2016
Author: martymac
Date: Mon Sep 19 20:28:51 2016
New Revision: 422461
URL: https://svnweb.freebsd.org/changeset/ports/422461
Log:
Update Simgear & Flightgear ports to 2016.3.1
Deleted:
head/devel/simgear/files/
head/games/flightgear/files/patch-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 Mon Sep 19 20:00:53 2016 (r422460)
+++ head/devel/simgear/Makefile Mon Sep 19 20:28:51 2016 (r422461)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= simgear
-PORTVERSION= 2016.2.1
+PORTVERSION= 2016.3.1
CATEGORIES= devel games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
Modified: head/devel/simgear/distinfo
==============================================================================
--- head/devel/simgear/distinfo Mon Sep 19 20:00:53 2016 (r422460)
+++ head/devel/simgear/distinfo Mon Sep 19 20:28:51 2016 (r422461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463720848
-SHA256 (simgear-2016.2.1.tar.bz2) = 601d4ef75a7f9e7012f85d6f63219f3e2ef90f98249eaa5d16cc6b1a3c737a0a
-SIZE (simgear-2016.2.1.tar.bz2) = 1161873
+TIMESTAMP = 1473849925
+SHA256 (simgear-2016.3.1.tar.bz2) = ae46e1273673be41028ee912d1826e87185ab594053c493707f9dbdeea5159dd
+SIZE (simgear-2016.3.1.tar.bz2) = 1199016
Modified: head/devel/simgear/pkg-plist
==============================================================================
--- head/devel/simgear/pkg-plist Mon Sep 19 20:00:53 2016 (r422460)
+++ head/devel/simgear/pkg-plist Mon Sep 19 20:28:51 2016 (r422461)
@@ -76,17 +76,12 @@ include/simgear/ephemeris/star.hxx
include/simgear/ephemeris/stardata.hxx
include/simgear/ephemeris/uranus.hxx
include/simgear/ephemeris/venus.hxx
-include/simgear/io/AbstractRepository.hxx
-include/simgear/io/DAVMultiStatus.hxx
include/simgear/io/DNSClient.hxx
include/simgear/io/HTTPClient.hxx
include/simgear/io/HTTPFileRequest.hxx
include/simgear/io/HTTPMemoryRequest.hxx
include/simgear/io/HTTPRepository.hxx
include/simgear/io/HTTPRequest.hxx
-include/simgear/io/SVNDirectory.hxx
-include/simgear/io/SVNReportParser.hxx
-include/simgear/io/SVNRepository.hxx
include/simgear/io/iochannel.hxx
include/simgear/io/lowlevel.hxx
include/simgear/io/raw_socket.hxx
@@ -98,6 +93,7 @@ include/simgear/io/sg_netChat.hxx
include/simgear/io/sg_serial.hxx
include/simgear/io/sg_socket.hxx
include/simgear/io/sg_socket_udp.hxx
+include/simgear/io/untar.hxx
include/simgear/magvar/coremag.hxx
include/simgear/magvar/magvar.hxx
include/simgear/math/SGBox.hxx
@@ -290,10 +286,9 @@ include/simgear/serial/serial.hxx
include/simgear/sg_inlines.h
include/simgear/simgear_config.h
include/simgear/sound/readwav.hxx
+include/simgear/sound/sample.hxx
include/simgear/sound/sample_group.hxx
-include/simgear/sound/sample_openal.hxx
-include/simgear/sound/sample_queue.hxx
-include/simgear/sound/soundmgr_openal.hxx
+include/simgear/sound/soundmgr.hxx
include/simgear/sound/xmlsound.hxx
include/simgear/structure/OSGUtils.hxx
include/simgear/structure/OSGVersion.hxx
Modified: head/games/flightgear-data/Makefile
==============================================================================
--- head/games/flightgear-data/Makefile Mon Sep 19 20:00:53 2016 (r422460)
+++ head/games/flightgear-data/Makefile Mon Sep 19 20:28:51 2016 (r422461)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flightgear-data
-PORTVERSION= 2016.2.1
+PORTVERSION= 2016.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 Mon Sep 19 20:00:53 2016 (r422460)
+++ head/games/flightgear-data/distinfo Mon Sep 19 20:28:51 2016 (r422461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463721111
-SHA256 (FlightGear-2016.2.1-data.tar.bz2) = 225b32f4d813635ece72f09541640e818fba95386ff8715015693978c37eaace
-SIZE (FlightGear-2016.2.1-data.tar.bz2) = 1562126790
+TIMESTAMP = 1473917720
+SHA256 (FlightGear-2016.3.1-data.tar.bz2) = 1eceb36f5b577bb8223ed1520e68179fb9292b95e63ffd9ad695dcc93b814d1c
+SIZE (FlightGear-2016.3.1-data.tar.bz2) = 1430257110
Modified: head/games/flightgear/Makefile
==============================================================================
--- head/games/flightgear/Makefile Mon Sep 19 20:00:53 2016 (r422460)
+++ head/games/flightgear/Makefile Mon Sep 19 20:28:51 2016 (r422461)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flightgear
-PORTVERSION= 2016.2.1
+PORTVERSION= 2016.3.1
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@@ -15,7 +15,9 @@ LIB_DEPENDS= libpng.so:graphics/png \
libboost_thread.so:devel/boost-libs \
libfltk.so:x11-toolkits/fltk \
libosg.so:graphics/osg \
- libspeex.so:audio/speex
+ libspeex.so:audio/speex \
+ libspeexdsp.so:audio/speexdsp \
+ libcurl.so:ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
${LOCALBASE}/lib/libSimGearCore.a:devel/simgear
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
@@ -24,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.
USE_XORG= ice sm x11 xext xft xi xinerama xmu xt
USE_GL= gl glu glut
-USE_QT5= core buildtools qmake widgets
+USE_QT5= core buildtools gui qmake widgets
USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \
tar:bzip2
Modified: head/games/flightgear/distinfo
==============================================================================
--- head/games/flightgear/distinfo Mon Sep 19 20:00:53 2016 (r422460)
+++ head/games/flightgear/distinfo Mon Sep 19 20:28:51 2016 (r422461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463720861
-SHA256 (flightgear-2016.2.1.tar.bz2) = b554170ca6b5943fd90496759b055fb60f362ea96f6c46dfff89e3d12c940a94
-SIZE (flightgear-2016.2.1.tar.bz2) = 7556269
+TIMESTAMP = 1473918171
+SHA256 (flightgear-2016.3.1.tar.bz2) = 501d2f59b8f9d221332044346bbbfe195e42d0195945f8bb0fec8b474bc79c31
+SIZE (flightgear-2016.3.1.tar.bz2) = 7542098
Modified: head/games/flightgear/pkg-plist
==============================================================================
--- head/games/flightgear/pkg-plist Mon Sep 19 20:00:53 2016 (r422460)
+++ head/games/flightgear/pkg-plist Mon Sep 19 20:28:51 2016 (r422461)
@@ -1,7 +1,6 @@
bin/GPSsmooth
bin/MIDGsmooth
bin/UGsmooth
-bin/fgadmin
bin/fgcom
bin/fgelev
bin/fgfs
@@ -11,7 +10,6 @@ bin/fgviewer
bin/js_demo
bin/js_server
bin/metar
-bin/terrasync
bin/yasim
bin/yasim-proptest
man/man1/fgfs.1.gz
More information about the svn-ports-head
mailing list