[89293] trunk/dports
mmoll at macports.org
mmoll at macports.org
Mon Jan 23 11:32:16 PST 2012
Revision: 89293
http://trac.macports.org/changeset/89293
Author: mmoll at macports.org
Date: 2012-01-23 11:32:13 -0800 (Mon, 23 Jan 2012)
Log Message:
-----------
update Py++ toolchain to latest version
Modified Paths:
--------------
trunk/dports/lang/gccxml-devel/Portfile
trunk/dports/python/py-pygccxml-devel/Portfile
trunk/dports/python/py-pyplusplus-devel/Portfile
Added Paths:
-----------
trunk/dports/python/py-pygccxml-devel/files/
trunk/dports/python/py-pygccxml-devel/files/patch-pygccxml-parser-source_reader.py.diff
Modified: trunk/dports/lang/gccxml-devel/Portfile
===================================================================
--- trunk/dports/lang/gccxml-devel/Portfile 2012-01-23 18:03:18 UTC (rev 89292)
+++ trunk/dports/lang/gccxml-devel/Portfile 2012-01-23 19:32:13 UTC (rev 89293)
@@ -4,7 +4,7 @@
PortGroup cmake 1.0
name gccxml-devel
-version 20101014
+version 20120123
categories lang
platforms darwin
maintainers mnick openmaintainer
@@ -17,7 +17,7 @@
homepage http://www.gccxml.org/
fetch.type cvs
cvs.root :pserver:anoncvs at www.gccxml.org:/cvsroot/GCC_XML
-cvs.date 2010-10-14
+cvs.date 2012-01-23
cvs.module gccxml
worksrcdir gccxml
universal_variant no
Modified: trunk/dports/python/py-pygccxml-devel/Portfile
===================================================================
--- trunk/dports/python/py-pygccxml-devel/Portfile 2012-01-23 18:03:18 UTC (rev 89292)
+++ trunk/dports/python/py-pygccxml-devel/Portfile 2012-01-23 19:32:13 UTC (rev 89293)
@@ -4,7 +4,7 @@
PortGroup python 1.0
name py-pygccxml-devel
-version 20101014
+version 20120123
python.versions 25 26 27 31 32
python.default_version 27
categories-append devel
@@ -16,7 +16,8 @@
homepage http://sourceforge.net/projects/pygccxml/
fetch.type svn
svn.url https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev
-svn.revision 1844
+svn.revision 1856
+patchfiles patch-pygccxml-parser-source_reader.py.diff
worksrcdir pygccxml_dev
if {$subport != $name} {
Added: trunk/dports/python/py-pygccxml-devel/files/patch-pygccxml-parser-source_reader.py.diff
===================================================================
--- trunk/dports/python/py-pygccxml-devel/files/patch-pygccxml-parser-source_reader.py.diff (rev 0)
+++ trunk/dports/python/py-pygccxml-devel/files/patch-pygccxml-parser-source_reader.py.diff 2012-01-23 19:32:13 UTC (rev 89293)
@@ -0,0 +1,14 @@
+Index: pygccxml/parser/source_reader.py
+===================================================================
+--- pygccxml/parser/source_reader.py (revision 1856)
++++ pygccxml/parser/source_reader.py (working copy)
+@@ -153,8 +153,7 @@
+ process = subprocess.Popen( args=command_line
+ , shell=True
+ , stdin=subprocess.PIPE
+- , stdout=subprocess.PIPE
+- , stderr=subprocess.STDOUT )
++ , stdout=subprocess.PIPE )
+ process.stdin.close()
+
+ gccxml_reports = []
Modified: trunk/dports/python/py-pyplusplus-devel/Portfile
===================================================================
--- trunk/dports/python/py-pyplusplus-devel/Portfile 2012-01-23 18:03:18 UTC (rev 89292)
+++ trunk/dports/python/py-pyplusplus-devel/Portfile 2012-01-23 19:32:13 UTC (rev 89293)
@@ -4,7 +4,7 @@
PortGroup python 1.0
name py-pyplusplus-devel
-version 20101014
+version 20120123
python.versions 25 26 27 31 32
python.default_version 27
categories-append devel
@@ -16,7 +16,7 @@
homepage http://sourceforge.net/projects/pygccxml/
fetch.type svn
svn.url https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev
-svn.revision 1844
+svn.revision 1856
worksrcdir pyplusplus_dev
if {$subport != $name} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120123/158bc33f/attachment.html>
More information about the macports-changes
mailing list