[85220] trunk/dports/python/py-sip/Portfile

snc at macports.org snc at macports.org
Tue Oct 11 12:01:55 PDT 2011


Revision: 85220
          http://trac.macports.org/changeset/85220
Author:   snc at macports.org
Date:     2011-10-11 12:01:54 -0700 (Tue, 11 Oct 2011)
Log Message:
-----------
py-sip: whitespace

Modified Paths:
--------------
    trunk/dports/python/py-sip/Portfile

Modified: trunk/dports/python/py-sip/Portfile
===================================================================
--- trunk/dports/python/py-sip/Portfile	2011-10-11 19:00:35 UTC (rev 85219)
+++ trunk/dports/python/py-sip/Portfile	2011-10-11 19:01:54 UTC (rev 85220)
@@ -1,20 +1,20 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 PortGroup           python 1.0
 
-name            py-sip
+name                py-sip
 version             4.12.4
 revision            1
 python.versions     24 25 26 27 31
 # must default to version 24
-categories      python devel
+categories          python devel
 maintainers         nomaintainer
 license             {GPL-2 GPL-3}
-platforms       macosx
+platforms           macosx
 
-description     create Python bindings for C and C++ libraries
+description         create Python bindings for C and C++ libraries
 long_description \
     SIP is a tool that makes it very easy to create \
     Python bindings for C and C++ libraries. \
@@ -23,7 +23,7 @@
     but can be used to create bindings for any \
     C or C++ library.
 
-homepage        http://www.riverbankcomputing.co.uk/software/sip/intro
+homepage            http://www.riverbankcomputing.co.uk/software/sip/intro
 
 if {$subport != $name} {
     master_sites \
@@ -32,11 +32,11 @@
         http://gentoo.osuosl.org/distfiles/ \
         http://www.gtlib.gatech.edu/pub/gentoo/distfiles/
 
-    distname        sip-${version}
+    distname            sip-${version}
     checksums           rmd160  174150da3513e2e240bd443551af0dfc765dac27 \
                         sha256  768c1f0ae7ccdc2a75cb4ca6dfd22a46832e06b3c96b1f0e8d3e955cbec047b3
 
-    patchfiles      patch-siputils.py.diff
+    patchfiles          patch-siputils.py.diff
 
     use_configure       yes
     pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111011/6bdc1470/attachment.html>


More information about the macports-changes mailing list