[39099] trunk/dports/python/py25-gobject/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Aug 8 01:20:23 PDT 2008


Revision: 39099
          http://trac.macosforge.org/projects/macports/changeset/39099
Author:   mcalhoun at macports.org
Date:     2008-08-08 01:20:23 -0700 (Fri, 08 Aug 2008)
Log Message:
-----------
py25-gobject: avoid lint warnings

Modified Paths:
--------------
    trunk/dports/python/py25-gobject/Portfile

Modified: trunk/dports/python/py25-gobject/Portfile
===================================================================
--- trunk/dports/python/py25-gobject/Portfile	2008-08-08 08:16:40 UTC (rev 39098)
+++ trunk/dports/python/py25-gobject/Portfile	2008-08-08 08:20:23 UTC (rev 39099)
@@ -4,6 +4,7 @@
 PortSystem      1.0
 
 name            py25-gobject
+platforms       darwin
 set my_name     pygobject
 version         2.14.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
@@ -36,11 +37,11 @@
 
 configure.python    ${prefix}/bin/python2.5
 
-platform darwin 9 { 
-    post-patch { 
-        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.in 
-    } 
-} 
+platform darwin 9 {
+    post-patch {
+        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.in
+    }
+}
 
 test.run        yes
 test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080808/5a6f61ca/attachment.html 


More information about the macports-changes mailing list