From tobias.rehbein@web.de  Sun Apr  6 18:22:49 2014
Return-Path: <tobias.rehbein@web.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E6426FE5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Apr 2014 18:22:49 +0000 (UTC)
Received: from mout.web.de (mout.web.de [212.227.15.3])
	(using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mout.web.de", Issuer "TeleSec ServerPass DE-1" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 66527CD9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Apr 2014 18:22:48 +0000 (UTC)
Received: from oshi.local ([5.100.39.114]) by smtp.web.de (mrweb001) with
 ESMTPSA (Nemesis) id 0LyUy6-1X3GV21UQw-015sKD for
 <FreeBSD-gnats-submit@freebsd.org>; Sun, 06 Apr 2014 20:09:46 +0200
Received: from oshi.local (localhost [127.0.0.1])
	by oshi.local (8.14.7/8.14.7) with ESMTP id s36I9jL1061937
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 6 Apr 2014 20:09:45 +0200 (CEST)
	(envelope-from tobi@oshi.local)
Received: (from tobi@localhost)
	by oshi.local (8.14.7/8.14.7/Submit) id s36I9jFG061936;
	Sun, 6 Apr 2014 20:09:45 +0200 (CEST)
	(envelope-from tobi)
Message-Id: <201404061809.s36I9jFG061936@oshi.local>
Date: Sun, 6 Apr 2014 20:09:45 +0200 (CEST)
From: Tobias Rehbein <tobias.rehbein@web.de>
Reply-To: Tobias Rehbein <tobias.rehbein@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] Update games/stonesoup from 0.13.1 to 0.13.2
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         188324
>Category:       ports
>Synopsis:       [maintainer-update] Update games/stonesoup from 0.13.1 to 0.13.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ak
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 06 18:30:01 UTC 2014
>Closed-Date:    Wed May 07 06:17:55 UTC 2014
>Last-Modified:  Wed May 07 06:17:55 UTC 2014
>Originator:     Tobias Rehbein
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD oshi.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0: Sun Feb 2 17:16:17 CET 2014 tobi@oshi.local:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Update games/stonesoup from 0.13.1 to the latest bugfix release 0.13.2.

	While here use USES=compiler instead of the OSVERSION hack to handle clang.
>How-To-Repeat:
	
>Fix:

	

--- games__stonesoup__0.13.1-0.13.2.diff begins here ---
diff -ruN games/stonesoup.orig/Makefile games/stonesoup/Makefile
--- games/stonesoup.orig/Makefile	2014-04-06 20:00:24.862811920 +0200
+++ games/stonesoup/Makefile	2014-04-06 19:57:18.967825441 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: head/games/stonesoup/Makefile 343603 2014-02-10 08:37:23Z culot $
 
 PORTNAME=	stonesoup
-PORTVERSION=	0.13.1
+PORTVERSION=	0.13.2
 CATEGORIES=	games
 MASTER_SITES=	SF/crawl-ref/Stone%20Soup/${PORTVERSION}
 DISTNAME=	stone_soup-${PORTVERSION}-nodeps
@@ -15,7 +15,7 @@
 
 USE_SQLITE=	yes
 USE_XZ=		yes
-USES=		bison gmake perl5 pkgconfig
+USES=		bison gmake perl5 pkgconfig compiler
 USE_LUA=	5.1
 USE_PERL5=	build
 
@@ -79,7 +79,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 1000100
+.if ${COMPILER_TYPE} == clang
 CFLAGS+=	-std=c++0x
 .endif
 
diff -ruN games/stonesoup.orig/distinfo games/stonesoup/distinfo
--- games/stonesoup.orig/distinfo	2014-04-06 20:00:24.862811920 +0200
+++ games/stonesoup/distinfo	2014-04-06 19:57:18.967825441 +0200
@@ -1,2 +1,2 @@
-SHA256 (stone_soup-0.13.1-nodeps.tar.xz) = 9e32ca7e48bc3e12ce6bc8d963b01a0bce3f5826c6ca1d60947867f5602921e8
-SIZE (stone_soup-0.13.1-nodeps.tar.xz) = 9456356
+SHA256 (stone_soup-0.13.2-nodeps.tar.xz) = 279ff5f27fdff6f970f97cb2aaebe8915c0b407f781d48275de87571cb356eea
+SIZE (stone_soup-0.13.2-nodeps.tar.xz) = 9512924
--- games__stonesoup__0.13.1-0.13.2.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->games 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 6 18:30:07 UTC 2014 
Responsible-Changed-Why:  
games@ wants this category PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188324 
Responsible-Changed-From-To: games->ak 
Responsible-Changed-By: nemysis 
Responsible-Changed-When: Mon Apr 7 21:33:42 UTC 2014 
Responsible-Changed-Why:  
ak@ wish this PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188324 
State-Changed-From-To: open->closed 
State-Changed-By: ak 
State-Changed-When: Wed May 7 06:17:55 UTC 2014 
State-Changed-Why:  
Superseded by ports/189400. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188324 
>Unformatted:
