pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/yaml-cpp Update textproc/yaml-cpp to 0.5.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc2a69f4a6c4
branches:  trunk
changeset: 352836:cc2a69f4a6c4
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Sep 19 09:52:21 2016 +0000

description:
Update textproc/yaml-cpp to 0.5.3.

This will be the last release that uses Boost; futures releases
will require C++11 instead.

No release notes, only bugfixes since 0.5.1. See full commit logs:

https://github.com/jbeder/yaml-cpp/compare/release-0.5.1...release-0.5.2
https://github.com/jbeder/yaml-cpp/compare/release-0.5.2...release-0.5.3

diffstat:

 textproc/yaml-cpp/Makefile                                 |  10 +++--
 textproc/yaml-cpp/PLIST                                    |   3 +-
 textproc/yaml-cpp/distinfo                                 |  11 +++--
 textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure |  24 ++++++++++++++
 4 files changed, 38 insertions(+), 10 deletions(-)

diffs (86 lines):

diff -r 57d9cf7476f6 -r cc2a69f4a6c4 textproc/yaml-cpp/Makefile
--- a/textproc/yaml-cpp/Makefile        Mon Sep 19 09:44:16 2016 +0000
+++ b/textproc/yaml-cpp/Makefile        Mon Sep 19 09:52:21 2016 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2015/03/15 20:03:24 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/19 09:52:21 fhajny Exp $
 #
 
-DISTNAME=      yaml-cpp-0.5.1
+DISTNAME=      yaml-cpp-0.5.3
 CATEGORIES=    textproc
-MASTER_SITES=  http://yaml-cpp.googlecode.com/files/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jbeder/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/yaml-cpp/
+HOMEPAGE=      https://github.com/jbeder/yaml-cpp/
 COMMENT=       YAML parser and emitter for C++
 LICENSE=       mit
 
+GITHUB_TAG=    ${DISTNAME}
+
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 
diff -r 57d9cf7476f6 -r cc2a69f4a6c4 textproc/yaml-cpp/PLIST
--- a/textproc/yaml-cpp/PLIST   Mon Sep 19 09:44:16 2016 +0000
+++ b/textproc/yaml-cpp/PLIST   Mon Sep 19 09:52:21 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/11/24 11:27:52 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/09/19 09:52:21 fhajny Exp $
 include/yaml-cpp/anchor.h
 include/yaml-cpp/binary.h
 include/yaml-cpp/contrib/anchordict.h
@@ -8,6 +8,7 @@
 include/yaml-cpp/emitter.h
 include/yaml-cpp/emitterdef.h
 include/yaml-cpp/emittermanip.h
+include/yaml-cpp/emitterstyle.h
 include/yaml-cpp/eventhandler.h
 include/yaml-cpp/exceptions.h
 include/yaml-cpp/mark.h
diff -r 57d9cf7476f6 -r cc2a69f4a6c4 textproc/yaml-cpp/distinfo
--- a/textproc/yaml-cpp/distinfo        Mon Sep 19 09:44:16 2016 +0000
+++ b/textproc/yaml-cpp/distinfo        Mon Sep 19 09:52:21 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:00:16 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/09/19 09:52:21 fhajny Exp $
 
-SHA1 (yaml-cpp-0.5.1.tar.gz) = 9c5414b4090491e96d1b808fe8628b31e625fdaa
-RMD160 (yaml-cpp-0.5.1.tar.gz) = e9c4f9c95bc59df88ed2840f2b92078d984f5b67
-SHA512 (yaml-cpp-0.5.1.tar.gz) = 3c6928684d603815c016d663af36be94507f2cccf167d6d8d7cd7dea3ea5f73ec88d62952a2b5d11796e40132857afcbbacd9eafd688f2dc11d0c339caf2e013
-Size (yaml-cpp-0.5.1.tar.gz) = 118244 bytes
+SHA1 (yaml-cpp-0.5.3.tar.gz) = f1e4c3963f86cfbaa362265f15559adc2ee23589
+RMD160 (yaml-cpp-0.5.3.tar.gz) = 7596dc6941d4b6ef09481b6a49113a4993b013a4
+SHA512 (yaml-cpp-0.5.3.tar.gz) = cb11acccc5261e4513b597becf6be5d7fef05ef89a11eda3fc7db9e513adf953a2ec9c1bf70b91277076d793f0c65a496c7243d9b4a4240623e5f7034f8d4ad3
+Size (yaml-cpp-0.5.3.tar.gz) = 2016629 bytes
+SHA1 (patch-test_gmock-1.7.0_configure) = 3d6e638bfca8240a273474328f7c28837dfc8e24
diff -r 57d9cf7476f6 -r cc2a69f4a6c4 textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure        Mon Sep 19 09:52:21 2016 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-test_gmock-1.7.0_configure,v 1.1 2016/09/19 09:52:21 fhajny Exp $
+
+Portability.
+
+--- test/gmock-1.7.0/configure.orig    2016-01-10 18:11:40.000000000 +0000
++++ test/gmock-1.7.0/configure
+@@ -15591,7 +15591,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+ 
+        have_pthreads="$acx_pthread_ok"
+ fi
+- if test "x$have_pthreads" == "xyes"; then
++ if test "x$have_pthreads" = "xyes"; then
+   HAVE_PTHREADS_TRUE=
+   HAVE_PTHREADS_FALSE='#'
+ else
+@@ -15621,7 +15621,7 @@ else
+   enable_external_gtest=yes
+ fi
+ 
+-if test "x$with_gtest" == "xno"; then :
++if test "x$with_gtest" = "xno"; then :
+   as_fn_error $? "Support for GoogleTest was explicitly disabled. Currently GoogleMock has a hard
+ dependency upon GoogleTest to build, please provide a version, or allow
+ GoogleMock to use any installed version and fall back upon its internal



Home | Main Index | Thread Index | Old Index