From 8e10606582071ebbbf8d8cb6c3115f912357c76e Mon Sep 17 00:00:00 2001 From: thfr Date: Sun, 18 Dec 2022 18:43:04 +0000 Subject: [PATCH] update to fnaify 3.1 Release Notes: https://github.com/rfht/fnaify/releases/tag/3.1 Main change is that it no longer removes bundled Steamworks.NET.dll. If you want to run a game that usually bundles it, but has been installed or run with a previous version of fnaify, you may need to do this: $ mv fnaify-backup/Steamworks.NET.dll . Tested with most of the catalogue of FNA/fnaify supported games. --- games/fnaify/Makefile | 4 +--- games/fnaify/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/games/fnaify/Makefile b/games/fnaify/Makefile index ff0d30fc048..f7be11606bc 100644 --- a/games/fnaify/Makefile +++ b/games/fnaify/Makefile @@ -1,13 +1,11 @@ # Don't bother on non-mono archs. ONLY_FOR_ARCHS = ${MONO_ARCHS} -V = 3.0 +V = 3.1 COMMENT = run FNA/XNA games on OpenBSD DISTNAME = fnaify-${V} CATEGORIES = games -REVISION = 0 -HOMEPAGE = https://www.PlayOnBSD.com MAINTAINER = Thomas Frohwein # ISC diff --git a/games/fnaify/distinfo b/games/fnaify/distinfo index d8c30b3b91a..bbf949d2fc6 100644 --- a/games/fnaify/distinfo +++ b/games/fnaify/distinfo @@ -1,2 +1,2 @@ -SHA256 (fnaify-3.0.tar.gz) = 2qh4KcjC3fsmiqN4450B3PG2xkYq8iNIFwfGJnLCrQ0= -SIZE (fnaify-3.0.tar.gz) = 24349 +SHA256 (fnaify-3.1.tar.gz) = zS9DGzA+Jr72/3rpeRZuaEzfHe5D1Wdz3coXjUFQsis= +SIZE (fnaify-3.1.tar.gz) = 26474