[83834] trunk/dports/mail/msmtp/Portfile

mww at macports.org mww at macports.org
Sun Sep 11 09:10:45 PDT 2011


Revision: 83834
          http://trac.macports.org/changeset/83834
Author:   mww at macports.org
Date:     2011-09-11 09:10:42 -0700 (Sun, 11 Sep 2011)
Log Message:
-----------
whitespace changes only

Modified Paths:
--------------
    trunk/dports/mail/msmtp/Portfile

Modified: trunk/dports/mail/msmtp/Portfile
===================================================================
--- trunk/dports/mail/msmtp/Portfile	2011-09-11 16:06:59 UTC (rev 83833)
+++ trunk/dports/mail/msmtp/Portfile	2011-09-11 16:10:42 UTC (rev 83834)
@@ -3,34 +3,34 @@
 
 PortSystem 1.0
 
-name			msmtp
-version			1.4.24
-categories		mail
-platforms		darwin
-maintainers		mww
-license			GPL-3
-description		SMTP client that can be used as an SMTP plugin for Mutt
-long_description	msmtp is an SMTP client that can be used as an SMTP \
-				plugin for Mutt and probably other MUAs (mail user \
-				agents). It forwards mails to an SMTP server which \
-				does the delivery. To use this program, create a \
-				configuration file with your mail account(s) and tell \
-				your MUA to call msmtp instead of /usr/sbin/sendmail.
+name                msmtp
+version             1.4.24
+categories          mail
+platforms           darwin
+maintainers         mww
+license             GPL-3
+description         SMTP client that can be used as an SMTP plugin for Mutt
+long_description    msmtp is an SMTP client that can be used as an SMTP \
+                    plugin for Mutt and probably other MUAs (mail user \
+                    agents). It forwards mails to an SMTP server which \
+                    does the delivery. To use this program, create a \
+                    configuration file with your mail account(s) and tell \
+                    your MUA to call msmtp instead of /usr/sbin/sendmail.
 
-homepage		http://msmtp.sourceforge.net/
-master_sites	sourceforge
+homepage            http://msmtp.sourceforge.net/
+master_sites        sourceforge
 checksums           md5     3ed704fbd3e7419cab5c65bb7928d9ba \
                     sha1    4c9783a888bdd7da6f39ee6fd2d52585c3aee6c0 \
                     rmd160  5d342818bbbeee303c071a403fd86d40404ed5c2
-use_bzip2		yes
+use_bzip2           yes
 
-depends_lib		port:openssl port:gettext port:gnutls port:libgcrypt \
-				port:libgpg-error port:libgsasl port:libiconv port:libtasn1
+depends_lib         port:openssl port:gettext port:gnutls port:libgcrypt \
+                    port:libgpg-error port:libgsasl port:libiconv port:libtasn1
 
-configure.ldflags-append	"-lintl"
-configure.args	--mandir=${prefix}/share/man \
-				--infodir=${prefix}/share/info \
-				--enable-gsasl
+configure.ldflags-append "-lintl"
+configure.args      --mandir=${prefix}/share/man \
+                    --infodir=${prefix}/share/info \
+                    --enable-gsasl
 
 platform macosx {
    configure.args-append   --with-macosx-keyring
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110911/c57d680a/attachment.html>


More information about the macports-changes mailing list