[100270] trunk/dports/python/py-cairo/Portfile
g5pw at macports.org
g5pw at macports.org
Thu Dec 6 03:37:50 PST 2012
Revision: 100270
https://trac.macports.org/changeset/100270
Author: g5pw at 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
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121206/785280d9/attachment.html>
More information about the macports-changes
mailing list