From df5adcb29fb09cf30f3857f0f2fee9a3b1b65f68 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 19 May 2023 22:51:24 +0300 Subject: [PATCH] =?UTF-8?q?games/maxr:=20update=200.2.9=20=E2=86=92=200.2.?= =?UTF-8?q?10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/maxr/Makefile | 10 +++++----- games/maxr/distinfo | 6 +++--- .../files/patch-src_config_selectplatformconfig.h | 11 ----------- 3 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 games/maxr/files/patch-src_config_selectplatformconfig.h diff --git a/games/maxr/Makefile b/games/maxr/Makefile index 1014a773efb26..11c395421539e 100644 --- a/games/maxr/Makefile +++ b/games/maxr/Makefile @@ -1,8 +1,7 @@ PORTNAME= maxr -PORTVERSION= 0.2.9 -PORTREVISION= 4 +DISTVERSIONPREFIX= release- +DISTVERSION= 0.2.10 CATEGORIES= games -MASTER_SITES= https://www.maxr.org/downloads/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Mechanized Assault and Exploration Reloaded @@ -11,8 +10,9 @@ WWW= https://www.maxr.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/data/COPYING -USES= cmake compiler:c++11-lib dos2unix sdl -DOS2UNIX_FILES= src/config/selectplatformconfig.h +USES= cmake compiler:c++11-lib sdl +USE_GITHUB= yes +GH_ACCOUNT= MAX-Reloaded USE_SDL= sdl2 mixer2 net2 PLIST_FILES= bin/${PORTNAME} diff --git a/games/maxr/distinfo b/games/maxr/distinfo index f8d03681b5dae..02b98f146489d 100644 --- a/games/maxr/distinfo +++ b/games/maxr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467908301 -SHA256 (maxr-0.2.9.tar.gz) = 5f0afebcef5ca6449de175e5abf0e3772c4f238a0103361a50efb6349b2185ff -SIZE (maxr-0.2.9.tar.gz) = 14847180 +TIMESTAMP = 1684521812 +SHA256 (MAX-Reloaded-maxr-release-0.2.10_GH0.tar.gz) = 4eb4cf59a50ba58fa1355ea8230e2c838b16caaf082afb810303051ad14361d1 +SIZE (MAX-Reloaded-maxr-release-0.2.10_GH0.tar.gz) = 16090538 diff --git a/games/maxr/files/patch-src_config_selectplatformconfig.h b/games/maxr/files/patch-src_config_selectplatformconfig.h deleted file mode 100644 index 508a3106e370f..0000000000000 --- a/games/maxr/files/patch-src_config_selectplatformconfig.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config/selectplatformconfig.h.orig 2016-06-03 22:11:14 UTC -+++ src/config/selectplatformconfig.h -@@ -19,7 +19,7 @@ - - #ifndef MAXR_PLATFORM_CONFIG - --#if (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC) -+#if (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) || defined(__FreeBSD__)) && !defined(_CRAYC) - # define MAXR_PLATFORM_CONFIG "config/platform/linux.h" - #elif defined(__CYGWIN__) - # define MAXR_PLATFORM_CONFIG "config/platform/cygwin.h"