[73548] trunk/dports/devel/yaml-cpp
mnick at macports.org
mnick at macports.org
Wed Nov 17 02:34:32 PST 2010
Revision: 73548
http://trac.macports.org/changeset/73548
Author: mnick at macports.org
Date: 2010-11-17 02:34:28 -0800 (Wed, 17 Nov 2010)
Log Message:
-----------
* update devel/yaml-cpp to version 0.2.5
* patch src/token.h for missing iostream include
Modified Paths:
--------------
trunk/dports/devel/yaml-cpp/Portfile
Added Paths:
-----------
trunk/dports/devel/yaml-cpp/files/
trunk/dports/devel/yaml-cpp/files/patch-token.h.diff
Modified: trunk/dports/devel/yaml-cpp/Portfile
===================================================================
--- trunk/dports/devel/yaml-cpp/Portfile 2010-11-17 08:58:36 UTC (rev 73547)
+++ trunk/dports/devel/yaml-cpp/Portfile 2010-11-17 10:34:28 UTC (rev 73548)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0
name yaml-cpp
-version 0.2.4
+version 0.2.5
maintainers mnick
categories devel
@@ -16,6 +16,7 @@
homepage http://code.google.com/p/yaml-cpp/
master_sites googlecode:yaml-cpp
-checksums sha1 fba95be42777f2ea1b202a261bd32126f56491dc \
- rmd160 4e94023c997398be9016311793aafb39f9692110
+checksums sha1 2a57d2a8e8dd2a5a368465201299af3bc22d08ae \
+ rmd160 d23efc29c794f00c650f536b6492555fe5b0510c
+patchfiles patch-token.h.diff
Added: trunk/dports/devel/yaml-cpp/files/patch-token.h.diff
===================================================================
--- trunk/dports/devel/yaml-cpp/files/patch-token.h.diff (rev 0)
+++ trunk/dports/devel/yaml-cpp/files/patch-token.h.diff 2010-11-17 10:34:28 UTC (rev 73548)
@@ -0,0 +1,11 @@
+--- src/token.h.orig 2010-11-17 11:18:33.000000000 +0100
++++ src/token.h 2010-11-17 11:18:54.000000000 +0100
+@@ -5,7 +5,7 @@
+
+
+ #include "mark.h"
+-#include <ios>
++#include <iostream>
+ #include <string>
+ #include <vector>
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101117/105280b2/attachment.html>
More information about the macports-changes
mailing list