svn commit: r533733 - in head/games/endless-sky: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 3 02:44:47 UTC 2020
Author: amdmi3
Date: Sun May 3 02:44:46 2020
New Revision: 533733
URL: https://svnweb.freebsd.org/changeset/ports/533733
Log:
- Update to 0.9.12
Modified:
head/games/endless-sky/Makefile
head/games/endless-sky/distinfo
head/games/endless-sky/files/patch-SConstruct
Modified: head/games/endless-sky/Makefile
==============================================================================
--- head/games/endless-sky/Makefile Sun May 3 02:43:20 2020 (r533732)
+++ head/games/endless-sky/Makefile Sun May 3 02:44:46 2020 (r533733)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= endless-sky
-PORTVERSION= 0.9.10
+PORTVERSION= 0.9.12
DISTVERSIONPREFIX= v
CATEGORIES= games
Modified: head/games/endless-sky/distinfo
==============================================================================
--- head/games/endless-sky/distinfo Sun May 3 02:43:20 2020 (r533732)
+++ head/games/endless-sky/distinfo Sun May 3 02:44:46 2020 (r533733)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569936654
-SHA256 (endless-sky-endless-sky-v0.9.10_GH0.tar.gz) = 58f2e405e171be8426004216df4df7bb3a2792a507a5d01f77a0f02346332f6f
-SIZE (endless-sky-endless-sky-v0.9.10_GH0.tar.gz) = 98348108
+TIMESTAMP = 1588440467
+SHA256 (endless-sky-endless-sky-v0.9.12_GH0.tar.gz) = 31f76ac11666415478678d924174d43a620a7fd1093e95131776aed12b912eb4
+SIZE (endless-sky-endless-sky-v0.9.12_GH0.tar.gz) = 103105695
Modified: head/games/endless-sky/files/patch-SConstruct
==============================================================================
--- head/games/endless-sky/files/patch-SConstruct Sun May 3 02:43:20 2020 (r533732)
+++ head/games/endless-sky/files/patch-SConstruct Sun May 3 02:44:46 2020 (r533733)
@@ -1,16 +1,7 @@
---- SConstruct.orig 2019-09-28 17:59:47 UTC
+--- SConstruct.orig 2020-02-24 15:50:12 UTC
+++ SConstruct
-@@ -2,6 +2,8 @@ import os
+@@ -24,7 +24,7 @@ Help(opts.GenerateHelpText(env))
- # Load environment variables, including some that should be renamed.
- env = Environment(ENV = os.environ)
-+if 'CXX' in os.environ:
-+ env['CXX'] = os.environ['CXX']
- if 'CXXFLAGS' in os.environ:
- env.Append(CCFLAGS = os.environ['CXXFLAGS'])
- if 'LDFLAGS' in os.environ:
-@@ -22,7 +24,7 @@ Help(opts.GenerateHelpText(env))
-
flags = ["-std=c++11", "-Wall"]
if env["mode"] != "debug":
- flags += ["-O3"]
@@ -18,7 +9,7 @@
if env["mode"] == "debug":
flags += ["-g"]
if env["mode"] == "profile":
-@@ -57,7 +59,7 @@ sky = env.Program("endless-sky", Glob(buildDirectory +
+@@ -59,7 +59,7 @@ sky = env.Program("endless-sky", Glob(buildDirectory +
# Install the binary:
@@ -27,7 +18,7 @@
# Install the desktop file:
env.Install("$DESTDIR$PREFIX/share/applications", "endless-sky.desktop")
-@@ -85,7 +87,7 @@ if env.get("PREFIX").startswith("/usr/"):
+@@ -87,7 +87,7 @@ if env.get("PREFIX").startswith("/usr/"):
# Install the man page.
env.Command(
@@ -36,7 +27,7 @@
"endless-sky.6",
"gzip -c $SOURCE > $TARGET")
-@@ -98,11 +100,11 @@ def RecursiveInstall(env, target, source):
+@@ -100,11 +100,11 @@ def RecursiveInstall(env, target, source):
RecursiveInstall(env, os.path.join(target, name), node.abspath)
else:
env.Install(target, node)
More information about the svn-ports-all
mailing list