[151381] trunk/dports/perl/p5-net-smtp_auth/Portfile

devans at macports.org devans at macports.org
Sun Aug 14 01:20:55 PDT 2016


Revision: 151381
          https://trac.macports.org/changeset/151381
Author:   devans at macports.org
Date:     2016-08-14 01:20:55 -0700 (Sun, 14 Aug 2016)
Log Message:
-----------
p5-net-smtp_auth: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-smtp_auth/Portfile

Modified: trunk/dports/perl/p5-net-smtp_auth/Portfile
===================================================================
--- trunk/dports/perl/p5-net-smtp_auth/Portfile	2016-08-14 08:19:58 UTC (rev 151380)
+++ trunk/dports/perl/p5-net-smtp_auth/Portfile	2016-08-14 08:20:55 UTC (rev 151381)
@@ -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
@@ -16,24 +17,21 @@
 maintainers         nomaintainer
 platforms           darwin
 
-description \
-	Perl5 SMTP client with AUTHentication
+description         Perl5 SMTP client with AUTHentication
 
-long_description \
-	This module implements a client interface to the SMTP and ESMTP \
-	protocol AUTH service extension, enabling a perl5 application \
-	to talk to and authenticate against SMTP servers.
+long_description    This module implements a client interface to the SMTP and ESMTP \
+                    protocol AUTH service extension, enabling a perl5 application \
+                    to talk to and authenticate against SMTP servers.
 
-checksums \
-	md5 23a911893c92c7c26ab9a78882691d9c \
-	sha1 8beed886833a17732055df7d14fc579eea19b654 \
-	rmd160 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15
+checksums           md5 23a911893c92c7c26ab9a78882691d9c \
+                    sha1 8beed886833a17732055df7d14fc579eea19b654 \
+                    rmd160 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15
 
 if {${perl5.major} != ""} {
-depends_lib-append \
-	port:p${perl5.major}-authen-sasl \
-	port:p${perl5.major}-digest-hmac \
-	port:p${perl5.major}-pathtools
+    depends_lib-append \
+                    port:p${perl5.major}-authen-sasl \
+                    port:p${perl5.major}-digest-hmac \
+                    port:p${perl5.major}-pathtools
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160814/ffb4dd5c/attachment.html>


More information about the macports-changes mailing list