[122101] trunk/dports/science/funtools/Portfile

devans at macports.org devans at macports.org
Mon Jul 14 10:17:47 PDT 2014


Revision: 122101
          https://trac.macports.org/changeset/122101
Author:   devans at macports.org
Date:     2014-07-14 10:17:47 -0700 (Mon, 14 Jul 2014)
Log Message:
-----------
funtools: reformat tabs per modeline, whitespace only.

Modified Paths:
--------------
    trunk/dports/science/funtools/Portfile

Modified: trunk/dports/science/funtools/Portfile
===================================================================
--- trunk/dports/science/funtools/Portfile	2014-07-14 17:15:32 UTC (rev 122100)
+++ trunk/dports/science/funtools/Portfile	2014-07-14 17:17:47 UTC (rev 122101)
@@ -1,16 +1,16 @@
 # -*- 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               funtools
-version            1.4.4
-categories         science
-platforms          darwin
-maintainers        nomaintainer
-license            LGPL-2.1
+name                funtools
+version             1.4.4
+categories          science
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL-2.1
 
-description        a minimal buy-in FITS library and utility package
+description         a minimal buy-in FITS library and utility package
 
 long_description    Funtools is a \"minimal buy-in\" FITS library and \
     utility package developed at the the High Energy Astrophysics Division \
@@ -26,18 +26,18 @@
     coders. In this case, minimal buy-in means easy to learn, easy to \
     use, and easy to re-learn next month.
 
-homepage           http://www.cfa.harvard.edu/~john/funtools/
-master_sites       ${homepage}
+homepage            http://www.cfa.harvard.edu/~john/funtools/
+master_sites        ${homepage}
 
 checksums           rmd160  26f4a7395045f25c70286cbc5b384666470c8d3a \
                     sha256  f47a00e774b557931a7ff00ddd0852e32ae5d2a2f0d3a227f8ba81d3db1e863b
 
-depends_run        port:xpa
+depends_run         port:xpa
 
-patch.pre_args     -p1
-patchfiles         patch-funtools
+patch.pre_args      -p1
+patchfiles          patch-funtools
 
-destroot.destdir   INSTALL_ROOT=${destroot}
+destroot.destdir    INSTALL_ROOT=${destroot}
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
@@ -51,6 +51,6 @@
         ${docdir}
 }
 
-livecheck.type     regex
-livecheck.url      [lindex ${master_sites} 0]
-livecheck.regex    ${name}-(\[0-9.\]+)\\.tar
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140714/04d60cd8/attachment.html>


More information about the macports-changes mailing list