Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libyaml libyaml: updated to 0.2.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/702476b27874
branches: trunk
changeset: 433405:702476b27874
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 02 08:28:04 2020 +0000
description:
libyaml: updated to 0.2.5
0.2.5:
Allow question marks in plain scalars in flow collections
Emitter: Don't output trailing space for empty scalar nodes
Emitter: Output space after an alias mapping key
Add -h and --flow (on|off|keep) to run-*-test-suite
Remove unnecessary include and malloc
Add specific files back to .gitignore
Output error position in run-parser-test-suite.c
A couple patches to improve test suite support
diffstat:
textproc/libyaml/Makefile | 9 +++------
textproc/libyaml/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 11 deletions(-)
diffs (43 lines):
diff -r 22b5e3497206 -r 702476b27874 textproc/libyaml/Makefile
--- a/textproc/libyaml/Makefile Tue Jun 02 08:22:31 2020 +0000
+++ b/textproc/libyaml/Makefile Tue Jun 02 08:28:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/04/20 07:54:53 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/02 08:28:04 adam Exp $
-DISTNAME= yaml-0.2.4
+DISTNAME= yaml-0.2.5
PKGNAME= lib${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
@@ -11,14 +11,11 @@
LICENSE= mit
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= yaml-0.1.pc.in
TEST_TARGET= check
-pre-configure:
- cd ${WRKSRC} && autoreconf -fiv
-
# cmake support is incomplete
#USE_CMAKE= yes
#CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
diff -r 22b5e3497206 -r 702476b27874 textproc/libyaml/distinfo
--- a/textproc/libyaml/distinfo Tue Jun 02 08:22:31 2020 +0000
+++ b/textproc/libyaml/distinfo Tue Jun 02 08:28:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/04/20 07:54:53 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/06/02 08:28:04 adam Exp $
-SHA1 (yaml-0.2.4.tar.gz) = 22dc72c927a5ff78b54985b3e2f6ee1bbebaa2cb
-RMD160 (yaml-0.2.4.tar.gz) = 86d62acb3e6b41c119292c7a71f2715fd1a1691c
-SHA512 (yaml-0.2.4.tar.gz) = 8e1d932d9fa80faaa62fa92dc182c9f8d02c7f64057fa63c50c6394b9fd9ceee4037e1df969d681ff770b7435eec6254e88249f2cc7683f91bcbd4415561f4fc
-Size (yaml-0.2.4.tar.gz) = 608448 bytes
+SHA1 (yaml-0.2.5.tar.gz) = f49b39644caccabef049e3ec8859e8fdf94b686e
+RMD160 (yaml-0.2.5.tar.gz) = cc175ed640046722fb7790de828002633407b6b9
+SHA512 (yaml-0.2.5.tar.gz) = dadd7d8e0d88b5ebab005e5d521d56d541580198aa497370966b98c904586e642a1cd4f3881094eb57624f218d50db77417bbfd0ffdce50340f011e35e8c4c02
+Size (yaml-0.2.5.tar.gz) = 609454 bytes
Home |
Main Index |
Thread Index |
Old Index