Index: Makefile
===================================================================
RCS file: /cvs/ports/games/devilutionx/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 9 Nov 2019 22:35:19 -0000 1.4
+++ Makefile 1 Jan 2020 15:52:43 -0000
@@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.4 2019/11/09 22:35:19 bcallah Exp $
COMMENT = open source engine recreation for Diablo 1 game
-DISTNAME = devilutionx-0.5.0
+PKGNAME = ${DISTNAME:L}
CATEGORIES = games x11
GH_ACCOUNT = diasurgical
GH_PROJECT = devilutionX
-GH_COMMIT = 2afc5862a0762bdf1a2005249d5e34245815c595
+GH_TAGNAME = 1.0.0
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/devilutionx/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 9 Nov 2019 22:35:19 -0000 1.3
+++ distinfo 1 Jan 2020 15:52:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (devilutionx-0.5.0-2afc5862.tar.gz) = W+N9S07qWHqFLPuv9Km18EIY+x0dIHGHvgukmL5By7o=
-SIZE (devilutionx-0.5.0-2afc5862.tar.gz) = 1781028
+SHA256 (devilutionX-1.0.0.tar.gz) = +vsLrJNbu+6OJh1/vS1Op2m4i7x4uhr/73QGSizHd3k=
+SIZE (devilutionX-1.0.0.tar.gz) = 1798349
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/games/devilutionx/patches/patch-CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -r1.3 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 9 Nov 2019 22:35:19 -0000 1.3
+++ patches/patch-CMakeLists_txt 1 Jan 2020 15:52:43 -0000
@@ -5,7 +5,7 @@ Don't do git here.
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -18,14 +18,8 @@ option(NIGHTLY_BUILD "Enable options for nightly build
+@@ -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)
@@ -17,7 +17,7 @@ Index: CMakeLists.txt
-
project(DevilutionX
- VERSION ${GIT_TAG}
-+ VERSION 0.5.0
++ VERSION 1.0.0
LANGUAGES C CXX)
if(BINARY_RELEASE)
Hi ports --
Here is a new version of DevilutionX.
The changelog can be found here:
https://github.com/diasurgical/devilutionX/releases/tag/1.0.0
Looking for testers, particularly !amd64 testers.
OK?
~Brian
No comments:
Post a Comment