[150248] trunk/dports/perl/p5-sys-filesystem/Portfile

devans at macports.org devans at macports.org
Wed Jul 13 10:20:21 PDT 2016


Revision: 150248
          https://trac.macports.org/changeset/150248
Author:   devans at macports.org
Date:     2016-07-13 10:20:21 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
p5-sys-filesystem: add modeline and reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-sys-filesystem/Portfile

Modified: trunk/dports/perl/p5-sys-filesystem/Portfile
===================================================================
--- trunk/dports/perl/p5-sys-filesystem/Portfile	2016-07-13 17:15:44 UTC (rev 150247)
+++ trunk/dports/perl/p5-sys-filesystem/Portfile	2016-07-13 17:20:21 UTC (rev 150248)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -9,13 +10,13 @@
 maintainers         nomaintainer
 description         Retrieve list of filesystems and their properties
 long_description    Sys::Filesystem is intended to be a \
-    portable interface to list and query filesystem names and their \
-    properties. At the time of writing there were only Solaris and \
-    Win32 modules available on CPAN to perform this kind of \
-    operation. This module hopes to provide a consistant API to list \
-    all, mounted, unmounted and special filesystems on a system, and \
-    query as many properties as possible with common aliases wherever \
-    possible.
+                    portable interface to list and query filesystem names and their \
+                    properties. At the time of writing there were only Solaris and \
+                    Win32 modules available on CPAN to perform this kind of \
+                    operation. This module hopes to provide a consistant API to list \
+                    all, mounted, unmounted and special filesystems on a system, and \
+                    query as many properties as possible with common aliases wherever \
+                    possible.
 
 homepage            http://search.cpan.org/~nicolaw/Sys-Filesystem
 
@@ -24,9 +25,10 @@
 checksums           rmd160  df77a845f2b12595168ec3931c8b1d3031775df4 \
                     sha256  9a1d43326226f8aea3359849383784840ef930e5c4efafa4cbd5764d2c7a6afb
 
-supported_archs noarch
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-test-simple \
+    depends_lib-append \
+                    port:p${perl5.major}-test-simple \
                     port:p${perl5.major}-params-util
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/55b45a7d/attachment.html>


More information about the macports-changes mailing list