Date: Mon, 12 Feb 2018 19:43:37 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461641 - head/games/linux-dwarffortress Message-ID: <201802121943.w1CJhbhR038129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Feb 12 19:43:37 2018 New Revision: 461641 URL: https://svnweb.freebsd.org/changeset/ports/461641 Log: Update to version 0.44.05 Changelog: Major bug fixes Stopped displayed artifacts from duplicating on retirement/offloading of site Made attacking giant monsters path to targets properly again Stopped extraneous dwarf mode conversation text generation (freezes) Stopped negative artifact location rumors from passing around so much (freezes) Made removing first stop of hauling route w/ assigned vehicle not cause issues/crashes Stopped crash caused by yielding to muggers Stopped creatures from asking for identity when they shouldn't be able to speak Fixed problem with companions and other close people not always recognizing your relationship to them Other bug fixes/tweaks Made returning mercenaries stop petitioning for sanctuary (existing petitions will still be there) Prevented unirrigated etc. top-left corners etc. from stopping planting in farms Stopped inaccessible pile tiles from stopping bin/barrel placement throughout pile Allowed stairs to be carved in ice that is one tile above stone properly Added building item TSK indicator to ground items as well Stopped designations for removal of ramps/constructions from working on hidden tiles Removed incorrect back instruction from burrow naming Properly saved freeing hf in relevant historical event (Quietust) Fixed a few cases of historical event for identities reporting wrong historical figure Fixed kitchen job hotkeys Modified: head/games/linux-dwarffortress/Makefile head/games/linux-dwarffortress/distinfo Modified: head/games/linux-dwarffortress/Makefile ============================================================================== --- head/games/linux-dwarffortress/Makefile Mon Feb 12 19:41:45 2018 (r461640) +++ head/games/linux-dwarffortress/Makefile Mon Feb 12 19:43:37 2018 (r461641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dwarffortress -DISTVERSION= 0.44.02 +DISTVERSION= 0.44.05 CATEGORIES= games linux MASTER_SITES= http://www.bay12games.com/dwarves/ PKGNAMEPREFIX= linux- @@ -36,7 +36,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/df_linux STRIP= # breaks execution, changes library ABI to FreeBSD type -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 PORTDOCS= README.linux readme.txt file\ changes.txt release\ notes.txt \ command\ line.txt Modified: head/games/linux-dwarffortress/distinfo ============================================================================== --- head/games/linux-dwarffortress/distinfo Mon Feb 12 19:41:45 2018 (r461640) +++ head/games/linux-dwarffortress/distinfo Mon Feb 12 19:43:37 2018 (r461641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512166366 -SHA256 (df_44_02_linux32.tar.bz2) = d0721cd577fcc14729b76754c30feb6fda7029275bb0a9b1f6bca940fd9b1ffb -SIZE (df_44_02_linux32.tar.bz2) = 12542806 +TIMESTAMP = 1518463492 +SHA256 (df_44_05_linux32.tar.bz2) = b92ae26f00aaea8678892a735d2dbad89d5701085d22cb315c462346dc2431ad +SIZE (df_44_05_linux32.tar.bz2) = 12553133
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121943.w1CJhbhR038129>