[83541] trunk/dports/devel/git-core/Portfile

cal at macports.org cal at macports.org
Mon Sep 5 04:30:22 PDT 2011


Revision: 83541
          http://trac.macports.org/changeset/83541
Author:   cal at macports.org
Date:     2011-09-05 04:30:19 -0700 (Mon, 05 Sep 2011)
Log Message:
-----------
devel/git-core: Whitespace only, align columns

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2011-09-05 10:44:35 UTC (rev 83540)
+++ trunk/dports/devel/git-core/Portfile	2011-09-05 11:30:19 UTC (rev 83541)
@@ -1,24 +1,24 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem        1.0
+PortSystem          1.0
 
-name              git-core
-version           1.7.6.1
-revision          1
-description       A fast version control system
-long_description  Git is a fast, scalable, distributed open source version \
-                  control system focusing on speed and efficiency.
-maintainers       nomaintainer
-categories        devel
-license           GPL-2 LGPL-2.1+
-platforms         darwin
-homepage          http://git-scm.com
-use_bzip2         yes
-master_sites      http://www.kernel.org/pub/software/scm/git/
-distname          git-${version}
-distfiles         git-${version}${extract.suffix} \
-                  git-manpages-${version}${extract.suffix}
+name                git-core
+version             1.7.6.1
+revision            1
+description         A fast version control system
+long_description    Git is a fast, scalable, distributed open source version \
+                    control system focusing on speed and efficiency.
+maintainers         nomaintainer
+categories          devel
+license             GPL-2 LGPL-2.1+
+platforms           darwin
+homepage            http://git-scm.com
+use_bzip2           yes
+master_sites        http://www.kernel.org/pub/software/scm/git/
+distname            git-${version}
+distfiles           git-${version}${extract.suffix} \
+                    git-manpages-${version}${extract.suffix}
 
 checksums           git-${version}${extract.suffix} \
                     rmd160  ec85ee434e51fbb3144b5336921922afc97ba709 \
@@ -27,43 +27,67 @@
                     rmd160  16fdba0c70f0998dd08bf0d1b1b47ba5f1834849 \
                     sha256  faece1418e72d90ed9ee65e59fe89489e504db9b76e8325a2505e8fb61598a44
 
-depends_run  port:rsync port:p5.12-error
-depends_lib  port:perl5.12 port:curl port:zlib port:openssl port:expat port:libiconv
+depends_run         port:rsync \
+                    port:p5.12-error
+depends_lib         port:perl5.12 \
+                    port:curl \
+                    port:zlib \
+                    port:openssl \
+                    port:expat \
+                    port:libiconv
 
-patchfiles   patch-Makefile.diff
+patchfiles          patch-Makefile.diff
 
-extract.only   git-${version}${extract.suffix} \
-               git-manpages-${version}${extract.suffix}
+extract.only        git-${version}${extract.suffix} \
+                    git-manpages-${version}${extract.suffix}
 
-use_configure  no
+use_configure       no
 
-variant universal {}
+variant universal   {}
 
-set CFLAGS     "-Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"
-set LDFLAGS    "-L${prefix}/lib [get_canonical_archflags ld]"
+set CFLAGS          "-Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"
+set LDFLAGS         "-L${prefix}/lib [get_canonical_archflags ld]"
 
-build.args     CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-               CC=${configure.cc} \
-               prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-               PERL_PATH="${prefix}/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 \
-               NO_R_TO_GCC_LINKER=1
+build.args          CFLAGS="${CFLAGS}" \
+                    LDFLAGS="${LDFLAGS}" \
+                    CC=${configure.cc} \
+                    prefix=${prefix} \
+                    CURLDIR=${prefix} \
+                    OPENSSLDIR=${prefix} \
+                    ICONVDIR=${prefix} \
+                    PERL_PATH="${prefix}/bin/perl5.12" \
+                    NO_FINK=1 \
+                    NO_DARWIN_PORTS=1 \
+                    NO_R_TO_GCC_LINKER=1
 
-test.run       yes
-test.cmd       make
-test.target    test
-test.dir       ${worksrcpath}
-test.args      CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-               CC=${configure.cc} \
-               prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-               PERL_PATH="${prefix}/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 \
-               NO_R_TO_GCC_LINKER=1
+test.run            yes
+test.cmd            make
+test.target         test
+test.dir            ${worksrcpath}
+test.args           CFLAGS="${CFLAGS}" \
+                    LDFLAGS="${LDFLAGS}" \
+                    CC=${configure.cc} \
+                    prefix=${prefix} \
+                    CURLDIR=${prefix} \
+                    OPENSSLDIR=${prefix} \
+                    ICONVDIR=${prefix} \
+                    PERL_PATH="${prefix}/bin/perl5.12" \
+                    NO_FINK=1 \
+                    NO_DARWIN_PORTS=1 \
+                    NO_R_TO_GCC_LINKER=1
 
-destroot.target   install
-destroot.args     CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-                  CC=${configure.cc} \
-                  prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-                  PERL_PATH="${prefix}/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 \
-                  NO_R_TO_GCC_LINKER=1
+destroot.target     install
+destroot.args       CFLAGS="${CFLAGS}" \
+                    LDFLAGS="${LDFLAGS}" \
+                    CC=${configure.cc} \
+                    prefix=${prefix} \
+                    CURLDIR=${prefix} \
+                    OPENSSLDIR=${prefix} \
+                    ICONVDIR=${prefix} \
+                    PERL_PATH="${prefix}/bin/perl5.12" \
+                    NO_FINK=1 \
+                    NO_DARWIN_PORTS=1 \
+                    NO_R_TO_GCC_LINKER=1
 
 post-destroot {
     foreach f {1 5 7} {
@@ -117,14 +141,14 @@
 }
 
 variant doc description {Install HTML and plaintext documentation} {
-    distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} \
-                    rmd160  357cda7d4df61db43cafae0c4b3d42bc84f02f13 \
-                    sha256  6f03a7ed0c2db4d47c22bb27c27249be9bc3c50b72e108d7dca5227917b2de7a
+    distfiles-append        git-htmldocs-${version}${extract.suffix}
+    checksums-append        git-htmldocs-${version}${extract.suffix} \
+                            rmd160  357cda7d4df61db43cafae0c4b3d42bc84f02f13 \
+                            sha256  6f03a7ed0c2db4d47c22bb27c27249be9bc3c50b72e108d7dca5227917b2de7a
 }
 
 variant gitweb description {Install gitweb.cgi} {
-    build.target-append        gitweb/gitweb.cgi
+    build.target-append     gitweb/gitweb.cgi
 
     post-destroot {
         xinstall -d ${destroot}${prefix}/share/${name}/gitweb
@@ -144,7 +168,10 @@
 }
 
 variant svn description {Bi-directional subversion repository support} {
-    depends_run-append  port:subversion port:p5.12-libwww-perl port:p5.12-svn-simple port:p5.12-term-readkey
+    depends_run-append  port:subversion \
+                        port:p5.12-libwww-perl \
+                        port:p5.12-svn-simple \
+                        port:p5.12-term-readkey
 }
 
 variant bash_completion {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110905/f44ef284/attachment.html>


More information about the macports-changes mailing list