Date: Mon, 6 May 2019 20:59:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500933 - in head/devel/godot: . files Message-ID: <201905062059.x46KxY0B058089@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon May 6 20:59:34 2019 New Revision: 500933 URL: https://svnweb.freebsd.org/changeset/ports/500933 Log: devel/godot: update to 3.1.1 PR: 237761 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Added: head/devel/godot/files/patch-core_SCsub (contents, props changed) Deleted: head/devel/godot/files/patch-thirdparty_thekla__atlas_nvcore_Memory.cpp head/devel/godot/files/patch-thirdparty_thekla__atlas_nvcore_StdStream.h Modified: head/devel/godot/Makefile (contents, props changed) head/devel/godot/distinfo (contents, props changed) Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Mon May 6 20:57:58 2019 (r500932) +++ head/devel/godot/Makefile Mon May 6 20:59:34 2019 (r500933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= godot -PORTVERSION= 3.1 +DISTVERSION= 3.1.1 DISTVERSIONSUFFIX= -stable CATEGORIES= devel games Modified: head/devel/godot/distinfo ============================================================================== --- head/devel/godot/distinfo Mon May 6 20:57:58 2019 (r500932) +++ head/devel/godot/distinfo Mon May 6 20:59:34 2019 (r500933) @@ -1,7 +1,5 @@ -TIMESTAMP = 1553320527 -SHA256 (dotnet.glob.2.1.1.nupkg) = 8fa01b1928a9c4b70a4803226dcd2ec942474daf2876b80e35a0380d72f8fc1a -SIZE (dotnet.glob.2.1.1.nupkg) = 73782 -SHA256 (godotengine-godot-3.1-stable_GH0.tar.gz) = cd66354b2397f28193ba3add8d8cc5c3562775f662887b56f16de82974f041e3 -SIZE (godotengine-godot-3.1-stable_GH0.tar.gz) = 20400493 +TIMESTAMP = 1556599809 +SHA256 (godotengine-godot-3.1.1-stable_GH0.tar.gz) = 3d952cda12a43d71c53c508bc64ca82cc165a3345976b6d128f869d5bd7a61d2 +SIZE (godotengine-godot-3.1.1-stable_GH0.tar.gz) = 20353131 SHA256 (godotengine-godot-demo-projects-17e80079e3fc_GH0.tar.gz) = b430cb02302489f66f69ca6e743b47e227148ae8224cae625c5cfa744d940433 SIZE (godotengine-godot-demo-projects-17e80079e3fc_GH0.tar.gz) = 151343471 Added: head/devel/godot/files/patch-core_SCsub ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/godot/files/patch-core_SCsub Mon May 6 20:59:34 2019 (r500933) @@ -0,0 +1,20 @@ +--- core/SCsub.orig 2019-05-02 02:03:58 UTC ++++ core/SCsub +@@ -80,7 +80,7 @@ if env['builtin_zlib']: + ] + thirdparty_zlib_sources = [thirdparty_zlib_dir + file for file in thirdparty_zlib_sources] + +- env_thirdparty.Append(CPPPATH=[thirdparty_zlib_dir]) ++ env_thirdparty.Prepend(CPPPATH=[thirdparty_zlib_dir]) + # Needs to be available in main env too + env.Append(CPPPATH=[thirdparty_zlib_dir]) + +@@ -128,7 +128,7 @@ if env['builtin_zstd']: + ] + thirdparty_zstd_sources = [thirdparty_zstd_dir + file for file in thirdparty_zstd_sources] + +- env_thirdparty.Append(CPPPATH=[thirdparty_zstd_dir, thirdparty_zstd_dir + "common"]) ++ env_thirdparty.Prepend(CPPPATH=[thirdparty_zstd_dir, thirdparty_zstd_dir + "common"]) + env_thirdparty.Append(CCFLAGS="-DZSTD_STATIC_LINKING_ONLY") + env.Append(CPPPATH=thirdparty_zstd_dir) + # Also needed in main env includes will trigger warnings
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905062059.x46KxY0B058089>