From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 6 18:30:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 636E31A5 for ; Sun, 6 Apr 2014 18:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7D2D0B for ; Sun, 6 Apr 2014 18:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s36IU2Kj084616 for ; Sun, 6 Apr 2014 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s36IU2lg084615; Sun, 6 Apr 2014 18:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 6 Apr 2014 18:30:02 GMT Resent-Message-Id: <201404061830.s36IU2lg084615@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tobias Rehbein 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 ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/188324: [maintainer-update] Update games/stonesoup from 0.13.1 to 0.13.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 18:30:02 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 06 18:30:01 UTC 2014 >Closed-Date: >Last-Modified: >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 -.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: >Unformatted: