Hi ports --
Straightforward update to DevilutionX.
Changelog is here:
https://github.com/diasurgical/devilutionX/releases/tag/1.0.1
Big endian testing would be very much appreciated.
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/devilutionx/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 1 Jan 2020 18:52:50 -0000 1.5
+++ Makefile 10 Mar 2020 01:06:32 -0000
@@ -6,7 +6,7 @@ CATEGORIES = games x11
GH_ACCOUNT = diasurgical
GH_PROJECT = devilutionX
-GH_TAGNAME = 1.0.0
+GH_TAGNAME = 1.0.1
MAINTAINER = Brian Callahan <bcal...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/devilutionx/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 1 Jan 2020 18:52:50 -0000 1.4
+++ distinfo 10 Mar 2020 01:06:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (devilutionX-1.0.0.tar.gz) = +vsLrJNbu+6OJh1/vS1Op2m4i7x4uhr/73QGSizHd3k=
-SIZE (devilutionX-1.0.0.tar.gz) = 1798349
+SHA256 (devilutionX-1.0.1.tar.gz) = FlVk/v2/0LT790aI6hvrHYEesdjiALn6rVtwrirHVk4=
+SIZE (devilutionX-1.0.1.tar.gz) = 2005920
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/games/devilutionx/patches/patch-CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -r1.4 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 1 Jan 2020 18:52:50 -0000 1.4
+++ patches/patch-CMakeLists_txt 10 Mar 2020 01:06:32 -0000
@@ -5,9 +5,9 @@ Don't do git here.
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -19,14 +19,8 @@ option(NIGHTLY_BUILD "Enable options for nightly build
- option(USE_SDL1 "Use SDL1.2 instead of SDL2" OFF)
- option(NONET "Disable network" OFF)
+@@ -40,14 +40,8 @@ if(NIGHTLY_BUILD)
+ set(FASTER OFF)
+ endif()
-include(CMake/git.cmake)
-get_git_tag(GIT_TAG)
@@ -17,7 +17,7 @@ Index: CMakeLists.txt
-
project(DevilutionX
- VERSION ${GIT_TAG}
-+ VERSION 1.0.0
++ VERSION 1.0.1
LANGUAGES C CXX)
- if(BINARY_RELEASE)
+ if(LTO)