[133894] trunk/dports/devel/quilt/Portfile

ionic at macports.org ionic at macports.org
Sat Mar 14 19:44:57 PDT 2015


Revision: 133894
          https://trac.macports.org/changeset/133894
Author:   ionic at macports.org
Date:     2015-03-14 19:44:57 -0700 (Sat, 14 Mar 2015)
Log Message:
-----------
quilt: whitespace changes only.

Modified Paths:
--------------
    trunk/dports/devel/quilt/Portfile

Modified: trunk/dports/devel/quilt/Portfile
===================================================================
--- trunk/dports/devel/quilt/Portfile	2015-03-15 01:21:04 UTC (rev 133893)
+++ trunk/dports/devel/quilt/Portfile	2015-03-15 02:44:57 UTC (rev 133894)
@@ -1,32 +1,33 @@
 # -*- 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
 
-name              quilt
-version           0.64
-categories        devel
-platforms         darwin
-supported_archs   noarch
-license           GPL-2
-maintainers       jmr openmaintainer
-description       patch management scripts
-long_description \
-        Patchwork Quilt is a set of scripts designed to allow you to\
-	manage a series of patches by keeping track of the changes each\
-	patch makes. Patches can be applied, un-applied, refreshed, etc.
+name                quilt
+version             0.64
+categories          devel
+platforms           darwin
+supported_archs     noarch
+license             GPL-2
+maintainers         jmr openmaintainer
+description         patch management scripts
+long_description    Patchwork Quilt is a set of scripts designed to allow you to\
+                    manage a series of patches by keeping track of the changes each\
+                    patch makes. Patches can be applied, un-applied, refreshed, etc.
 
-homepage          http://savannah.nongnu.org/projects/quilt/
+homepage            http://savannah.nongnu.org/projects/quilt/
 
-master_sites	savannah
-checksums       rmd160 31787e95b7742c534ced9b23ecbb4e723704c29d \
-                sha256 c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd
+master_sites        savannah
+checksums           rmd160  31787e95b7742c534ced9b23ecbb4e723704c29d \
+                    sha256  c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd
 
-depends_lib port:gsed port:getopt port:coreutils
+depends_lib         port:gsed \
+                    port:getopt \
+                    port:coreutils
 
-configure.args --with-sed=${prefix}/bin/gsed
-destroot.destdir BUILD_ROOT=${destroot}
+configure.args      --with-sed=${prefix}/bin/gsed
+destroot.destdir    BUILD_ROOT=${destroot}
 
-livecheck.type	regex
-livecheck.url	http://download.savannah.gnu.org/releases-noredirect/quilt/
-livecheck.regex	"${name}-(\[0-9\\.\]+)\\${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://download.savannah.gnu.org/releases-noredirect/quilt/
+livecheck.regex     "${name}-(\[0-9\\.\]+)\\${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150314/7167ebb5/attachment.html>


More information about the macports-changes mailing list