pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games stone-soup: Update to 0.26.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/227abb66532b
branches:  trunk
changeset: 446492:227abb66532b
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Feb 09 21:11:49 2021 +0000

description:
stone-soup: Update to 0.26.1

Stone Soup 0.26.1 (20210203)
----------------------------

Bugfix Release
--------------

* ctrl-attack again no longer works while confused.
* Console display flickering is reduced.
* It is no longer possible to obtain infinite nets from net traps.
* Various vault placement balance adjustments and teleport closet fixes.
* 95 other fixes, tweaks, copy-edits, and interface improvements.

Stone Soup 0.26.0 (20210108)
----------------------------

Highlights
----------
* New species: Palentonga.
* New background: Delver.
* Food and hunger are removed.
* Swamp has many new monsters and other changes.
* Spells, wands, and abilities can be quivered, fired, and autotargeted with an
  extension of the ranged quiver/autofight interface.

diffstat:

 games/stone-soup-sdl/Makefile    |   4 +---
 games/stone-soup-sdl/PLIST       |   6 +++---
 games/stone-soup/Makefile        |   4 +---
 games/stone-soup/Makefile.common |   6 +++---
 games/stone-soup/PLIST           |   6 +++---
 games/stone-soup/distinfo        |  10 +++++-----
 6 files changed, 16 insertions(+), 20 deletions(-)

diffs (139 lines):

diff -r 58b0776ddfce -r 227abb66532b games/stone-soup-sdl/Makefile
--- a/games/stone-soup-sdl/Makefile     Tue Feb 09 20:36:49 2021 +0000
+++ b/games/stone-soup-sdl/Makefile     Tue Feb 09 21:11:49 2021 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/12/30 12:24:27 nia Exp $
-
-PKGREVISION=   1
+# $NetBSD: Makefile,v 1.17 2021/02/09 21:11:49 nia Exp $
 
 .include "../../games/stone-soup/Makefile.common"
 
diff -r 58b0776ddfce -r 227abb66532b games/stone-soup-sdl/PLIST
--- a/games/stone-soup-sdl/PLIST        Tue Feb 09 20:36:49 2021 +0000
+++ b/games/stone-soup-sdl/PLIST        Tue Feb 09 21:11:49 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/12/09 12:28:40 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/02/09 21:11:49 nia Exp $
 bin/crawl
 share/applications/crawl.desktop
 share/icons/hicolor/48x48/apps/crawl.png
@@ -30,7 +30,6 @@
 share/stone-soup/dat/database/shout.txt
 share/stone-soup/dat/database/wpnnoise.txt
 share/stone-soup/dat/defaults/autopickup_exceptions.txt
-share/stone-soup/dat/defaults/food_colouring.txt
 share/stone-soup/dat/defaults/glyph_colours.txt
 share/stone-soup/dat/defaults/menu_colours.txt
 share/stone-soup/dat/defaults/messages.txt
@@ -45,7 +44,6 @@
 share/stone-soup/dat/des/altar/nemelex_the_gamble.des
 share/stone-soup/dat/des/altar/okawaru_arena.des
 share/stone-soup/dat/des/altar/overflow.des
-share/stone-soup/dat/des/altar/pakellas_experiments.des
 share/stone-soup/dat/des/altar/trog_burn_book.des
 share/stone-soup/dat/des/altar/trog_wizard.des
 share/stone-soup/dat/des/altar/vehumet_trees.des
@@ -174,6 +172,7 @@
 share/stone-soup/dat/des/variable/polyominoes.des
 share/stone-soup/dat/des/variable/the_bubble.des
 share/stone-soup/dat/des/variable/the_grid.des
+share/stone-soup/dat/des/variable/winding_woodlands.des
 share/stone-soup/dat/descript/ability.txt
 share/stone-soup/dat/descript/backgrounds.txt
 share/stone-soup/dat/descript/branches.txt
@@ -625,6 +624,7 @@
 share/stone-soup/docs/license/worley.txt
 share/stone-soup/docs/macros_guide.txt
 share/stone-soup/docs/options_guide.txt
+share/stone-soup/docs/quickstart.md
 share/stone-soup/docs/quickstart.txt
 share/stone-soup/docs/ssh_guide.txt
 share/stone-soup/docs/tiles_help.txt
diff -r 58b0776ddfce -r 227abb66532b games/stone-soup/Makefile
--- a/games/stone-soup/Makefile Tue Feb 09 20:36:49 2021 +0000
+++ b/games/stone-soup/Makefile Tue Feb 09 21:11:49 2021 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/12/30 12:24:27 nia Exp $
-
-PKGREVISION=   1
+# $NetBSD: Makefile,v 1.12 2021/02/09 21:11:49 nia Exp $
 
 .include "Makefile.common"
 
diff -r 58b0776ddfce -r 227abb66532b games/stone-soup/Makefile.common
--- a/games/stone-soup/Makefile.common  Tue Feb 09 20:36:49 2021 +0000
+++ b/games/stone-soup/Makefile.common  Tue Feb 09 21:11:49 2021 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.6 2020/12/30 12:24:27 nia Exp $
+# $NetBSD: Makefile.common,v 1.7 2021/02/09 21:11:49 nia Exp $
 # used by games/stone-soup/Makefile
 # used by games/stone-soup-sdl/Makefile
 
-DISTNAME=      stone_soup-0.25.1-nodeps
+DISTNAME=      stone_soup-0.26.1-nodeps
 PKGNAME=       ${DISTNAME:S/_/-/:S/-nodeps//1}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=crawl/}
 GITHUB_PROJECT=        crawl
-GITHUB_RELEASE=        0.25.1
+GITHUB_RELEASE=        0.26.1
 EXTRACT_SUFX=  .tar.xz
 
 HOMEPAGE=      https://crawl.develz.org/
diff -r 58b0776ddfce -r 227abb66532b games/stone-soup/PLIST
--- a/games/stone-soup/PLIST    Tue Feb 09 20:36:49 2021 +0000
+++ b/games/stone-soup/PLIST    Tue Feb 09 21:11:49 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/12/09 12:28:39 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/02/09 21:11:49 nia Exp $
 bin/crawl
 share/stone-soup/dat/clua/autofight.lua
 share/stone-soup/dat/clua/automagic.lua
@@ -28,7 +28,6 @@
 share/stone-soup/dat/database/shout.txt
 share/stone-soup/dat/database/wpnnoise.txt
 share/stone-soup/dat/defaults/autopickup_exceptions.txt
-share/stone-soup/dat/defaults/food_colouring.txt
 share/stone-soup/dat/defaults/glyph_colours.txt
 share/stone-soup/dat/defaults/menu_colours.txt
 share/stone-soup/dat/defaults/messages.txt
@@ -43,7 +42,6 @@
 share/stone-soup/dat/des/altar/nemelex_the_gamble.des
 share/stone-soup/dat/des/altar/okawaru_arena.des
 share/stone-soup/dat/des/altar/overflow.des
-share/stone-soup/dat/des/altar/pakellas_experiments.des
 share/stone-soup/dat/des/altar/trog_burn_book.des
 share/stone-soup/dat/des/altar/trog_wizard.des
 share/stone-soup/dat/des/altar/vehumet_trees.des
@@ -172,6 +170,7 @@
 share/stone-soup/dat/des/variable/polyominoes.des
 share/stone-soup/dat/des/variable/the_bubble.des
 share/stone-soup/dat/des/variable/the_grid.des
+share/stone-soup/dat/des/variable/winding_woodlands.des
 share/stone-soup/dat/descript/ability.txt
 share/stone-soup/dat/descript/backgrounds.txt
 share/stone-soup/dat/descript/branches.txt
@@ -583,6 +582,7 @@
 share/stone-soup/docs/license/worley.txt
 share/stone-soup/docs/macros_guide.txt
 share/stone-soup/docs/options_guide.txt
+share/stone-soup/docs/quickstart.md
 share/stone-soup/docs/quickstart.txt
 share/stone-soup/docs/ssh_guide.txt
 share/stone-soup/docs/tiles_help.txt
diff -r 58b0776ddfce -r 227abb66532b games/stone-soup/distinfo
--- a/games/stone-soup/distinfo Tue Feb 09 20:36:49 2021 +0000
+++ b/games/stone-soup/distinfo Tue Feb 09 21:11:49 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/12/09 12:28:39 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/02/09 21:11:49 nia Exp $
 
-SHA1 (stone_soup-0.25.1-nodeps.tar.xz) = c5b76025e6eb34aa8b98eddac86063f09dc8381f
-RMD160 (stone_soup-0.25.1-nodeps.tar.xz) = 0ba6600c182034c1bcd2295b29ee92aa53920bad
-SHA512 (stone_soup-0.25.1-nodeps.tar.xz) = 7c271866ed11bb24a9090c8b980eccbc54193b9f718e45ddca6df1f2c7fb5a0c6a163b90e8b4de05da32f85db1fa2a2f8975e4b2d2fb18c14f6ee99637496367
-Size (stone_soup-0.25.1-nodeps.tar.xz) = 11288112 bytes
+SHA1 (stone_soup-0.26.1-nodeps.tar.xz) = 6577beb5ce14e3f4c3a30046e4110cfbd78f7e5c
+RMD160 (stone_soup-0.26.1-nodeps.tar.xz) = 7100ac6eae459d0dad4adbe104fb64810c3b5441
+SHA512 (stone_soup-0.26.1-nodeps.tar.xz) = 5f2eab90baf7339767bac3c0834d60855a23600b77893b156a8fd701a0e0e2008b3c4eb5fc9d182499a05d8c6ba26d51c49f0e05f2df1d70acd52e91174d99ae
+Size (stone_soup-0.26.1-nodeps.tar.xz) = 11242088 bytes



Home | Main Index | Thread Index | Old Index