pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/yaml-cpp



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 23 08:05:02 UTC 2023

Modified Files:
        pkgsrc/textproc/yaml-cpp: Makefile distinfo
Removed Files:
        pkgsrc/textproc/yaml-cpp/patches: patch-CMakeLists.txt

Log Message:
yaml-cpp: updated to 0.8.0

yaml-cpp-0.8.0

ignificant CMake changes, especially to Windows builds
Support for std::unordered_map, std::valarray, and std::string_view
Updated gtest dependency
Assorted bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/yaml-cpp/Makefile \
    pkgsrc/textproc/yaml-cpp/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/yaml-cpp/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/textproc/yaml-cpp/Makefile
diff -u pkgsrc/textproc/yaml-cpp/Makefile:1.11 pkgsrc/textproc/yaml-cpp/Makefile:1.12
--- pkgsrc/textproc/yaml-cpp/Makefile:1.11      Thu Jul 20 09:46:34 2023
+++ pkgsrc/textproc/yaml-cpp/Makefile   Wed Aug 23 08:05:02 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2023/07/20 09:46:34 nia Exp $
+# $NetBSD: Makefile,v 1.12 2023/08/23 08:05:02 adam Exp $
 
-DISTNAME=      yaml-cpp-0.7.0
-PKGREVISION=   1
+DISTNAME=      yaml-cpp-0.8.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jbeder/}
-GITHUB_TAG=    ${DISTNAME}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 EXTRACT_USING= bsdtar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +11,6 @@ HOMEPAGE=     https://github.com/jbeder/yaml
 COMMENT=       YAML parser and emitter for C++
 LICENSE=       mit
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
 CMAKE_ARGS+=   -DYAML_BUILD_SHARED_LIBS=ON
@@ -22,4 +20,5 @@ USE_CXX_FEATURES+=    c++11
 
 PKGCONFIG_OVERRIDE+=   yaml-cpp.pc.cmake
 
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/yaml-cpp/distinfo
diff -u pkgsrc/textproc/yaml-cpp/distinfo:1.11 pkgsrc/textproc/yaml-cpp/distinfo:1.12
--- pkgsrc/textproc/yaml-cpp/distinfo:1.11      Tue Jul 18 18:34:53 2023
+++ pkgsrc/textproc/yaml-cpp/distinfo   Wed Aug 23 08:05:02 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/07/18 18:34:53 ryoon Exp $
+$NetBSD: distinfo,v 1.12 2023/08/23 08:05:02 adam Exp $
 
-BLAKE2s (yaml-cpp-0.7.0.tar.gz) = 6cbb49a1522f46626f0302c74efdfea57a316bf0cdf3b730620b6e17308d8fb5
-SHA512 (yaml-cpp-0.7.0.tar.gz) = 2de0f0ec8f003cd3c498d571cda7a796bf220517bad2dc02cba70c522dddde398f33cf1ad20da251adaacb2a07b77844111f297e99d45a7c46ebc01706bbafb5
-Size (yaml-cpp-0.7.0.tar.gz) = 1033237 bytes
-SHA1 (patch-CMakeLists.txt) = 5b5ae236ae00fd04fe5a371b1a0aefffb7474632
+BLAKE2s (yaml-cpp-0.8.0.tar.gz) = cc80f79c5c4368a03088504a1a3e72d5742d07376d60ebab474621edb63c7880
+SHA512 (yaml-cpp-0.8.0.tar.gz) = aae9d618f906117d620d63173e95572c738db518f4ff1901a06de2117d8deeb8045f554102ca0ba4735ac0c4d060153a938ef78da3e0da3406d27b8298e5f38e
+Size (yaml-cpp-0.8.0.tar.gz) = 1017151 bytes



Home | Main Index | Thread Index | Old Index