Revision: 134524 https://trac.macports.org/changeset/134524 Author: cal@macports.org Date: 2015-03-28 10:16:00 -0700 (Sat, 28 Mar 2015) Log Message: ----------- mutt-devel: delete attempt to preseed the certificate storage which does not seem to be needed for OpenSSL (only GnuTLS, but the documentation doesn't mention that). Modified Paths: -------------- trunk/dports/mail/mutt-devel/Portfile Removed Paths: ------------- trunk/dports/mail/mutt-devel/files/patch-doc__Muttrc.head-preseed-macports-CA-store.diff Modified: trunk/dports/mail/mutt-devel/Portfile =================================================================== --- trunk/dports/mail/mutt-devel/Portfile 2015-03-28 12:28:20 UTC (rev 134523) +++ trunk/dports/mail/mutt-devel/Portfile 2015-03-28 17:16:00 UTC (rev 134524) @@ -6,7 +6,7 @@ name mutt-devel conflicts mutt version 1.5.23 -revision 2 +revision 3 categories mail platforms darwin license GPL-2 @@ -84,13 +84,6 @@ variant ssl description {Secure Sockets Layer support} { configure.args-append --with-ssl=${prefix} depends_lib-append port:openssl - - # Set defaults for MacPorts root CA stores - patchfiles-append patch-doc__Muttrc.head-preseed-macports-CA-store.diff - post-patch { - reinplace -E "s,@CA_PATH@,${prefix}/share/curl/curl-ca-bundle.crt,g" \ - ${worksrcpath}/doc/Muttrc.head - } } variant sasl description {Simple Authentication and Security Layer support} { configure.args-append --with-sasl=${prefix} Deleted: trunk/dports/mail/mutt-devel/files/patch-doc__Muttrc.head-preseed-macports-CA-store.diff =================================================================== --- trunk/dports/mail/mutt-devel/files/patch-doc__Muttrc.head-preseed-macports-CA-store.diff 2015-03-28 12:28:20 UTC (rev 134523) +++ trunk/dports/mail/mutt-devel/files/patch-doc__Muttrc.head-preseed-macports-CA-store.diff 2015-03-28 17:16:00 UTC (rev 134524) @@ -1,24 +0,0 @@ -Set sane defaults for the root certificate stores in MacPorts - -This patch just adds placeholders; the correct paths will be added by the -Portfile, because they are installation-specific and depend on ${prefix}. The -file can either be provided by curl-ca-bundle maintained with curl, or be -generated from the system keychain using certsync. - -Upstream-Status: Inappropriate [configuration] -Signed-off-by: Clemens Lang <cal@macports.org> ---- ./doc/Muttrc.head.orig 2014-03-12 17:03:44.000000000 +0100 -+++ ./doc/Muttrc.head 2014-03-12 17:03:44.000000000 +0100 -@@ -97,6 +97,12 @@ - attachments -I message/external-body - - ## -+## MacPorts-specific configuration to seed the trust store -+## -+set ssl_ca_certificates_file="@CA_PATH@" -+set smime_ca_location="@CA_PATH@" -+ -+## - ## More settings - ## -