[124004] trunk/dports/perl/p5-archive-tar/Portfile

devans at macports.org devans at macports.org
Sun Aug 17 03:02:35 PDT 2014


Revision: 124004
          https://trac.macports.org/changeset/124004
Author:   devans at macports.org
Date:     2014-08-17 03:02:35 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
p5-archive-tar: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-archive-tar/Portfile

Modified: trunk/dports/perl/p5-archive-tar/Portfile
===================================================================
--- trunk/dports/perl/p5-archive-tar/Portfile	2014-08-17 09:58:52 UTC (rev 124003)
+++ trunk/dports/perl/p5-archive-tar/Portfile	2014-08-17 10:02:35 UTC (rev 124004)
@@ -1,27 +1,29 @@
+# -*- 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
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches        5.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           Archive-Tar 2.00 ../by-authors/id/B/BI/BINGOS/
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Creation and in-memory manipulation of tar files
-long_description      ${description}
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Archive-Tar 2.00 ../by-authors/id/B/BI/BINGOS/
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Creation and in-memory manipulation of tar files
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
 checksums           rmd160  4cf38efe9e9a253dad6ddce4862ab52919bce689 \
                     sha256  f8ffc37bc6a305eefe5892db651eb9da3cfca92a26dbc52cc4975c2fe169ddb8
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-io-compress \
-                          port:p${perl5.major}-io-zlib \
-                          port:p${perl5.major}-package-constants \
-			  port:p${perl5.major}-text-diff
+    depends_lib-append \
+                    port:p${perl5.major}-io-compress \
+                    port:p${perl5.major}-io-zlib \
+                    port:p${perl5.major}-package-constants \
+                    port:p${perl5.major}-text-diff
 }
 
-supported_archs       noarch
+supported_archs     noarch
 
-perl5.link_binaries   no
+perl5.link_binaries no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/91aee318/attachment.html>


More information about the macports-changes mailing list