[133470] trunk/dports/mail/alpine/Portfile

larryv at macports.org larryv at macports.org
Mon Mar 2 16:25:47 PST 2015


Revision: 133470
          https://trac.macports.org/changeset/133470
Author:   larryv at macports.org
Date:     2015-03-02 16:25:47 -0800 (Mon, 02 Mar 2015)
Log Message:
-----------
alpine: Move deprecated variants to end

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

Modified: trunk/dports/mail/alpine/Portfile
===================================================================
--- trunk/dports/mail/alpine/Portfile	2015-03-02 23:43:18 UTC (rev 133469)
+++ trunk/dports/mail/alpine/Portfile	2015-03-03 00:25:47 UTC (rev 133470)
@@ -50,6 +50,34 @@
                     EXTRALDFLAGS="[get_canonical_archflags ld]" \
                     SPECIALS="GSSDIR=${prefix} SSLDIR=${prefix}"
 
+variant passfile description {Enable password files support} {
+    configure.args-delete   --with-local-password-cache-method
+    configure.args-append   --with-passfile=".pine.pwd"
+}
+
+variant kerberos description {Kerberos support} {
+    depends_lib-append      port:cyrus-sasl2
+    configure.args-delete   --without-krb5
+}
+
+variant ldap description {LDAP support} {
+    depends_lib-append      port:openldap
+    configure.args-delete   --without-ldap
+}
+
+variant ssl description {OpenSSL support} {
+    depends_lib-append      port:openssl
+    configure.args-delete   --without-ssl
+    build.env-delete        SSLTYPE=none
+}
+
+variant tcl description {Tcl support (required by Alpine Web} {
+    # Should we force MacPorts' Tcl?
+    configure.args-delete   --without-tcl
+}
+
+
+
 # TODO: Remove legacy variants after 2016-02-20.
 
 variant without_krb5 conflicts kerberos description {Legacy variant} {}
@@ -75,29 +103,3 @@
 if {![variant_isset without_tcl]} {
     default_variants +tcl
 }
-
-variant passfile description {Enable password files support} {
-    configure.args-delete   --with-local-password-cache-method
-    configure.args-append   --with-passfile=".pine.pwd"
-}
-
-variant kerberos description {Kerberos support} {
-    depends_lib-append      port:cyrus-sasl2
-    configure.args-delete   --without-krb5
-}
-
-variant ldap description {LDAP support} {
-    depends_lib-append      port:openldap
-    configure.args-delete   --without-ldap
-}
-
-variant ssl description {OpenSSL support} {
-    depends_lib-append      port:openssl
-    configure.args-delete   --without-ssl
-    build.env-delete        SSLTYPE=none
-}
-
-variant tcl description {Tcl support (required by Alpine Web} {
-    # Should we force MacPorts' Tcl?
-    configure.args-delete   --without-tcl
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150302/af03ba3b/attachment.html>


More information about the macports-changes mailing list