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

Ryan Schmidt ryandesign at macports.org
Wed Sep 21 05:41:36 PDT 2011


On Sep 21, 2011, at 03:52, mww at macports.org wrote:

> Revision: 84237
>          http://trac.macports.org/changeset/84237
> Author:   mww at macports.org
> Date:     2011-09-21 01:52:43 -0700 (Wed, 21 Sep 2011)
> Log Message:
> -----------
> msmtp: add variant 'openssl' to use openssl INSTEAD of gnutls (#17201)
> 
> Modified Paths:
> --------------
>    trunk/dports/mail/msmtp/Portfile

> +variant openssl description {use openssl instead of gnutls} {
> +    configure.args-append --with-ssl=openssl
> +}

I don't understand, because the port already has dependencies on both gnutls and openssl. Are you saying that without this variant, the port will use both gnutls and openssl, and that with this variant, it will use only openssl?




More information about the macports-dev mailing list