[119137] trunk/dports/devel/yaml-cpp

ryandesign at macports.org ryandesign at macports.org
Thu Apr 17 18:34:40 PDT 2014


Revision: 119137
          https://trac.macports.org/changeset/119137
Author:   ryandesign at macports.org
Date:     2014-04-17 18:34:40 -0700 (Thu, 17 Apr 2014)
Log Message:
-----------
yaml-cpp: update to 0.5.1; new maintainer (#41998)

Modified Paths:
--------------
    trunk/dports/devel/yaml-cpp/Portfile

Added Paths:
-----------
    trunk/dports/devel/yaml-cpp/files/
    trunk/dports/devel/yaml-cpp/files/patch-include-yaml-cpp-node-detail-node_data.h.diff

Modified: trunk/dports/devel/yaml-cpp/Portfile
===================================================================
--- trunk/dports/devel/yaml-cpp/Portfile	2014-04-18 01:03:11 UTC (rev 119136)
+++ trunk/dports/devel/yaml-cpp/Portfile	2014-04-18 01:34:40 UTC (rev 119137)
@@ -5,8 +5,8 @@
 PortGroup           cmake 1.0
 
 name                yaml-cpp
-version             0.3.0
-maintainers         nomaintainer
+version             0.5.1
+maintainers         the-huck.com:patrick openmaintainer
 
 categories          devel
 description         yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec
@@ -17,8 +17,10 @@
 homepage            http://code.google.com/p/yaml-cpp/
 master_sites        googlecode:yaml-cpp
 
-checksums           md5     9aa519205a543f9372bf4179071c8ac6 \
-                    sha1    28766efa95f1b0f697c4b4a1580a9972be7c9c41 \
-                    rmd160  0b777f95d858d9e840afa9f92eeffef77eca24b5
+checksums           md5     0fa47a5ed8fedefab766592785c85ee7 \
+                    sha1    9c5414b4090491e96d1b808fe8628b31e625fdaa \
+                    rmd160  e9c4f9c95bc59df88ed2840f2b92078d984f5b67
 
-worksrcdir          ${name}
+depends_build-append port:boost
+
+patchfiles          patch-include-yaml-cpp-node-detail-node_data.h.diff

Added: trunk/dports/devel/yaml-cpp/files/patch-include-yaml-cpp-node-detail-node_data.h.diff
===================================================================
--- trunk/dports/devel/yaml-cpp/files/patch-include-yaml-cpp-node-detail-node_data.h.diff	                        (rev 0)
+++ trunk/dports/devel/yaml-cpp/files/patch-include-yaml-cpp-node-detail-node_data.h.diff	2014-04-18 01:34:40 UTC (rev 119137)
@@ -0,0 +1,13 @@
+https://code.google.com/p/yaml-cpp/issues/detail?id=234
+https://code.google.com/p/yaml-cpp/source/detail?r=249f0e2b61f6
+--- include/yaml-cpp/node/detail/node_data.h.orig	2013-04-13 18:37:53.000000000 -0500
++++ include/yaml-cpp/node/detail/node_data.h	2014-04-17 20:26:44.000000000 -0500
+@@ -12,6 +12,8 @@
+ #include "yaml-cpp/node/type.h"
+ #include <boost/utility.hpp>
+ #include <list>
++#include <map>
++#include <string>
+ #include <utility>
+ #include <vector>
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140417/86937196/attachment.html>


More information about the macports-changes mailing list