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:   fhajny
Date:           Mon Sep 19 09:52:21 UTC 2016

Modified Files:
        pkgsrc/textproc/yaml-cpp: Makefile PLIST distinfo
Added Files:
        pkgsrc/textproc/yaml-cpp/patches: patch-test_gmock-1.7.0_configure

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/yaml-cpp/Makefile \
    pkgsrc/textproc/yaml-cpp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/yaml-cpp/PLIST
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure

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.2 pkgsrc/textproc/yaml-cpp/Makefile:1.3
--- pkgsrc/textproc/yaml-cpp/Makefile:1.2       Sun Mar 15 20:03:24 2015
+++ pkgsrc/textproc/yaml-cpp/Makefile   Mon Sep 19 09:52:21 2016
@@ -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++
 
Index: pkgsrc/textproc/yaml-cpp/distinfo
diff -u pkgsrc/textproc/yaml-cpp/distinfo:1.2 pkgsrc/textproc/yaml-cpp/distinfo:1.3
--- pkgsrc/textproc/yaml-cpp/distinfo:1.2       Wed Nov  4 02:00:16 2015
+++ pkgsrc/textproc/yaml-cpp/distinfo   Mon Sep 19 09:52:21 2016
@@ -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

Index: pkgsrc/textproc/yaml-cpp/PLIST
diff -u pkgsrc/textproc/yaml-cpp/PLIST:1.1 pkgsrc/textproc/yaml-cpp/PLIST:1.2
--- pkgsrc/textproc/yaml-cpp/PLIST:1.1  Mon Nov 24 11:27:52 2014
+++ pkgsrc/textproc/yaml-cpp/PLIST      Mon Sep 19 09:52:21 2016
@@ -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/emitfromevents.h
 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

Added files:

Index: pkgsrc/textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure
diff -u /dev/null pkgsrc/textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure:1.1
--- /dev/null   Mon Sep 19 09:52:21 2016
+++ pkgsrc/textproc/yaml-cpp/patches/patch-test_gmock-1.7.0_configure   Mon Sep 19 09:52:21 2016
@@ -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