[131131] trunk/dports/perl/p5-imap-bodystructure/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 03:44:25 PST 2015


Revision: 131131
          https://trac.macports.org/changeset/131131
Author:   mojca at macports.org
Date:     2015-01-06 03:44:25 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-imap-bodystructure: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-imap-bodystructure/Portfile

Modified: trunk/dports/perl/p5-imap-bodystructure/Portfile
===================================================================
--- trunk/dports/perl/p5-imap-bodystructure/Portfile	2015-01-06 11:41:52 UTC (rev 131130)
+++ trunk/dports/perl/p5-imap-bodystructure/Portfile	2015-01-06 11:44:25 UTC (rev 131131)
@@ -1,27 +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.16
-perl5.setup               IMAP-BodyStructure 1.01
-revision                  4
-license                   Artistic-1
-maintainers               nomaintainer
-description               IMAP4-compatible BODYSTRUCTURE and ENVELOPE parser
-long_description          An IMAP4-compatible IMAP server MUST include a full \
-                          MIME-parser which parses the messages inside IMAP \
-                          mailboxes and is accessible via BODYSTRUCTURE fetch \
-                          item. This module provides a Perl interface to \
-                          parse the output of IMAP4 MIME-parser.
+perl5.setup         IMAP-BodyStructure 1.01
+revision            4
+license             Artistic-1
+maintainers         nomaintainer
+description         IMAP4-compatible BODYSTRUCTURE and ENVELOPE parser
+long_description    An IMAP4-compatible IMAP server MUST include a full \
+                    MIME-parser which parses the messages inside IMAP \
+                    mailboxes and is accessible via BODYSTRUCTURE fetch \
+                    item. This module provides a Perl interface to \
+                    parse the output of IMAP4 MIME-parser.
 
-platforms                 darwin
-supported_archs           noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums                 md5 06e572e491bfbef5ec6ec5dcba490aa7
+checksums           rmd160  210d503006298bc07cc28665787e68c06c99fcc7 \
+                    sha256  50995f67a62262c94ab09bbfe32d344c560348f0986667cd1a42745f39950247
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-test-nowarnings
+    depends_lib-append \
+                    port:p${perl5.major}-test-nowarnings
+}
 
 perl5.use_module_build
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/bce940d7/attachment-0001.html>


More information about the macports-changes mailing list