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 Sep 28 10:03:11 UTC 2020

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
games/woof: Update to 2.3.0

- Binaries are now built with optimization flags and debugging information
  (stripped for release).
- A "secret" option to force integer video scaling factors has been added
  ("integer_scaling").
- A mouse button binding for the "Use" action has been added. Double click
  acting as "Use" has been made optional.
- The "Ouch Face" and the "Picked up a Medikit that you really need" message
  are now shown as intended.

You may have to rebind your mouse buttons!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/games/woof/Makefile:1.13
--- pkgsrc/games/woof/Makefile:1.12     Mon Sep 14 08:14:03 2020
+++ pkgsrc/games/woof/Makefile  Mon Sep 28 10:03:11 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/09/14 08:14:03 micha Exp $
+# $NetBSD: Makefile,v 1.13 2020/09/28 10:03:11 micha Exp $
 
-DISTNAME=      woof_2.2.0
+DISTNAME=      woof_2.3.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.8 pkgsrc/games/woof/distinfo:1.9
--- pkgsrc/games/woof/distinfo:1.8      Mon Sep 14 08:14:03 2020
+++ pkgsrc/games/woof/distinfo  Mon Sep 28 10:03:11 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2020/09/14 08:14:03 micha Exp $
+$NetBSD: distinfo,v 1.9 2020/09/28 10:03:11 micha Exp $
 
-SHA1 (woof_2.2.0.tar.gz) = be9c232f0d3e6529f28323ca9d77455a1d085274
-RMD160 (woof_2.2.0.tar.gz) = d03935a51b38b457a706c0a027984dce15fa4163
-SHA512 (woof_2.2.0.tar.gz) = f5aec0c0e50a815e4facc50f809ea7bb02f18f2fc531e23e335d6721dbdc906ce22aeef7747c33a21696cb7c768bf9c4468e7d450ed70be5255268455fe7b85a
-Size (woof_2.2.0.tar.gz) = 1881233 bytes
+SHA1 (woof_2.3.0.tar.gz) = 00af2c1758d9e0af90288f560ca6dfa2efc45ed2
+RMD160 (woof_2.3.0.tar.gz) = 6033b07d593d6b05a8dda3fac4e014bcd1b9a2ec
+SHA512 (woof_2.3.0.tar.gz) = a22b26031fd1ac364ba5ed22537f753356bcc8956ba3588ffba9e2d31d7bdd2b1c27daa7d51359ea9dfd04ec1c66338283f031c07c06b4602d65948189c1c77a
+Size (woof_2.3.0.tar.gz) = 1881865 bytes
 SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index