pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/easyrpg-player



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 20 12:39:10 UTC 2020

Modified Files:
        pkgsrc/games/easyrpg-player: Makefile distinfo

Log Message:
easyrpg-player: Update to 0.6.2.3

   This release was unplanned but we introduced a regression in 0.6.2.2 that
   we have to fix. Next time we will be a bit more conservative in
   backporting fixes :(. But this is for-sure the last patch release. The
   next release will be huuuge.

  Regressions fixed

   The implementation of Skill reflection crashed the Player when the skill
   had no target, e.g. when it was a skill that just toggled a switch. This
   broke directly the first battle in OFF. (#2342)

  Battle

   The correct default state rank B instead of C is now used for enemy damage
   calculation. (#2332)

   Damage calculation for states is now more correct: The damage/recovery is
   rounded down. (#2343)

  For Developers

   The Player compiles now on the Haiku operating system. (#2359)

   When using vcpkg and CMake 3.15 or newer the detection whether a shared or
   a static runtime (/MD vs /MT) shall be used is now autodetected via
   MSVC_RUNTIME_LIBRARY. (#2267)

   CMake will not download the TestGame via git anymore. The motivation here
   was years ago that we want to use the TestGame for unit and regression
   testing but this never happened.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/easyrpg-player/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/easyrpg-player/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/easyrpg-player/Makefile
diff -u pkgsrc/games/easyrpg-player/Makefile:1.15 pkgsrc/games/easyrpg-player/Makefile:1.16
--- pkgsrc/games/easyrpg-player/Makefile:1.15   Thu Nov  5 09:08:07 2020
+++ pkgsrc/games/easyrpg-player/Makefile        Fri Nov 20 12:39:10 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/11/05 09:08:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2020/11/20 12:39:10 nia Exp $
 
-DISTNAME=      easyrpg-player-0.6.2.2
-PKGREVISION=   1
+DISTNAME=      easyrpg-player-0.6.2.3
 CATEGORIES=    games
 MASTER_SITES=  https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/games/easyrpg-player/distinfo
diff -u pkgsrc/games/easyrpg-player/distinfo:1.6 pkgsrc/games/easyrpg-player/distinfo:1.7
--- pkgsrc/games/easyrpg-player/distinfo:1.6    Fri Oct  9 07:16:03 2020
+++ pkgsrc/games/easyrpg-player/distinfo        Fri Nov 20 12:39:10 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/10/09 07:16:03 nia Exp $
+$NetBSD: distinfo,v 1.7 2020/11/20 12:39:10 nia Exp $
 
-SHA1 (easyrpg-player-0.6.2.2.tar.xz) = d0e119e530d39d1627460146404d6ca53ba84827
-RMD160 (easyrpg-player-0.6.2.2.tar.xz) = 0457d03b23c367635d038441f9d7a362e5776bad
-SHA512 (easyrpg-player-0.6.2.2.tar.xz) = 5c8eecd44058f73cff6c520e3216adbbb377cdb22c053d511cb8bd25936fc08552e0a29aa12c831ccb29410553d1cd04bd3dfd4d5dec55a72ae800700fb7b1bd
-Size (easyrpg-player-0.6.2.2.tar.xz) = 4640136 bytes
+SHA1 (easyrpg-player-0.6.2.3.tar.xz) = 754894b17190ed02c451fa4f33236fd845592d52
+RMD160 (easyrpg-player-0.6.2.3.tar.xz) = 4be1a6f60d1014b4412825d20974711eb8e8d8bc
+SHA512 (easyrpg-player-0.6.2.3.tar.xz) = df0d001709a3f64179a1b37cc6c59fc54a7daab2014ee78ef7795b1b82341583a6d735dbe0a05fd80efdaed881a09476f3119b76a387f23bf3abf6491e6635ea
+Size (easyrpg-player-0.6.2.3.tar.xz) = 4640348 bytes



Home | Main Index | Thread Index | Old Index