[151343] trunk/dports/perl/p5-mail-audit/Portfile

devans at macports.org devans at macports.org
Fri Aug 12 22:42:35 PDT 2016


Revision: 151343
          https://trac.macports.org/changeset/151343
Author:   devans at macports.org
Date:     2016-08-12 22:42:35 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
p5-mail-audit: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-audit/Portfile

Modified: trunk/dports/perl/p5-mail-audit/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-audit/Portfile	2016-08-13 05:32:09 UTC (rev 151342)
+++ trunk/dports/perl/p5-mail-audit/Portfile	2016-08-13 05:42:35 UTC (rev 151343)
@@ -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,41 +7,42 @@
 # 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		Mail-Audit 2.228
-maintainers		nomaintainer
-categories-append	mail
-license			{Artistic-1 GPL}
-description		Library for creating easy mail filters
-long_description	Mail::Audit was inspired by Tom Christiansen's \
-					audit_mail and deliverlib programs. It allows a \
-					piece of email to be logged, examined, accepted into \
-					a mailbox, filtered, resent elsewhere, rejected, and \
-					so on. It's designed to allow you to easily create \
-					filter programs to stick in a .forward file or \
-					similar.
+perl5.setup         Mail-Audit 2.228
+maintainers         nomaintainer
+categories-append   mail
+license             {Artistic-1 GPL}
+description         Library for creating easy mail filters
+long_description    Mail::Audit was inspired by Tom Christiansen's \
+                    audit_mail and deliverlib programs. It allows a \
+                    piece of email to be logged, examined, accepted into \
+                    a mailbox, filtered, resent elsewhere, rejected, and \
+                    so on. It's designed to allow you to easily create \
+                    filter programs to stick in a .forward file or \
+                    similar.
 
-checksums               md5     92b3911cf6d71d8fa0ccb1359711c48b \
-                        sha1    0e06594d2b4a291f878e3a1f09983aad0aa969c2 \
-                        rmd160  04281c321b255e3b2a27f5386bbae5aa4b442ad7
+checksums           md5     92b3911cf6d71d8fa0ccb1359711c48b \
+                    sha1    0e06594d2b4a291f878e3a1f09983aad0aa969c2 \
+                    rmd160  04281c321b255e3b2a27f5386bbae5aa4b442ad7
 
-platforms		darwin
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append		port:p${perl5.major}-mailtools \
-				port:p${perl5.major}-mail-pop3client \
-				port:p${perl5.major}-mime-tools \
-				port:p${perl5.major}-file-tempdir \
-                                port:p${perl5.major}-parse-recdescent
+    depends_lib-append \
+                    port:p${perl5.major}-mailtools \
+                    port:p${perl5.major}-mail-pop3client \
+                    port:p${perl5.major}-mime-tools \
+                    port:p${perl5.major}-file-tempdir \
+                    port:p${perl5.major}-parse-recdescent
 
-supported_archs noarch
+    supported_archs noarch
 
-post-patch {
-	reinplace "s|#!.*perl|#!${perl5.bin}|" \
-		${worksrcpath}/bin/proc2ma \
-		${worksrcpath}/bin/popread
+    post-patch {
+        reinplace "s|#!.*perl|#!${perl5.bin}|" \
+            ${worksrcpath}/bin/proc2ma \
+            ${worksrcpath}/bin/popread
+    }
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/5c119519/attachment-0001.html>


More information about the macports-changes mailing list