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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 7 15:07:34 PDT 2007


Revision: 25971
          http://trac.macosforge.org/projects/macports/changeset/25971
Author:   pmq at macports.org
Date:     2007-06-07 15:07:33 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Add NTLM support as a variant.

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

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2007-06-07 21:38:05 UTC (rev 25970)
+++ trunk/dports/mail/fetchmail/Portfile	2007-06-07 22:07:33 UTC (rev 25971)
@@ -42,6 +42,11 @@
 configure.args	--mandir=${prefix}/share/man \
 		--with-libiconv-prefix=${prefix} \
 		--without-ssl --with-kerberos5 --with-gssapi
+post-destroot {
+    if { ! [variant_isset fetchmailconf] } {
+        system "find ${destroot}${prefix} -type f -iname '*fetchmailconf*' -delete"
+    }
+}
 
 variant ssl description "Support secure connections using OpenSSL" {
     depends_lib-append		port:openssl
@@ -53,8 +58,6 @@
     depends_lib-append		port:py-tkinter
 }
 
-post-destroot {
-    if { ! [variant_isset fetchmailconf] } {
-        system "find ${destroot}${prefix} -type f -iname '*fetchmailconf*' -delete"
-    }
+variant ntlm description "Enable NTLM authentication" {
+    configure.args-append	--enable-NTLM
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070607/e6e347ab/attachment.html


More information about the macports-changes mailing list