Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/frotz frotz: Update to 2.52



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c6aafeccbb3
branches:  trunk
changeset: 431899:0c6aafeccbb3
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 17 14:23:08 2020 +0000

description:
frotz: Update to 2.52

Frotz 2.52 was released on Sunday May 10, 2020.

This is a minor release focusing on minor enhancements and bug fixes.

NEW FEATURES

- Partial support for new @set_true_colour opcode.  Works for SDL.
  Doesn't work all the way for curses.  Not in scope for dumb interface.


BUG FIXES

- Reworked Makefiles to better handle library detection, particularly
  for macOS.

- Fixed rendering of non-paletted PNG images.  Affected only non-Infocom
  V6 games.

- Rolled back idiosyncrasy fix for Cutthroats and changed over to the
  quick-and-dirty 24-to-12 conversion used by Infocom as this is how the
  Imps expected an interpreter to behave.

- Fixed broken handling of game paths set in environmental variables and
  in config files.

- Fixed slightly broken parsing of .sfrotzrc.

- Fixed behavior of command line processing inconsistent between the
  different user interfaces.

- Assorted source code formatting fixes.

diffstat:

 games/frotz/Makefile |   4 ++--
 games/frotz/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f19539b567b0 -r 0c6aafeccbb3 games/frotz/Makefile
--- a/games/frotz/Makefile      Sun May 17 13:35:35 2020 +0000
+++ b/games/frotz/Makefile      Sun May 17 14:23:08 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/03/26 12:32:37 nia Exp $
+# $NetBSD: Makefile,v 1.38 2020/05/17 14:23:08 nia Exp $
 
-DISTNAME=      frotz-2.51
+DISTNAME=      frotz-2.52
 CATEGORIES=    games
 MASTER_SITES=  https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/
 
diff -r f19539b567b0 -r 0c6aafeccbb3 games/frotz/distinfo
--- a/games/frotz/distinfo      Sun May 17 13:35:35 2020 +0000
+++ b/games/frotz/distinfo      Sun May 17 14:23:08 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2020/03/22 10:20:06 nia Exp $
+$NetBSD: distinfo,v 1.16 2020/05/17 14:23:08 nia Exp $
 
-SHA1 (frotz-2.51.tar.gz) = 54aa50d36b6ae402d063c0fb64e990e50557ed1e
-RMD160 (frotz-2.51.tar.gz) = 2eaf0b7b4a8b3cc7482f755580a35fb146d9ede0
-SHA512 (frotz-2.51.tar.gz) = 16736db1abd458a2dbb25a82ce4f5577bbc861af3591e1a34975fa5ad65e8ff9afb28b48761893869d10c1a58ce03f88bef128f37bc36b972976ebd70b2de12b
-Size (frotz-2.51.tar.gz) = 350626 bytes
+SHA1 (frotz-2.52.tar.gz) = 3b230ec12c651b5e073c6111c93c4247c874ca0d
+RMD160 (frotz-2.52.tar.gz) = a74e9bb35832e1375ce6321dfad00c30f1ac0014
+SHA512 (frotz-2.52.tar.gz) = 450b2fa1cc943a63749b18fc9964b157dcad7685928e194afac6049eb4c35dc2914b1848f96d9f4bfc8212e90de50ea65ce149be236be16ce1704f24d0437833
+Size (frotz-2.52.tar.gz) = 353485 bytes
 SHA1 (patch-Makefile) = 84913a2a85ebe4b7780a28bce5f25d0441256baa



Home | Main Index | Thread Index | Old Index