[151333] trunk/dports/perl/p5-hash-merge/Portfile

devans at macports.org devans at macports.org
Fri Aug 12 19:10:18 PDT 2016


Revision: 151333
          https://trac.macports.org/changeset/151333
Author:   devans at macports.org
Date:     2016-08-12 19:10:18 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
p5-hash-merge: add modeline and reformat, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-hash-merge/Portfile

Modified: trunk/dports/perl/p5-hash-merge/Portfile
===================================================================
--- trunk/dports/perl/p5-hash-merge/Portfile	2016-08-13 02:04:01 UTC (rev 151332)
+++ trunk/dports/perl/p5-hash-merge/Portfile	2016-08-13 02:10:18 UTC (rev 151333)
@@ -1,29 +1,25 @@
+# -*- 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
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# 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           Hash-Merge 0.200
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Merges arbitrarily deep hashes into a single hash
-long_description      ${description}
+perl5.setup         Hash-Merge 0.200
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Merges arbitrarily deep hashes into a single hash
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 54b5743103fb3b3986a384b5424f21f4 \
-                      sha1 d0fa07de58f603ef1a1cd00d697b32efb697e9dc \
-                      rmd160 36bbf70e73c039d232a1369eaa69bbcac59a5797
+checksums           md5 54b5743103fb3b3986a384b5424f21f4 \
+                    sha1 d0fa07de58f603ef1a1cd00d697b32efb697e9dc \
+                    rmd160 36bbf70e73c039d232a1369eaa69bbcac59a5797
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-clone
+    depends_lib-append \
+                    port:p${perl5.major}-clone
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/21fcd5ef/attachment.html>


More information about the macports-changes mailing list