pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libdoom-umapinfo: Update to 1.0.0



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Aug 28 10:04:33 2023 +0200
Changeset:	739c224ed7cdc1824e1ba689438f55905da03572

Modified Files:
	libdoom-umapinfo/Makefile
	libdoom-umapinfo/buildlink3.mk
	libdoom-umapinfo/distinfo

Log Message:
libdoom-umapinfo: Update to 1.0.0

1.0.0  2023-08-27  Release
--------------------------

Important notes:
- Namespace prefix changed for new API and ABI
- Key and value type codes renumbered
- Value defined for parameter "verbose" of function doom_umi1_create()

Bug fixes:
- Return value of doom_umi1_i_parser_key_append() fixed
- Use of const pointers in doom_umi1_i_yyerror() and
  doom_umi1_i_parser_msg() fixed
- Function import_data() of CLI utility fixed (code was not C90 conformant)
- Build directory of library now contains symlinks for internal header files
  Only required for build with POSIX make
- Archiver ar is called with combined options ("-rc" instead of "-r -c")
  System V ar and old versions of GNU ar do not support separation of options

New features and improvements:
- Meson build system added for shared library
  Muon can be used with samurai to avoid python dependency
- Testsuite added

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=739c224ed7cdc1824e1ba689438f55905da03572

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libdoom-umapinfo/Makefile      | 4 ++--
 libdoom-umapinfo/buildlink3.mk | 2 +-
 libdoom-umapinfo/distinfo      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libdoom-umapinfo/Makefile b/libdoom-umapinfo/Makefile
index 69a0df426c..b4b13deb40 100644
--- a/libdoom-umapinfo/Makefile
+++ b/libdoom-umapinfo/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD$
 
 VERSION=	1.0.0
-DISTNAME=	libdoom-umapinfo-${VERSION}rc5
+DISTNAME=	libdoom-umapinfo-${VERSION}
 CATEGORIES=	games
 MASTER_SITES=	https://micha.freeshell.org/libdoom-umapinfo/src/
 
 OWNER=		micha%NetBSD.org@localhost
-HOMEPAGE=	https://micha.freeshell.org/libdoom-uapinfo/
+HOMEPAGE=	https://micha.freeshell.org/libdoom-umapinfo/
 COMMENT=	Parser for Doom UMAPINFO data
 LICENSE=	2-clause-bsd
 
diff --git a/libdoom-umapinfo/buildlink3.mk b/libdoom-umapinfo/buildlink3.mk
index 064133a9a0..9504cdb7dd 100644
--- a/libdoom-umapinfo/buildlink3.mk
+++ b/libdoom-umapinfo/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	libdoom-umapinfo
 .if !defined(LIBDOOM_UMAPINFO_BUILDLINK3_MK)
 LIBDOOM_UMAPINFO_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libdoom-umapinfo+=	libdoom-umapinfo>=1.0.0rc5
+BUILDLINK_API_DEPENDS.libdoom-umapinfo+=	libdoom-umapinfo>=1.0.0
 BUILDLINK_PKGSRCDIR.libdoom-umapinfo?=		../../wip/libdoom-umapinfo
 .endif	# LIBDOOM_UMAPINFO_BUILDLINK3_MK
 
diff --git a/libdoom-umapinfo/distinfo b/libdoom-umapinfo/distinfo
index 2e647403f4..e47d455e0b 100644
--- a/libdoom-umapinfo/distinfo
+++ b/libdoom-umapinfo/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libdoom-umapinfo-1.0.0rc5.tar.gz) = b464e1ab363d92424e870a2a748cc1cf4b2c413e11565af6b525ec70865326c5
-SHA512 (libdoom-umapinfo-1.0.0rc5.tar.gz) = 0ddd35e0cfa348f985ab0cf24194c41848bd31bf8e677689a67aaee5e88c4f49ad049650ff93e9be48fd40e767f74afcebf96dc7c5713599d3a618d19f2a42de
-Size (libdoom-umapinfo-1.0.0rc5.tar.gz) = 271074 bytes
+BLAKE2s (libdoom-umapinfo-1.0.0.tar.gz) = 2c6f2798b4d7f188c62d44fc3ab7599cf2a68964f2189338ca72739f2a37840d
+SHA512 (libdoom-umapinfo-1.0.0.tar.gz) = cce80d23a82a910df729a69b972b03f2a1dd584a2dced2c5fa1a6953b7a097388e48c56c4fdd0356153ce4b4994aae636c2816bf0628b2705f22677cffae6ffb
+Size (libdoom-umapinfo-1.0.0.tar.gz) = 270293 bytes


Home | Main Index | Thread Index | Old Index