Mon Mar 15 11:33:28 2021 UTC ()
games/woof: Update to 4.0.1

Woof! 4.0.1
-----------
- Compatibility with PrBoom+ complevel 11 has been vastly improved:
  - Player bobbing calculation has been fixed (@rfomin).
  - Resetting of the doomednum feature for the MT_SCEPTRE and MT_BIBLE
    things has been removed, which would lead to these map things not
    being spawned if not in "beta emulation" mode (@rfomin).
  - The implementations of P_Move(), P_CreateBlockMap() and
    P_FindShortestTextureAround()/P_FindShortestUpperAround() have been
    modified to match the ones from Boom, which are unconditionally used
    in PrBoom+ (@rfomin).
  - More MBF code pointers have been disabled in Boom compatibility mode
    (@rfomin).
  - Compatibility defaults have been brought in line with PrBoom+:
    - Enable  "Zombie players can exit levels".
    - Disable "Build stairs exactly the same way that Doom does".
    - Enable  "Fix 3-key door works with only 2 keys".
- The padvalue typo in the REJECT buffer overflow emulation has been
  fixed (@rfomin).
- Data is now properly free()d in some functions in i_sound.c (@rfomin).
- A wrong function argument in MUSINFO logging has been fixed (@rfomin).
- A dummy entry has been added to the S_music[] array for the NUMMUSIC
  counter, fixing a crash when changing music from a MUSINFO track.


(micha)
diff -r1.18 -r1.19 pkgsrc/games/woof/Makefile
diff -r1.14 -r1.15 pkgsrc/games/woof/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/games/woof/Makefile (expand / switch to unified diff)

--- pkgsrc/games/woof/Makefile 2021/03/08 10:55:47 1.18
+++ pkgsrc/games/woof/Makefile 2021/03/15 11:33:28 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2021/03/08 10:55:47 micha Exp $ 1# $NetBSD: Makefile,v 1.19 2021/03/15 11:33:28 micha Exp $
2 2
3DISTNAME= woof_4.0.0 3DISTNAME= woof_4.0.1
4PKGNAME= ${DISTNAME:S/_/-/} 4PKGNAME= ${DISTNAME:S/_/-/}
5CATEGORIES= games 5CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/}
7GITHUB_TAG= ${DISTNAME} 7GITHUB_TAG= ${DISTNAME}
8EXTRACT_USING= bsdtar 8EXTRACT_USING= bsdtar
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/fabiangreffrath/woof/ 11HOMEPAGE= https://github.com/fabiangreffrath/woof/
12COMMENT= Continuation of Lee Killough's Doom source port MBF 12COMMENT= Continuation of Lee Killough's Doom source port MBF
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15USE_LANGUAGES= c99 15USE_LANGUAGES= c99
16USE_CMAKE= yes 16USE_CMAKE= yes

cvs diff -r1.14 -r1.15 pkgsrc/games/woof/distinfo (expand / switch to unified diff)

--- pkgsrc/games/woof/distinfo 2021/03/08 10:55:47 1.14
+++ pkgsrc/games/woof/distinfo 2021/03/15 11:33:28 1.15
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.14 2021/03/08 10:55:47 micha Exp $ 1$NetBSD: distinfo,v 1.15 2021/03/15 11:33:28 micha Exp $
2 2
3SHA1 (woof_4.0.0.tar.gz) = 3a59bddfcf847d17c0a497738b3490d4810fb5d0 3SHA1 (woof_4.0.1.tar.gz) = 8ef07d1bc8581aaa9f4e6902495bc1b92711c1ec
4RMD160 (woof_4.0.0.tar.gz) = 57dd1627d0091a7c8af56911e96b0602b35be16a 4RMD160 (woof_4.0.1.tar.gz) = d54c76b2f05eddd4f9eb3297d2440b7e055009ff
5SHA512 (woof_4.0.0.tar.gz) = 22685fd9beae50535a2404017aae7cb7a309b167edd7e161ab0aacf20b4e21a678e3172df1af89f44ff09047d6ef26166af2c7d865e928ae59941cdc55a35169 5SHA512 (woof_4.0.1.tar.gz) = 740683c7e6cce2c39c0e3f110c1d10f28f174579629a0b3c81bdb9a4fb16235a3f4241d6c27dbe8fb3720794822785a6245c8281c2ee3cf63f8b73b182399fd1
6Size (woof_4.0.0.tar.gz) = 1913942 bytes 6Size (woof_4.0.1.tar.gz) = 1916161 bytes
7SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089 7SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089