[152109] trunk/dports/perl/p5-time-epoch/Portfile

devans at macports.org devans at macports.org
Mon Aug 29 03:19:34 PDT 2016


Revision: 152109
          https://trac.macports.org/changeset/152109
Author:   devans at macports.org
Date:     2016-08-29 03:19:34 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
p5-time-epoch: modernize modeline and reformat.

Modified Paths:
--------------
    trunk/dports/perl/p5-time-epoch/Portfile

Modified: trunk/dports/perl/p5-time-epoch/Portfile
===================================================================
--- trunk/dports/perl/p5-time-epoch/Portfile	2016-08-29 10:16:32 UTC (rev 152108)
+++ trunk/dports/perl/p5-time-epoch/Portfile	2016-08-29 10:19:34 UTC (rev 152109)
@@ -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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,25 +7,24 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem			1.0
-PortGroup			perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup			Time-Epoch 0.02
-revision			4
-license				Artistic-1
-maintainers			nomaintainer
-description			Convert times in one epoch to times in another epoch
-long_description \
-	This is Time::Epoch, a tiny module that does nothing but convert times in one \
-	epoch to times in another.  Implemented currently is only converting Mac OS epoch \
-	to and from the perl/Unix epoch.
+perl5.setup         Time-Epoch 0.02
+revision            4
+license             Artistic-1
+maintainers         nomaintainer
+description         Convert times in one epoch to times in another epoch
+long_description    This is Time::Epoch, a tiny module that does nothing but convert times in one \
+                    epoch to times in another.  Implemented currently is only converting Mac OS epoch \
+                    to and from the perl/Unix epoch.
 
-platforms			darwin
+platforms           darwin
 
-checksums			md5 a4ab4f49e08005b5accc358314c08b75
+checksums           md5 a4ab4f49e08005b5accc358314c08b75
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-test-pod
 }
-## vi:set noai ts=4:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/946d9bfe/attachment.html>


More information about the macports-changes mailing list