[122458] trunk/dports/perl/p5-datetime-timezone/Portfile

mojca at macports.org mojca at macports.org
Tue Jul 22 14:35:45 PDT 2014


Revision: 122458
          https://trac.macports.org/changeset/122458
Author:   mojca at macports.org
Date:     2014-07-22 14:35:45 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
p5-datetime-timezone: whitespace, first line

Modified Paths:
--------------
    trunk/dports/perl/p5-datetime-timezone/Portfile

Modified: trunk/dports/perl/p5-datetime-timezone/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime-timezone/Portfile	2014-07-22 21:33:53 UTC (rev 122457)
+++ trunk/dports/perl/p5-datetime-timezone/Portfile	2014-07-22 21:35:45 UTC (rev 122458)
@@ -1,31 +1,32 @@
+# -*- 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
 
-epoch                 5
+epoch               5
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup           DateTime-TimeZone 1.35
-revision              2
-maintainers           nomaintainer
-license               Artistic GPL
-supported_archs       noarch
+perl5.setup         DateTime-TimeZone 1.35
+revision            2
+maintainers         nomaintainer
+license             Artistic GPL
+supported_archs     noarch
 
-description           Time zone object base class and factory
-long_description      This class is the base class for all time zone \
-                      objects. A time zone is represented internally as \
-                      a set of observances, each of which describes \
-                      the offset from GMT for a given time period.
+description         Time zone object base class and factory
+long_description    This class is the base class for all time zone \
+                    objects. A time zone is represented internally as \
+                    a set of observances, each of which describes \
+                    the offset from GMT for a given time period.
 
-platforms             darwin
+platforms           darwin
 
-checksums             sha1    5b2a49801c6cb1f3e4fef474963834a91624d3a6 \
-                      rmd160  02c86fe45f0ec390977207f8f9deddfee4e158e9
+checksums           sha1    5b2a49801c6cb1f3e4fef474963834a91624d3a6 \
+                    rmd160  02c86fe45f0ec390977207f8f9deddfee4e158e9
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-params-validate \
-                      port:p${perl5.major}-class-singleton \
-                      port:p${perl5.major}-class-load \
-                      port:p${perl5.major}-test-simple \
-                      port:p${perl5.major}-parent
+depends_lib-append  port:p${perl5.major}-params-validate \
+                    port:p${perl5.major}-class-singleton \
+                    port:p${perl5.major}-class-load \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-parent
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140722/bbda184c/attachment-0001.html>


More information about the macports-changes mailing list