Revision: 108716 https://trac.macports.org/changeset/108716 Author: mmoll@macports.org Date: 2013-07-31 09:39:23 -0700 (Wed, 31 Jul 2013) Log Message: ----------- py-gccxml-devel / py-pyplusplus-devel: update snapshots to latest revision Modified Paths: -------------- trunk/dports/python/py-opengl-accelerate/Portfile trunk/dports/python/py-pygccxml-devel/Portfile trunk/dports/python/py-pyplusplus-devel/Portfile Modified: trunk/dports/python/py-opengl-accelerate/Portfile =================================================================== --- trunk/dports/python/py-opengl-accelerate/Portfile 2013-07-31 16:33:47 UTC (rev 108715) +++ trunk/dports/python/py-opengl-accelerate/Portfile 2013-07-31 16:39:23 UTC (rev 108716) @@ -5,6 +5,7 @@ name py-opengl-accelerate version 3.0.2 +revision 1 categories-append graphics platforms darwin license BSD @@ -25,6 +26,9 @@ python.versions 24 25 26 27 32 33 if {$subport != $name} { + if {${python.version} > 31} { + patchfiles patch-py33-import.diff + } depends_lib port:py${python.version}-numpy } livecheck.type none Modified: trunk/dports/python/py-pygccxml-devel/Portfile =================================================================== --- trunk/dports/python/py-pygccxml-devel/Portfile 2013-07-31 16:33:47 UTC (rev 108715) +++ trunk/dports/python/py-pygccxml-devel/Portfile 2013-07-31 16:39:23 UTC (rev 108716) @@ -4,7 +4,7 @@ PortGroup python 1.0 name py-pygccxml-devel -version 20121113 +version 20130731 python.versions 26 27 31 32 33 categories-append devel @@ -16,9 +16,9 @@ supported_archs noarch homepage http://sourceforge.net/projects/pygccxml/ master_sites https://bitbucket.org/ompl/pygccxml/downloads/ -checksums rmd160 37a8fb79e09a187576d0d8dd908d589ff25cba12 \ - sha256 bc7069dca42914d4e47e39f60c2104f9de7718920cd4887d24845da7ef0869c0 -distname pygccxml-r575 +checksums rmd160 165d43f39fa1c6b0d16bef403edcfeced23e265b \ + sha256 9c2853f254f956db4c0677a015bc4c165c5f7149c0684e29574e04a98489592d +distname pygccxml-r579 extract.suffix .tgz worksrcdir pygccxml Modified: trunk/dports/python/py-pyplusplus-devel/Portfile =================================================================== --- trunk/dports/python/py-pyplusplus-devel/Portfile 2013-07-31 16:33:47 UTC (rev 108715) +++ trunk/dports/python/py-pyplusplus-devel/Portfile 2013-07-31 16:39:23 UTC (rev 108716) @@ -4,8 +4,7 @@ PortGroup python 1.0 name py-pyplusplus-devel -version 20121113 -revision 1 +version 20130731 python.versions 26 27 31 32 33 categories-append devel maintainers mmoll openmaintainer @@ -16,9 +15,9 @@ supported_archs noarch homepage http://sourceforge.net/projects/pygccxml/ master_sites https://bitbucket.org/ompl/pyplusplus/downloads/ -checksums rmd160 4010abdbe2e34ed428ab6db98da1f2d76119c2ba \ - sha256 4e5dfefc666b724cfcd026538eaf438fe91cc9e3f37b343efc4f9fc13cb54490 -distname pyplusplus-r1238 +checksums rmd160 2b5a7e646b454dfd75ee4b480a3684a7ad33b372 \ + sha256 8fecd4595e43d49380b80af21319b71e0ea7c8921b539359635b6f3f2a18082d +distname pyplusplus-r1246 extract.suffix .tgz worksrcdir pyplusplus
participants (1)
-
mmoll@macports.org