[131300] trunk/dports/perl/p5-mogilefs-utils/Portfile

devans at macports.org devans at macports.org
Thu Jan 8 15:51:14 PST 2015


Revision: 131300
          https://trac.macports.org/changeset/131300
Author:   devans at macports.org
Date:     2015-01-08 15:51:13 -0800 (Thu, 08 Jan 2015)
Log Message:
-----------
p5-mogilefs-utils: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-mogilefs-utils/Portfile

Modified: trunk/dports/perl/p5-mogilefs-utils/Portfile
===================================================================
--- trunk/dports/perl/p5-mogilefs-utils/Portfile	2015-01-08 23:49:02 UTC (rev 131299)
+++ trunk/dports/perl/p5-mogilefs-utils/Portfile	2015-01-08 23:51:13 UTC (rev 131300)
@@ -1,20 +1,20 @@
+# -*- 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
+PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup     MogileFS-Utils 2.28
+perl5.setup         MogileFS-Utils 2.28
 categories          perl net sysutils
-license         {Artistic-1 GPL}
-platforms	    darwin
-maintainers	    nomaintainer
+license             {Artistic-1 GPL}
+platforms           darwin
+maintainers         nomaintainer
 
 description         MogileFS tools
-long_description    \
-    This package contains two tools to manage MogileFS: mogadm (MogileFS \
-    admin tool) and mogtool (inject/extract data to/from a MogileFS \
-    installation)
+long_description    This package contains two tools to manage MogileFS: mogadm (MogileFS \
+                    admin tool) and mogtool (inject/extract data to/from a MogileFS \
+                    installation)
 
 homepage            http://www.danga.com/mogilefs
 
@@ -22,7 +22,9 @@
                     sha256  16875b6f52d245fd50c4ccde78285251373339efb713e77a414ee82aa9901932
 
 if {${perl5.major} != ""} {
-depends_run-append  port:p${perl5.major}-mogilefs-client port:p${perl5.major}-libwww-perl
+    depends_run-append \
+                    port:p${perl5.major}-mogilefs-client \
+                    port:p${perl5.major}-libwww-perl
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150108/d9847c7d/attachment.html>


More information about the macports-changes mailing list