pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Mar 31 10:09:15 UTC 2021

Modified Files:
        pkgsrc/games/woof: Makefile PLIST distinfo

Log Message:
games/woof: Update to 4.0.2

Woof! 4.0.2
-----------
- Add a config example for Vanilla automap colors (thanks @OpenRift412).
- Do not collapse leading slashes on Windows anymore in NormalizeSlashes()
  to recognize canonicalized Windows paths (@rfomin).
- Prevent running out of stack space in P_SetMobjState() (@rfomin).
- Only save MUSINFO music in savegames if it's actually playing.
- Keep the comp_3keydoor compatibility flag out of the comp[] array to
  prevent demo header mismatch with PrBoom+


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/woof/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/woof/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.19 pkgsrc/games/woof/Makefile:1.20
--- pkgsrc/games/woof/Makefile:1.19     Mon Mar 15 11:33:28 2021
+++ pkgsrc/games/woof/Makefile  Wed Mar 31 10:09:15 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/03/15 11:33:28 micha Exp $
+# $NetBSD: Makefile,v 1.20 2021/03/31 10:09:15 micha Exp $
 
-DISTNAME=      woof_4.0.1
+DISTNAME=      woof_4.0.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}

Index: pkgsrc/games/woof/PLIST
diff -u pkgsrc/games/woof/PLIST:1.1 pkgsrc/games/woof/PLIST:1.2
--- pkgsrc/games/woof/PLIST:1.1 Mon May 11 10:46:12 2020
+++ pkgsrc/games/woof/PLIST     Wed Mar 31 10:09:15 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/11 10:46:12 micha Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/03/31 10:09:15 micha Exp $
 bin/woof
 share/applications/woof.desktop
 share/doc/woof/COPYING
@@ -25,6 +25,7 @@ share/doc/woof/examples/playbud.deh
 share/doc/woof/examples/possbud.deh
 share/doc/woof/examples/sky.wad
 share/doc/woof/examples/touchy.deh
+share/doc/woof/mapcolors_vanilla.cfg
 share/doc/woof/mbf-bugs.html
 share/doc/woof/mbf.txt
 share/doc/woof/mbfedit.txt

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.15 pkgsrc/games/woof/distinfo:1.16
--- pkgsrc/games/woof/distinfo:1.15     Mon Mar 15 11:33:28 2021
+++ pkgsrc/games/woof/distinfo  Wed Mar 31 10:09:15 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2021/03/15 11:33:28 micha Exp $
+$NetBSD: distinfo,v 1.16 2021/03/31 10:09:15 micha Exp $
 
-SHA1 (woof_4.0.1.tar.gz) = 8ef07d1bc8581aaa9f4e6902495bc1b92711c1ec
-RMD160 (woof_4.0.1.tar.gz) = d54c76b2f05eddd4f9eb3297d2440b7e055009ff
-SHA512 (woof_4.0.1.tar.gz) = 740683c7e6cce2c39c0e3f110c1d10f28f174579629a0b3c81bdb9a4fb16235a3f4241d6c27dbe8fb3720794822785a6245c8281c2ee3cf63f8b73b182399fd1
-Size (woof_4.0.1.tar.gz) = 1916161 bytes
+SHA1 (woof_4.0.2.tar.gz) = 17c666b01503388463bffd9f974592243900f591
+RMD160 (woof_4.0.2.tar.gz) = 5bbdc1963525a62bd1dffaf95d56d12499e9b0f8
+SHA512 (woof_4.0.2.tar.gz) = 719554a4bbcd85a8525513fc99fa48dd373eaae67b3c4590f0da4d735f91a5c958a26fd97a406b8860378fe65f11d7dfe0632c3369e208cab53b15fea012c092
+Size (woof_4.0.2.tar.gz) = 1916427 bytes
 SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index