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:           Mon Jul 11 14:25:34 UTC 2022

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
games/woof: Update to 10.0.3

Woof! 10.0.3
------------
New Features and Improvements
- Two-colored HUD widgets (as in Crispy Doom).

Bug Fixes
- Fix complevel vanilla scrollers.
- Fix reload level during intermission.
- Check if the lump can be a Doom patch in R_GenerateLookup().
- Fix gcc-12 -O3 compiler warnings.
- Only create autoload subdirectory relative to D_DoomPrefDir().
- Workaround for optimization bug in clang (taken from Eternity Engine,
  fixes desync in competn/doom/fp2-3655.lmp and dmn01m909.lmp).


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.31 -r1.32 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.36 pkgsrc/games/woof/Makefile:1.37
--- pkgsrc/games/woof/Makefile:1.36     Sat Jul  2 16:53:21 2022
+++ pkgsrc/games/woof/Makefile  Mon Jul 11 14:25:34 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2022/07/02 16:53:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2022/07/11 14:25:34 micha Exp $
 
-DISTNAME=      woof_10.0.0
+DISTNAME=      woof_10.0.3
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}
 GITHUB_TAG=    ${DISTNAME}

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.31 pkgsrc/games/woof/distinfo:1.32
--- pkgsrc/games/woof/distinfo:1.31     Fri Jul  1 09:58:53 2022
+++ pkgsrc/games/woof/distinfo  Mon Jul 11 14:25:34 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2022/07/01 09:58:53 micha Exp $
+$NetBSD: distinfo,v 1.32 2022/07/11 14:25:34 micha Exp $
 
-BLAKE2s (woof_10.0.0.tar.gz) = 05660fa1bb317f72f4703a27e98c777b895b961f1fdf1631f369c89f87b7a435
-SHA512 (woof_10.0.0.tar.gz) = 0db57d2b0817b0cb301753610ab382c05cc4db7ebb69ebe96200f90eeb285dcff8af5b800f0abfbdcc36a5b494c316bd503c7c445183e1d063bb1ec809429586
-Size (woof_10.0.0.tar.gz) = 7872336 bytes
+BLAKE2s (woof_10.0.3.tar.gz) = eda69df22c0338346b90cd945f85fcff7532e0d6f2591125adefcb9d2fdab4df
+SHA512 (woof_10.0.3.tar.gz) = 1fabf9235d7febf205684e0593e61454c9a088ae5322c65ca778468f5923472d8a962245a5d92af5246ddf8927349e32f209237b9b811cd6a712fc75f3849c19
+Size (woof_10.0.3.tar.gz) = 7865972 bytes
 SHA1 (patch-data_CMakeLists.txt) = de619ccaf29591a10ed0cf91262c6619f3a8c7ff
 SHA1 (patch-src_d__iwad.c) = e2e596d3f0eacfca8852afa329704c14dadf7889



Home | Main Index | Thread Index | Old Index