[151516] trunk/dports/perl/p5-parse-mediawikidump/Portfile

devans at macports.org devans at macports.org
Tue Aug 16 23:38:36 PDT 2016


Revision: 151516
          https://trac.macports.org/changeset/151516
Author:   devans at macports.org
Date:     2016-08-16 23:38:36 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
p5-parse-mediawikidump: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-parse-mediawikidump/Portfile

Modified: trunk/dports/perl/p5-parse-mediawikidump/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-mediawikidump/Portfile	2016-08-17 06:28:45 UTC (rev 151515)
+++ trunk/dports/perl/p5-parse-mediawikidump/Portfile	2016-08-17 06:38:36 UTC (rev 151516)
@@ -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
@@ -14,11 +15,10 @@
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Access various MediaWiki dump files in perl
-long_description \
-   Parse::MediaWikiDump is a collection of classes for processing various \
-   MediaWiki dump files such as those at \
-   http://download.wikimedia.org/wikipedia/en/.  Using this software it is \
-   nearly trivial to get access to the information in supported dump files.
+long_description    Parse::MediaWikiDump is a collection of classes for processing various \
+                    MediaWiki dump files such as those at \
+                    http://download.wikimedia.org/wikipedia/en/.  Using this software it is \
+                    nearly trivial to get access to the information in supported dump files.
 
 platforms           darwin
 
@@ -27,7 +27,9 @@
                     rmd160  2c8671d7850f28e1e000d5e9deb444db5cdccb75
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-xml-parser port:p${perl5.major}-object-destroyer
+    depends_lib-append \
+                    port:p${perl5.major}-object-destroyer \
+                    port:p${perl5.major}-xml-parser
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/6b11264e/attachment-0001.html>


More information about the macports-changes mailing list