Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 00:46:16 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499216 - in head/games/stonesoup: . files
Message-ID:  <201904180046.x3I0kGGN029400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Thu Apr 18 00:46:16 2019
New Revision: 499216
URL: https://svnweb.freebsd.org/changeset/ports/499216

Log:
  update games/stonesoup to 0.23.2
  
  http://crawl.develz.org/wordpress/0-23-2-and-0-22-2-bugfix-releases

Modified:
  head/games/stonesoup/Makefile
  head/games/stonesoup/distinfo
  head/games/stonesoup/files/patch-Makefile

Modified: head/games/stonesoup/Makefile
==============================================================================
--- head/games/stonesoup/Makefile	Wed Apr 17 22:31:56 2019	(r499215)
+++ head/games/stonesoup/Makefile	Thu Apr 18 00:46:16 2019	(r499216)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	stonesoup
-PORTVERSION=	0.23.1
+PORTVERSION=	0.23.2
 CATEGORIES=	games
 
 MAINTAINER=	lifanov@FreeBSD.org

Modified: head/games/stonesoup/distinfo
==============================================================================
--- head/games/stonesoup/distinfo	Wed Apr 17 22:31:56 2019	(r499215)
+++ head/games/stonesoup/distinfo	Thu Apr 18 00:46:16 2019	(r499216)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551666149
-SHA256 (crawl-crawl-0.23.1_GH0.tar.gz) = 89141ea995f0e8c517fd19e447e8420eca51977c9b358543f0b17a27bf8afeb6
-SIZE (crawl-crawl-0.23.1_GH0.tar.gz) = 13006184
+TIMESTAMP = 1555547936
+SHA256 (crawl-crawl-0.23.2_GH0.tar.gz) = 9fe2be2befc36f5079125b86b1361fafe109c917221b2394f185e09a332d6859
+SIZE (crawl-crawl-0.23.2_GH0.tar.gz) = 13008415

Modified: head/games/stonesoup/files/patch-Makefile
==============================================================================
--- head/games/stonesoup/files/patch-Makefile	Wed Apr 17 22:31:56 2019	(r499215)
+++ head/games/stonesoup/files/patch-Makefile	Thu Apr 18 00:46:16 2019	(r499216)
@@ -1,6 +1,6 @@
---- Makefile.orig	2019-02-28 23:45:55 UTC
+--- Makefile.orig	2019-03-31 00:40:33 UTC
 +++ Makefile
-@@ -75,7 +75,7 @@
+@@ -73,7 +73,7 @@
  #    them; you can also ask for a package with convenience libraries instead --
  #    we'll try to provide them somewhere in the near future.
  
@@ -9,16 +9,14 @@
  
  # Disable GNU Make implicit rules and variables. Leaving them enabled will slow
  # down MinGW and Cygwin builds by a very VERY noticeable degree. Besides, we have
-@@ -114,7 +114,7 @@ ifdef ANDROID
- NOSSE := Yes
- endif
+@@ -108,16 +108,12 @@ include Makefile.obj
+ # Which C++ standard to support
+ STDFLAG = -std=c++11
  
 -CFOTHERS := -pipe $(EXTERNAL_FLAGS)
 +CFOTHERS := $(EXTERNAL_FLAGS)
- ifndef NOSSE
- # force SSE2 dependency, so as to avoid both x87 indeterminacies, and 
- # to prevent lua from using non-standard rounding methods.
-@@ -125,10 +125,6 @@ CFWARN_L := -Wall -Wformat-security -Wundef
+ CFWARN := 
+ CFWARN_L := -Wall -Wformat-security -Wundef
  
  DEFINES := $(EXTERNAL_DEFINES)
  
@@ -29,7 +27,7 @@
  #
  # The GCC and GXX variables are set later.
  #
-@@ -513,15 +509,6 @@ ifdef USE_ICC
+@@ -502,15 +498,6 @@ ifdef USE_ICC
  
  # Some very good optimization flags.
    CFOPTIMIZE := -O2 -parallel
@@ -45,7 +43,7 @@
  endif
  
  # Define this to automatically generate code optimized for your machine
-@@ -635,7 +622,7 @@ endif
+@@ -624,7 +611,7 @@ endif
  
  ifndef BUILD_SQLITE
    ifeq ($(shell grep -q sqlite3_prepare $(SQLITE_INCLUDE_DIR)/sqlite3.h 2>/dev/null && echo yes),yes)
@@ -54,7 +52,7 @@
      LIBS += $(SQLITE_LIB)
      ifneq ($(shell grep -q sqlite3_prepare_v2 $(SQLITE_INCLUDE_DIR)/sqlite3.h 2>/dev/null && echo yes),yes)
        DEFINES_L += -DANCIENT_SQLITE
-@@ -798,7 +785,7 @@ ifndef NOWIZARD
+@@ -787,7 +774,7 @@ ifndef NOWIZARD
  DEFINES += -DWIZARD
  endif
  ifdef NO_OPTIMIZE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904180046.x3I0kGGN029400>