[92260] trunk/dports/devel

ram at macports.org ram at macports.org
Sun Apr 22 23:49:23 PDT 2012


Revision: 92260
          https://trac.macports.org/changeset/92260
Author:   ram at macports.org
Date:     2012-04-22 23:49:23 -0700 (Sun, 22 Apr 2012)
Log Message:
-----------
devel/buildbot(,-slave}: whitespace

Modified Paths:
--------------
    trunk/dports/devel/buildbot/Portfile
    trunk/dports/devel/buildbot-slave/Portfile

Modified: trunk/dports/devel/buildbot/Portfile
===================================================================
--- trunk/dports/devel/buildbot/Portfile	2012-04-23 06:49:11 UTC (rev 92259)
+++ trunk/dports/devel/buildbot/Portfile	2012-04-23 06:49:23 UTC (rev 92260)
@@ -1,40 +1,41 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		python27 1.0
+PortSystem         1.0
+PortGroup          python27 1.0
 
-name			buildbot
-version			0.8.5
-categories		devel python
-platforms		darwin
-supported_archs	noarch
-license			GPL-2
-maintainers		ram openmaintainer	
-description		compile/test cycle automation system
-long_description	The BuildBot is a system to automate the \
-			compile/test cycle required by most \
-			software projects to validate code changes.
+name               buildbot
+version            0.8.5
+categories         devel python
+platforms          darwin
+supported_archs    noarch
+license            GPL-2
+maintainers        ram openmaintainer
 
-homepage		http://buildbot.net/
-master_sites		googlecode:buildbot
-dist_subdir			${name}
+description        compile/test cycle automation system
+long_description   The BuildBot is a system to automate the compile/test \
+  cycle required by most software projects to validate code changes.
 
-checksums           sha1 88329d295f46f9b60a3d346c4a04a58b56fa2083 \
-                    rmd160 595f3ed45f0e5a4500a102027ef71dc376a82894
+homepage           http://buildbot.net/
+master_sites       googlecode:buildbot
+dist_subdir        ${name}
 
-depends_lib-append	port:py27-twisted \
-                    port:py27-jinja2 \
-                    port:py27-sqlalchemy \
-                    port:py27-sqlalchemy-migrate
+checksums          sha1 88329d295f46f9b60a3d346c4a04a58b56fa2083 \
+                   rmd160 595f3ed45f0e5a4500a102027ef71dc376a82894
 
+depends_lib-append port:py27-twisted \
+                   port:py27-jinja2 \
+                   port:py27-sqlalchemy \
+                   port:py27-sqlalchemy-migrate
+
 python.link_binaries_suffix
-post-destroot   {
-        xinstall -m 644 -W ${worksrcpath} README COPYING CREDITS NEWS \
-                ${destroot}${prefix}/share/doc/${name}
+
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} README COPYING CREDITS NEWS \
+    ${destroot}${prefix}/share/doc/${name}
 }
 
 # note some tests need py27-mock
-test.run		yes
-test.env		PYTHONPATH=.
-test.cmd		${prefix}/bin/trial-${python.branch}
-test.target		buildbot.test
+test.run           yes
+test.env           PYTHONPATH=.
+test.cmd           ${prefix}/bin/trial-${python.branch}
+test.target        buildbot.test

Modified: trunk/dports/devel/buildbot-slave/Portfile
===================================================================
--- trunk/dports/devel/buildbot-slave/Portfile	2012-04-23 06:49:11 UTC (rev 92259)
+++ trunk/dports/devel/buildbot-slave/Portfile	2012-04-23 06:49:23 UTC (rev 92260)
@@ -1,40 +1,41 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		python27 1.0
+PortSystem         1.0
+PortGroup          python27 1.0
 
-name			buildbot-slave
-version			0.8.5
-categories		devel python
-platforms		darwin
-supported_archs	noarch
-license			GPL-2
-maintainers		ram openmaintainer	
-description		buildslave for buildbot continuous integration system
-long_description	Buildbot is a system to automate the \
-			compile/test cycle required by most \
-			software projects to validate code changes. \
-			This port provides the slave side of the system.
+name               buildbot-slave
+version            0.8.5
+categories         devel python
+platforms          darwin
+supported_archs    noarch
+license            GPL-2
+maintainers        ram openmaintainer
 
-homepage		http://buildbot.net/
-master_sites		googlecode:buildbot
-dist_subdir		${name}
+description        buildslave for buildbot continuous integration system
+long_description   Buildbot is a system to automate the \
+  compile/test cycle required by most software projects to validate \
+  code changes. This port provides the slave side of the system.
 
-checksums           sha1    b30189a5a9e773f430c2794dd73bdc74388a1627 \
-                    rmd160  f3247de750772c6e0c1137063388dd96efa1542e
+homepage           http://buildbot.net/
+master_sites       googlecode:buildbot
+dist_subdir        ${name}
 
-depends_lib-append	port:py27-twisted
+checksums          sha1    b30189a5a9e773f430c2794dd73bdc74388a1627 \
+                   rmd160  f3247de750772c6e0c1137063388dd96efa1542e
 
+depends_lib-append port:py27-twisted
+
 python.link_binaries_suffix
-post-destroot   {
-        xinstall -m 644 -W ${worksrcpath} COPYING NEWS README \
-                ${destroot}${prefix}/share/doc/${name}
-        xinstall -m 644 ${worksrcpath}/docs/buildslave.1 \
-                ${destroot}${prefix}/share/man/man1
+
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} COPYING NEWS README \
+    ${destroot}${prefix}/share/doc/${name}
+  xinstall -m 644 ${worksrcpath}/docs/buildslave.1 \
+    ${destroot}${prefix}/share/man/man1
 }
 
 # note some tests need py27-mock
-test.run		yes
-test.env		PYTHONPATH=.
-test.cmd		${prefix}/bin/trial-${python.branch}
-test.target		buildslave.test
+test.run           yes
+test.env           PYTHONPATH=.
+test.cmd           ${prefix}/bin/trial-${python.branch}
+test.target        buildslave.test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120422/41319fdf/attachment-0001.html>


More information about the macports-changes mailing list