[41505] trunk/dports/python/py25-logilab-common/Portfile

dh at macports.org dh at macports.org
Tue Nov 4 16:02:01 PST 2008


Revision: 41505
          http://trac.macports.org/changeset/41505
Author:   dh at macports.org
Date:     2008-11-04 16:02:00 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
Whitespace changes: untabify Portfile

Modified Paths:
--------------
    trunk/dports/python/py25-logilab-common/Portfile

Modified: trunk/dports/python/py25-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-common/Portfile	2008-11-04 23:59:49 UTC (rev 41504)
+++ trunk/dports/python/py25-logilab-common/Portfile	2008-11-05 00:02:00 UTC (rev 41505)
@@ -1,32 +1,32 @@
 # -*- 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
-PortGroup			python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name				py25-logilab-common
-version				0.35.2
-maintainers			stechert at macports.org openmaintainer
-description			A number of modules used by various projects from Logilab
-long_description		${description}
+name                py25-logilab-common
+version             0.35.2
+maintainers         stechert at macports.org openmaintainer
+description         A number of modules used by various projects from Logilab
+long_description    ${description}
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://www.logilab.org/project/logilab-common
-master_sites			ftp://ftp.logilab.fr/pub/common/
-distname			logilab-common-${version}
+homepage            http://www.logilab.org/project/logilab-common
+master_sites        ftp://ftp.logilab.fr/pub/common/
+distname            logilab-common-${version}
 
-checksums			md5 88391b08f48812361eb594f05d7d930b \
-                                sha1 c25d2ef6bda0ced8450bb32dfa1d606b9d687bce \
-                                rmd160 604b689bd45bbf616a5d67522abc417a54b9b65d
+checksums           md5 88391b08f48812361eb594f05d7d930b \
+                    sha1 c25d2ef6bda0ced8450bb32dfa1d606b9d687bce \
+                    rmd160 604b689bd45bbf616a5d67522abc417a54b9b65d
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} ChangeLog README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+        ${destroot}${prefix}/share/doc/${name}
 
-        # alter the install name of pytest to include version name
-        move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.5
+    # alter the install name of pytest to include version name
+    move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.5
 }
 
 # Shared-file warning; the following file is installed by this module as
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081104/e48d010e/attachment-0001.html>


More information about the macports-changes mailing list