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:           Fri Jul  3 15:41:46 UTC 2020

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
games/woof: Update to 2.0.0

- Support for uncapped rendering frame rate with frame interpolation has
  been added.
- A char-signedness issue has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/games/woof/Makefile:1.5
--- pkgsrc/games/woof/Makefile:1.4      Wed Jun 10 15:17:26 2020
+++ pkgsrc/games/woof/Makefile  Fri Jul  3 15:41:46 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/06/10 15:17:26 micha Exp $
+# $NetBSD: Makefile,v 1.5 2020/07/03 15:41:46 micha Exp $
 
-DISTNAME=      woof_1.2.2
+DISTNAME=      woof_2.0.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.2 pkgsrc/games/woof/distinfo:1.3
--- pkgsrc/games/woof/distinfo:1.2      Wed Jun 10 15:17:26 2020
+++ pkgsrc/games/woof/distinfo  Fri Jul  3 15:41:46 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2020/06/10 15:17:26 micha Exp $
+$NetBSD: distinfo,v 1.3 2020/07/03 15:41:46 micha Exp $
 
-SHA1 (woof_1.2.2.tar.gz) = a77d26aa2dd656bcad7ce9b420938ad8dc170f10
-RMD160 (woof_1.2.2.tar.gz) = a8000918a05d80110732f14b7400da3aad2b62aa
-SHA512 (woof_1.2.2.tar.gz) = 69e522dd0e0cfcd64b4f40b50704e8820d7615e5671ce94585c3cc6303eca8aa4ef37d9fa2d866fb0a74d8c75c26df18942df7843de10f4ee511e24de60e1838
-Size (woof_1.2.2.tar.gz) = 1876463 bytes
+SHA1 (woof_2.0.0.tar.gz) = 822284775520c9e579ee7cf9d055ec84d75b4b0b
+RMD160 (woof_2.0.0.tar.gz) = b354c6634859135c3390595925967eb09c6d4d77
+SHA512 (woof_2.0.0.tar.gz) = ba141100b1c8df428e1303d3ed1b618562c657fcfd1e23f2e41c7f93d14b772caa86fc324956e19a4b7728ebde25052cfb469409c5809acfc8ea2998c19b5612
+Size (woof_2.0.0.tar.gz) = 1877648 bytes
 SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index