pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/frotz
Module Name: pkgsrc
Committed By: nia
Date: Sun May 17 14:23:08 UTC 2020
Modified Files:
pkgsrc/games/frotz: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/frotz/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/frotz/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/frotz/Makefile
diff -u pkgsrc/games/frotz/Makefile:1.37 pkgsrc/games/frotz/Makefile:1.38
--- pkgsrc/games/frotz/Makefile:1.37 Thu Mar 26 12:32:37 2020
+++ pkgsrc/games/frotz/Makefile Sun May 17 14:23:08 2020
@@ -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}/
Index: pkgsrc/games/frotz/distinfo
diff -u pkgsrc/games/frotz/distinfo:1.15 pkgsrc/games/frotz/distinfo:1.16
--- pkgsrc/games/frotz/distinfo:1.15 Sun Mar 22 10:20:06 2020
+++ pkgsrc/games/frotz/distinfo Sun May 17 14:23:08 2020
@@ -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