summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-02-09 21:11:49 +0000
committernia <nia@pkgsrc.org>2021-02-09 21:11:49 +0000
commit5796c6b7a83ef803785019cbd50d4f95d380e7ec (patch)
treed2fbc4119c64f565680fed9dfa9379b118e23af0
parente07a57d2ee6594ff22f40bfdd6c80417074ba2fc (diff)
downloadpkgsrc-5796c6b7a83ef803785019cbd50d4f95d380e7ec.tar.gz
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.
-rw-r--r--games/stone-soup-sdl/Makefile4
-rw-r--r--games/stone-soup-sdl/PLIST6
-rw-r--r--games/stone-soup/Makefile4
-rw-r--r--games/stone-soup/Makefile.common6
-rw-r--r--games/stone-soup/PLIST6
-rw-r--r--games/stone-soup/distinfo10
6 files changed, 16 insertions, 20 deletions
diff --git a/games/stone-soup-sdl/Makefile b/games/stone-soup-sdl/Makefile
index 83fbacc7e75..921a13357f2 100644
--- a/games/stone-soup-sdl/Makefile
+++ b/games/stone-soup-sdl/Makefile
@@ -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 --git a/games/stone-soup-sdl/PLIST b/games/stone-soup-sdl/PLIST
index ab780167504..f599acabc7a 100644
--- a/games/stone-soup-sdl/PLIST
+++ b/games/stone-soup-sdl/PLIST
@@ -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/randname.txt
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/lugonu_bribe.des
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/mini_monsters.des
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/pcre_license.txt
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 --git a/games/stone-soup/Makefile b/games/stone-soup/Makefile
index 2ea1f60cdb2..228d98c5da7 100644
--- a/games/stone-soup/Makefile
+++ b/games/stone-soup/Makefile
@@ -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 --git a/games/stone-soup/Makefile.common b/games/stone-soup/Makefile.common
index aeac868680d..5c6bf3693d4 100644
--- a/games/stone-soup/Makefile.common
+++ b/games/stone-soup/Makefile.common
@@ -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 --git a/games/stone-soup/PLIST b/games/stone-soup/PLIST
index 352407c4c38..f2ed47755ab 100644
--- a/games/stone-soup/PLIST
+++ b/games/stone-soup/PLIST
@@ -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/randname.txt
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/lugonu_bribe.des
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/mini_monsters.des
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/pcre_license.txt
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 --git a/games/stone-soup/distinfo b/games/stone-soup/distinfo
index daf84ba15dc..7f50316261b 100644
--- a/games/stone-soup/distinfo
+++ b/games/stone-soup/distinfo
@@ -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