From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 4 19:30:03 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 058ED457 for ; Tue, 4 Feb 2014 19:30:03 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D02B61134 for ; Tue, 4 Feb 2014 19:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s14JU2b8015490 for ; Tue, 4 Feb 2014 19: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 s14JU2MS015489; Tue, 4 Feb 2014 19:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 Feb 2014 19:30:02 GMT Resent-Message-Id: <201402041930.s14JU2MS015489@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 8B94243F for ; Tue, 4 Feb 2014 19:28:51 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07B7C1125 for ; Tue, 4 Feb 2014 19:28:50 +0000 (UTC) Received: from oshi.local ([78.46.133.223]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0MZDga-1VwWNS1pAS-00KxtM for ; Tue, 04 Feb 2014 20:15:46 +0100 Received: from oshi.local (localhost [127.0.0.1]) by oshi.local (8.14.7/8.14.7) with ESMTP id s14JFjJN057195 for ; Tue, 4 Feb 2014 20:15:45 +0100 (CET) (envelope-from tobi@oshi.local) Received: (from tobi@localhost) by oshi.local (8.14.7/8.14.7/Submit) id s14JFjmp057194; Tue, 4 Feb 2014 20:15:45 +0100 (CET) (envelope-from tobi) Message-Id: <201402041915.s14JFjmp057194@oshi.local> Date: Tue, 4 Feb 2014 20:15:45 +0100 (CET) From: Tobias Rehbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186460: [maintainer-update] Update games/stonesoup from 0.13.0 to 0.13.1 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: Tue, 04 Feb 2014 19:30:03 -0000 >Number: 186460 >Category: ports >Synopsis: [maintainer-update] Update games/stonesoup from 0.13.0 to 0.13.1 >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: Tue Feb 04 19:30:02 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: Stone Soup 0.13.1 (20131128) ---------------------------- * Several crash fixes. * Several message improvements. * Spectral weapon and battlespheres don't get confused by stairs. * Wind blasts can no longer push monsters through walls. * Shadow creatures band members don't count towards the summon cap. * Awakened trees and flaying ghosts respect sanctuary. * No "monster it is not fully coded". * Unfinished monsters shouldn't spawn anymore. * You can check \ when reading scrolls of identify. * Spectral weapons don't expire one turn after taking stairs anymore. * clua/gearset works again. * Vampires can't use lich form anymore. * A tome of destruction evoke-fest exploit is no more. * Monsters can't swap weapons while berserk. >How-To-Repeat: >Fix: --- games__stonesoup__0.13.0-0.13.1.diff begins here --- diff -urN games/stonesoup.orig/Makefile games/stonesoup/Makefile --- games/stonesoup.orig/Makefile 2013-12-07 11:50:23.000000000 +0100 +++ games/stonesoup/Makefile 2014-02-04 19:58:30.401068765 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: games/stonesoup/Makefile 335824 2013-12-07 10:50:23Z gjb $ PORTNAME= stonesoup -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps diff -urN games/stonesoup.orig/distinfo games/stonesoup/distinfo --- games/stonesoup.orig/distinfo 2013-10-30 22:54:57.000000000 +0100 +++ games/stonesoup/distinfo 2014-02-04 19:58:30.402068548 +0100 @@ -1,2 +1,2 @@ -SHA256 (stone_soup-0.13.0-nodeps.tar.xz) = e2f0d9f1995b286faaa0794509398c793c2500b467f517158b1e7b0bf2e00ee7 -SIZE (stone_soup-0.13.0-nodeps.tar.xz) = 9456072 +SHA256 (stone_soup-0.13.1-nodeps.tar.xz) = 9e32ca7e48bc3e12ce6bc8d963b01a0bce3f5826c6ca1d60947867f5602921e8 +SIZE (stone_soup-0.13.1-nodeps.tar.xz) = 9456356 --- games__stonesoup__0.13.0-0.13.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: