From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 26 18:30:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 161541065687 for ; Wed, 26 Sep 2012 18:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC37C8FC18 for ; Wed, 26 Sep 2012 18:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8QIU8UX073717 for ; Wed, 26 Sep 2012 18:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8QIU8fP073714; Wed, 26 Sep 2012 18:30:08 GMT (envelope-from gnats) Resent-Date: Wed, 26 Sep 2012 18:30:08 GMT Resent-Message-Id: <201209261830.q8QIU8fP073714@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, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D35CF106564A for ; Wed, 26 Sep 2012 18:28:55 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9F38FC0A for ; Wed, 26 Sep 2012 18:28:55 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q8QISnYf007377 for ; Wed, 26 Sep 2012 13:28:49 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9); 26 Sep 2012 13:28:48 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.5/8.14.5/Submit) id q8QISm1b007376; Wed, 26 Sep 2012 13:28:48 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Wed, 26 Sep 2012 13:28:48 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172095: Update port games/wesnoth to latest stable version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 18:30:09 -0000 >Number: 172095 >Category: ports >Synopsis: Update port games/wesnoth to latest stable version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 26 18:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sun Sep 23 15:41:42 CDT 2012 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This diff updates the wesnoth port that I maintain to the latest stable version, 1.10.4. A changelog can be found here: http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.4/players_changelog Updates include: Version 1.10.4: * Campaigns: * A Tale of Two Brothers: * Fixed bug #19949: Turns left counter initially incorrect when objectives change and turn limit is extended. * Sceptre of Fire: * Keep recall list at end of scenario 7. * Under the Burning Suns: * Taking the ring of speed is now optional. * Language and i18n: * Updated translations: British English, Chinese (Simplified). Chinese (Traditional), French, Galician, German, Greek, Hungarian, Japanese, Latin, Lithuanian, Old English, Russian, Serbian, Slovak, Spanish, Ukrainian. * Terrain: * Improve appearance of sand near dirt with transitions. * User interface: * Trying to initiate movement (or an attack) before previous movement is finished no longer unselects the current unit (bug #19734). (The new movement command is still deliberately ignored.) * Fixed bug #19783: Disable commands while WML menu items are executing. * Fixed bug #19533: Both damage tooltips now take into account local factors. >How-To-Repeat: >Fix: --- wesnoth-1.10.4.diff begins here --- diff -ruN wesnoth/Makefile wesnoth.new/Makefile --- wesnoth/Makefile 2012-07-10 12:56:16.000000000 -0500 +++ wesnoth.new/Makefile 2012-09-26 11:29:53.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= wesnoth -PORTVERSION= 1.10.3 -PORTREVISION= 2 +PORTVERSION= 1.10.4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ diff -ruN wesnoth/distinfo wesnoth.new/distinfo --- wesnoth/distinfo 2012-06-10 11:08:50.000000000 -0500 +++ wesnoth.new/distinfo 2012-09-26 11:35:03.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (wesnoth-1.10.3.tar.bz2) = b348f99c0ef810fb1f59b5e6ac6f0bb376922edb2552f4a11eb03b5cc658da78 -SIZE (wesnoth-1.10.3.tar.bz2) = 342168933 +SHA256 (wesnoth-1.10.4.tar.bz2) = 97131daf6e52175abe1c84ff55dbbf0f6b102b99f29d32490f5e89ee02cfebc3 +SIZE (wesnoth-1.10.4.tar.bz2) = 342665460 --- wesnoth-1.10.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: