maintenance update to FNA3D 21.05. Tested with Cryptark

This commit is contained in:
thfr 2021-05-03 19:04:49 +00:00
parent 8357a73e76
commit fb55d8b04c
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2021/04/03 08:37:57 thfr Exp $
# $OpenBSD: Makefile,v 1.7 2021/05/03 19:04:49 thfr Exp $
# versions are in sync with FNA versions
V = 21.04
V = 21.05
COMMENT = 3D graphics library for FNA
DISTNAME = fna-${V:S/.//g}
PKGNAME = fna3d-${V}

View File

@ -1,2 +1,2 @@
SHA256 (fna-2104.zip) = cz0hIYWTVLnUHxAYMpwHd07Y/gCuJg3rA74NOco1trc=
SIZE (fna-2104.zip) = 3936283
SHA256 (fna-2105.zip) = /mjcwBTqrrk7M6CeNuVqoewltH6XtSW5/JCMiBw/1Os=
SIZE (fna-2105.zip) = 3941250

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-CMakeLists_txt,v 1.5 2021/04/03 08:37:57 thfr Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.6 2021/05/03 19:04:49 thfr Exp $
set correct library version
disable bundled mojoshader in favor of the one from ports
@ -19,7 +19,7 @@ Index: CMakeLists.txt
@@ -12,7 +15,7 @@ option(DISABLE_D3D11 "Disable D3D11 backend")
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "21")
SET(LIB_REVISION "04")
SET(LIB_REVISION "05")
-SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
+SET(LIB_VERSION "${LIBFNA3D_VERSION}")