[120991] trunk/dports/mail/fetchmail/Portfile

mf2k at macports.org mf2k at macports.org
Fri Jun 13 12:21:37 PDT 2014


Revision: 120991
          https://trac.macports.org/changeset/120991
Author:   mf2k at macports.org
Date:     2014-06-13 12:21:37 -0700 (Fri, 13 Jun 2014)
Log Message:
-----------
fetchmail: Add and conform to mode line. Use modern checksums. Detab. Sort variants.

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

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2014-06-13 19:17:09 UTC (rev 120990)
+++ trunk/dports/mail/fetchmail/Portfile	2014-06-13 19:21:37 UTC (rev 120991)
@@ -1,16 +1,17 @@
+# -*- 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
+PortSystem          1.0
 
-name		fetchmail
-version		6.3.26
-categories	mail
-platforms	darwin
-license		{GPL-2 OpenSSLException}
-maintainers	nomaintainer
+name                fetchmail
+version             6.3.26
+categories          mail
+platforms           darwin
+license             {GPL-2 OpenSSLException}
+maintainers         nomaintainer
 
-description	Batch mail retrieval utility for IMAP, POP2, POP3, \
-		APOP, KPOP, ETRN, or ODMR
+description         Batch mail retrieval utility for IMAP, POP2, POP3, \
+                    APOP, KPOP, ETRN, or ODMR
 long_description \
     Fetchmail is a full-featured IMAP, POP2, POP3, \
     APOP, KPOP, ETRN, ODMR client with easy \
@@ -24,25 +25,26 @@
     Fetchmail also includes useful spam filtering \
     and multi-user functions.  \
     A typical use of fetchmail is to connect to your \
-    ISP's POP3 server, downloading your mail into \
+    normal POP3 server, downloading your mail into \
     the INBOX on your local computer.  You may then \
     read the mail, offline if you want, using Pine, \
     mutt, or any standard mail user agent.
 
-homepage		http://www.fetchmail.info
-set branch		[join [lrange [split ${version} .] 0 1] .]
-master_sites	sourceforge:project/${name}/branch_${branch}
+homepage            http://www.fetchmail.info
+set branch          [join [lrange [split ${version} .] 0 1] .]
+master_sites        sourceforge:project/${name}/branch_${branch}
 
-use_xz			yes
+use_xz              yes
 
-checksums		sha1    de8dbe62a8edfa232ee4278257a1fe67aa1c797a \
-				rmd160  ce9a54b6d11da4c5e042c760284f8b3c6ac5a4ff
+checksums           rmd160  ce9a54b6d11da4c5e042c760284f8b3c6ac5a4ff \
+                    sha256  79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
 
-depends_lib	port:gettext port:kerberos5
+depends_lib         port:gettext \
+                    port:kerberos5
 
-configure.args	--mandir=${prefix}/share/man \
-		--with-libiconv-prefix=${prefix} \
-		--without-ssl --with-kerberos5=${prefix} --with-gssapi
+configure.args      --mandir=${prefix}/share/man \
+                    --with-libiconv-prefix=${prefix} \
+                    --without-ssl --with-kerberos5=${prefix} --with-gssapi
 
 post-destroot {
     if { ! [variant_isset fetchmailconf] } {
@@ -50,20 +52,19 @@
     }
 }
 
-startupitem.create	yes
-startupitem.start	"${prefix}/bin/fetchmail -f ${prefix}/etc/.fetchmail -d120"
-startupitem.stop	"${prefix}/bin/fetchmail -quit"
+startupitem.create  yes
+startupitem.start   "${prefix}/bin/fetchmail -f ${prefix}/etc/.fetchmail -d120"
+startupitem.stop    "${prefix}/bin/fetchmail -quit"
 
-variant ssl description "Support secure connections using OpenSSL" {
-    depends_lib-append		port:openssl
-    configure.args-delete	--without-ssl
-    configure.args-append	--with-ssl=${prefix}
-}
-
 variant fetchmailconf description "Install a graphical configurator" {
-    depends_lib-append		port:py-tkinter
+    depends_lib-append      port:py-tkinter
 }
 
 variant ntlm description "Enable NTLM authentication" {
-    configure.args-append	--enable-NTLM
+    configure.args-append   --enable-NTLM
 }
+variant ssl description "Support secure connections using OpenSSL" {
+    depends_lib-append      port:openssl
+    configure.args-delete   --without-ssl
+    configure.args-append   --with-ssl=${prefix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140613/c82c3831/attachment.html>


More information about the macports-changes mailing list