Revision: 100270 https://trac.macports.org/changeset/100270 Author: g5pw@macports.org Date: 2012-12-06 03:37:50 -0800 (Thu, 06 Dec 2012) Log Message: ----------- python/py-cairo: fix whitespace Modified Paths: -------------- trunk/dports/python/py-cairo/Portfile Modified: trunk/dports/python/py-cairo/Portfile =================================================================== --- trunk/dports/python/py-cairo/Portfile 2012-12-06 10:55:01 UTC (rev 100269) +++ trunk/dports/python/py-cairo/Portfile 2012-12-06 11:37:50 UTC (rev 100270) @@ -1,9 +1,9 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:fenc=utf-8::et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 -PortGroup active_variants 1.0 +PortGroup active_variants 1.0 name py-cairo set my_name pycairo @@ -50,19 +50,19 @@ distname ${my_name}-${version} platform darwin 9 { - post-patch { + post-patch { reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/cairo/Makefile.in - } + } } post-extract { - fs-traverse item ${worksrcpath} { + fs-traverse item ${worksrcpath} { if {[file isdirectory ${item}]} { - file attributes ${item} -permissions a+rx + file attributes ${item} -permissions a+rx } elseif {[file isfile ${item}]} { - file attributes ${item} -permissions a+r + file attributes ${item} -permissions a+r } - } + } } livecheck.type none @@ -73,7 +73,7 @@ variant x11 { pre-configure { - require_active_variants cairo x11 + require_active_variants cairo x11 } }
participants (1)
-
g5pw@macports.org