pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libcyaml libcyaml: update to 1.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca41e20d00be
branches:  trunk
changeset: 383718:ca41e20d00be
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 10:44:16 2022 +0000

description:
libcyaml: update to 1.3.1.

## LibCYAML v1.3.1

* **Loading**:
  * Fixed value out-of-range detection limits for signed integers.

## LibCYAML v1.3.0

* **Saving**:
  * New flags allow control over scalar output style.
    - For example to force single or double quote style.
* **General**:
  * Buildsystem changes to allow use of CPPFLAGS from the environment.

## LibCYAML v1.2.1

* **General**:
  * Support for dynamic library build on Mac OS X.
  * Ordered designated initialisers in public header for C++ compatibility.

diffstat:

 textproc/libcyaml/Makefile |  6 +++---
 textproc/libcyaml/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 0304c84cd518 -r ca41e20d00be textproc/libcyaml/Makefile
--- a/textproc/libcyaml/Makefile        Mon Aug 22 10:39:22 2022 +0000
+++ b/textproc/libcyaml/Makefile        Mon Aug 22 10:44:16 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/05/22 02:41:47 charlotte Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/22 10:44:16 wiz Exp $
 
-DISTNAME=      libcyaml-1.2.0
+DISTNAME=      libcyaml-1.3.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tlsa/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,7 +10,7 @@
 COMMENT=       Schema-based YAML parsing and serialization
 LICENSE=       isc
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 NO_CONFIGURE=  yes
 
 # The Makefile wants to add a bunch of options to install(1) specific to GNU
diff -r 0304c84cd518 -r ca41e20d00be textproc/libcyaml/distinfo
--- a/textproc/libcyaml/distinfo        Mon Aug 22 10:39:22 2022 +0000
+++ b/textproc/libcyaml/distinfo        Mon Aug 22 10:44:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:22:15 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/08/22 10:44:16 wiz Exp $
 
-BLAKE2s (libcyaml-1.2.0.tar.gz) = 7809d1e774215123349fb6ca1dc282b7343fa34cecf491ff63767f19931c66b3
-SHA512 (libcyaml-1.2.0.tar.gz) = 3f8722f7e814ea3d7eb0c2c51602bb150cee7e36eef8ec2f74056590504f25d19c50529ea77ebe9f1ed1ff6dc45d520f9bb43de63921b12dd921b3938330285e
-Size (libcyaml-1.2.0.tar.gz) = 83631 bytes
+BLAKE2s (libcyaml-1.3.1.tar.gz) = 292294d2127f3e5330c62a9d7f9421ae3f3f04157fca385b236169df1dff7a2c
+SHA512 (libcyaml-1.3.1.tar.gz) = 2daa380e579836aae78d442323ca4a13125ba0ac7be2a0ad9fc79d05b5b3c14a4c5041ee50c5c28ed71793d7748e50d68ac3c65cf856afe2614d098ad62b6e88
+Size (libcyaml-1.3.1.tar.gz) = 85605 bytes



Home | Main Index | Thread Index | Old Index