[128581] trunk/dports/perl/p5-file-changenotify/Portfile

devans at macports.org devans at macports.org
Sun Nov 23 21:41:49 PST 2014


Revision: 128581
          https://trac.macports.org/changeset/128581
Author:   devans at macports.org
Date:     2014-11-23 21:41:48 -0800 (Sun, 23 Nov 2014)
Log Message:
-----------
p5-file-changenotify: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-file-changenotify/Portfile

Modified: trunk/dports/perl/p5-file-changenotify/Portfile
===================================================================
--- trunk/dports/perl/p5-file-changenotify/Portfile	2014-11-24 05:27:00 UTC (rev 128580)
+++ trunk/dports/perl/p5-file-changenotify/Portfile	2014-11-24 05:41:48 UTC (rev 128581)
@@ -1,28 +1,30 @@
+# -*- 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
-perl5.setup               File-ChangeNotify 0.23
-license                   Artistic-2
-maintainers               nomaintainer
-supported_archs           noarch
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         File-ChangeNotify 0.23
+license             Artistic-2
+maintainers         nomaintainer
+supported_archs     noarch
 
-description               Watch for changes to files, cross-platform style
-long_description          ${description}
+description         Watch for changes to files, cross-platform style
+long_description    ${description}
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 rmd160  098890f6de5639cbca4a6d5994fcaf77f954e656 \
-                          sha256  23125b558a6738f41a9675d0f682c2df7894a26415c684028f2cda46193558a1
+checksums           rmd160  098890f6de5639cbca4a6d5994fcaf77f954e656 \
+                    sha256  23125b558a6738f41a9675d0f682c2df7894a26415c684028f2cda46193558a1
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-moose \
-                          port:p${perl5.major}-moosex-params-validate \
-                          port:p${perl5.major}-moosex-semiaffordanceaccessor \
-                          port:p${perl5.major}-test-simple \
-                          port:p${perl5.major}-test-exception
+    depends_lib-append \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-params-validate \
+                    port:p${perl5.major}-moosex-semiaffordanceaccessor \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-test-exception
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141123/489e2e7c/attachment-0001.html>


More information about the macports-changes mailing list