diff options
author | martymac <martymac@FreeBSD.org> | 2017-03-02 04:44:10 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-03-02 04:44:10 +0800 |
commit | 5755bc25eecf545db2c3909490890ee7d467777b (patch) | |
tree | 1a0ddd7014a6b1aaffb432a099428e98b58ef58a /devel/simgear | |
parent | 3e19068d994448639345f5d975015df7a5a92088 (diff) | |
download | freebsd-ports-gnome-5755bc25eecf545db2c3909490890ee7d467777b.tar.gz freebsd-ports-gnome-5755bc25eecf545db2c3909490890ee7d467777b.tar.zst freebsd-ports-gnome-5755bc25eecf545db2c3909490890ee7d467777b.zip |
Update Simgear & Flightgear ports to 2017.1.1
Diffstat (limited to 'devel/simgear')
-rw-r--r-- | devel/simgear/Makefile | 2 | ||||
-rw-r--r-- | devel/simgear/distinfo | 6 | ||||
-rw-r--r-- | devel/simgear/pkg-plist | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 0a41c9589946..b17b762d627c 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simgear -PORTVERSION= 2016.4.4 +PORTVERSION= 2017.1.1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/devel/simgear/distinfo b/devel/simgear/distinfo index d920b4dd5739..a8353a0e01c8 100644 --- a/devel/simgear/distinfo +++ b/devel/simgear/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483648162 -SHA256 (simgear-2016.4.4.tar.bz2) = 5514fd0006bbfcdbdc0e2dab7da41eae491ea03a6246cc6a009590032b2fc1dc -SIZE (simgear-2016.4.4.tar.bz2) = 1200320 +TIMESTAMP = 1487852956 +SHA256 (simgear-2017.1.1.tar.bz2) = 1815f6a2c3f43bb6121b2394e68f8e6e341c14a7a40e4163c0bcc105ee06ccbc +SIZE (simgear-2017.1.1.tar.bz2) = 1236106 diff --git a/devel/simgear/pkg-plist b/devel/simgear/pkg-plist index b86c41c9270c..a028dfeb46c8 100644 --- a/devel/simgear/pkg-plist +++ b/devel/simgear/pkg-plist @@ -76,6 +76,9 @@ include/simgear/ephemeris/star.hxx include/simgear/ephemeris/stardata.hxx include/simgear/ephemeris/uranus.hxx include/simgear/ephemeris/venus.hxx +include/simgear/io/iostreams/gzcontainerfile.hxx +include/simgear/io/iostreams/gzfstream.hxx +include/simgear/io/iostreams/sgstream.hxx include/simgear/io/DNSClient.hxx include/simgear/io/HTTPClient.hxx include/simgear/io/HTTPFileRequest.hxx @@ -127,24 +130,22 @@ include/simgear/math/sg_geodesy.hxx include/simgear/math/sg_random.h include/simgear/math/sg_types.hxx include/simgear/math/simd.hxx +include/simgear/math/simd4x4.hxx include/simgear/misc/CSSBorder.hxx include/simgear/misc/ListDiff.hxx include/simgear/misc/ResourceManager.hxx include/simgear/misc/SVGpreserveAspectRatio.hxx include/simgear/misc/SimpleMarkdown.hxx -include/simgear/misc/gzcontainerfile.hxx include/simgear/misc/interpolator.hxx include/simgear/misc/make_new.hxx include/simgear/misc/sg_dir.hxx include/simgear/misc/sg_hash.hxx include/simgear/misc/sg_path.hxx -include/simgear/misc/sgstream.hxx include/simgear/misc/stdint.hxx include/simgear/misc/stopwatch.hxx include/simgear/misc/strutils.hxx include/simgear/misc/tabbed_values.hxx include/simgear/misc/texcoord.hxx -include/simgear/misc/zfstream.hxx include/simgear/nasal/cppbind/Ghost.hxx include/simgear/nasal/cppbind/NasalCallContext.hxx include/simgear/nasal/cppbind/NasalContext.hxx |