[123127] trunk/dports/devel/git-flow/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 5 18:19:10 PDT 2014


Revision: 123127
          https://trac.macports.org/changeset/123127
Author:   ryandesign at macports.org
Date:     2014-08-05 18:19:10 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
git-flow: adjust whitespace to conform to modeline (i.e. indents at multiples of 4 spaces)

Modified Paths:
--------------
    trunk/dports/devel/git-flow/Portfile

Modified: trunk/dports/devel/git-flow/Portfile
===================================================================
--- trunk/dports/devel/git-flow/Portfile	2014-08-06 01:16:46 UTC (rev 123126)
+++ trunk/dports/devel/git-flow/Portfile	2014-08-06 01:19:10 UTC (rev 123127)
@@ -26,69 +26,69 @@
 
 if {${subport} eq ${name}} {
 
-  destroot.destdir      prefix=${destroot}${prefix}
+    destroot.destdir      prefix=${destroot}${prefix}
 
-  depends_fetch-append  bin:git:git
-  post-fetch {
-      # Does the github portgroup support 'clone --recursive'?
-      # This will be removed once the python re-write is complete.
-      system -W ${worksrcpath} "git submodule update --init"
-  }
+    depends_fetch-append  bin:git:git
+    post-fetch {
+        # Does the github portgroup support 'clone --recursive'?
+        # This will be removed once the python re-write is complete.
+        system -W ${worksrcpath} "git submodule update --init"
+    }
 }
 
 subport ${realname}-devel {
-  github.setup          nvie gitflow 15aab26490facf285acef56cb5d61025eacb3a69
+    github.setup        nvie gitflow 15aab26490facf285acef56cb5d61025eacb3a69
 
-  revision              1
-  license               {BSD, LGPL-2.1+}
-  description           ${description_common} (nvie devel)
-  long_description      ${description_common} \
+    revision            1
+    license             {BSD, LGPL-2.1+}
+    description         ${description_common} (nvie devel)
+    long_description    ${description_common} \
                         This is the nvie develop branch, not maintained.
-  conflicts             ${realname} ${realname}-avh ${realname}-hf
+    conflicts           ${realname} ${realname}-avh ${realname}-hf
 
-  destroot.destdir      prefix=${destroot}${prefix}
+    destroot.destdir    prefix=${destroot}${prefix}
 
-  depends_fetch-append  bin:git:git
-  post-fetch {
-      # Does the github portgroup support 'clone --recursive'?
-      # This will be removed once the python re-write is complete.
-      system -W ${worksrcpath} "git submodule update --init"
-  }
+    depends_fetch-append bin:git:git
+    post-fetch {
+        # Does the github portgroup support 'clone --recursive'?
+        # This will be removed once the python re-write is complete.
+        system -W ${worksrcpath} "git submodule update --init"
+    }
 }
 
 subport ${realname}-avh {
-  github.setup          petervanderdoes gitflow 1.7.0
+    github.setup        petervanderdoes gitflow 1.7.0
 
-  revision              1
-  license               {BSD, LGPL-2.1+}
-  description           ${description_common} (avh Edition)
-  long_description      ${description_common} \
+    revision            1
+    license             {BSD, LGPL-2.1+}
+    description         ${description_common} (avh Edition)
+    long_description    ${description_common} \
                         This is the AVH Edition, and is actively developed.
-  conflicts             ${realname} ${realname}-devel ${realname}-hf
+    conflicts           ${realname} ${realname}-devel ${realname}-hf
 
-  destroot.destdir      prefix=${destroot}${prefix}
+    destroot.destdir    prefix=${destroot}${prefix}
 }
 
 subport ${realname}-hf {
-  github.setup          datasift gitflow 1.5.2
+    github.setup        datasift gitflow 1.5.2
 
-  revision              1
-  license               {BSD, LGPL-2.1+}
-  description           ${description_common} (HubFlow)
-  long_description      ${description_common} \
+    revision            1
+    license             {BSD, LGPL-2.1+}
+    description         ${description_common} (HubFlow)
+    long_description    ${description_common} \
                         This is the HubFlow version, and is actively developed.
-  conflicts             ${realname} ${realname}-devel ${realname}-avh
+    conflicts           ${realname} ${realname}-devel ${realname}-avh
 
-  destroot.env          INSTALL_INTO="${destroot}${prefix}/bin"
-  destroot.cmd          ./install.sh
-  destroot.destdir
+    destroot.env        INSTALL_INTO="${destroot}${prefix}/bin"
+    destroot.cmd        ./install.sh
+    destroot.destdir
 
-  depends_fetch-append  bin:git:git
-  post-fetch {
-    # Does the github portgroup support 'clone --recursive'?
-    # This will be removed once the python re-write is complete.
-    system -W ${worksrcpath} "git submodule update --init"
-  }
+    depends_fetch-append bin:git:git
+    post-fetch {
+        # Does the github portgroup support 'clone --recursive'?
+        # This will be removed once the python re-write is complete.
+        system -W ${worksrcpath} "git submodule update --init"
+    }
 }
 
 use_configure           no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/26b70825/attachment-0001.html>


More information about the macports-changes mailing list