<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[152967] trunk/dports/mail/mutt</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/152967">152967</a></dd>
<dt>Author</dt> <dd>cal@macports.org</dd>
<dt>Date</dt> <dd>2016-09-21 05:52:01 -0700 (Wed, 21 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>mutt: replace w/neomutt to reduce maint. effort

Maintaining all our patches against mutt in the ports tree is considerable
effort; now that the NeoMutt project does this for us, replace our mutt port
with neomutt to avoid wasting our time.

Closes: #52297</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsmailmuttPortfile">trunk/dports/mail/mutt/Portfile</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/dports/mail/mutt/files/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsmailmuttPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/mail/mutt/Portfile (152966 => 152967)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/mail/mutt/Portfile        2016-09-21 12:45:29 UTC (rev 152966)
+++ trunk/dports/mail/mutt/Portfile        2016-09-21 12:52:01 UTC (rev 152967)
</span><span class="lines">@@ -5,200 +5,9 @@
</span><span class="cx"> 
</span><span class="cx"> name                mutt
</span><span class="cx"> version             1.6.0
</span><ins>+revision            1
</ins><span class="cx"> categories          mail
</span><del>-platforms           darwin
-license             GPL-2
-maintainers         nomaintainer
</del><span class="cx"> 
</span><del>-description         The Mutt E-Mail Client
-long_description    Mutt is a small but very powerful text-based MIME \
-                    mail client. Mutt is highly configurable, and is \
-                    well suited to the mail power user with advanced \
-                    features like key bindings, keyboard macros, mail \
-                    threading, regular expression searches and \
-                    a powerful pattern matching language for selecting \
-                    groups of messages.
-homepage            http://www.mutt.org
</del><ins>+replaced_by         neomutt
+PortGroup           obsolete 1.0
</ins><span class="cx"> 
</span><del>-conflicts           neomutt
-depends_lib         port:gettext \
-                    port:libiconv \
-                    port:ncurses
-
-depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
-
-master_sites        https://bitbucket.org/mutt/mutt/downloads/
-checksums           ${distfiles} \
-                    rmd160  1ea7153ef05413d0068b5478acad87927e5cecdb \
-                    sha256  29afb6238ab7a540c0e3a78ce25c970f975ab6c0f0bc9f919993aab772136c19
-
-patch.pre_args      -p1
-# Fix for handling emails from bad clients w.r.t smime
-# See https://trac.macports.org/ticket/39362 and http://dev.mutt.org/trac/ticket/3285
-patchfiles-append   patch-thunderbird-fix.diff
-
-configure.args      --disable-warnings \
-                    --mandir=${prefix}/share/man \
-                    --with-docdir=${prefix}/share/doc/mutt \
-                    --with-libiconv-prefix=${prefix} \
-                    --with-curses=${prefix} \
-                    --disable-silent-rules
-
-default_variants    +pop +imap +idn
-
-if {![variant_isset db4] &amp;&amp; ![variant_isset qdbm] &amp;&amp; ![variant_isset tokyocabinet]} {
-    variant_set     gdbm
-}
-
-# These variants' patches modify Makefile.am
-if {[variant_isset compress] || [variant_isset sidebar]} {
-    use_autoreconf  yes
-}
-
-post-destroot {
-    # delete pgpring to avoid a conflict with signing-party
-    delete ${destroot}${prefix}/bin/pgpring ${destroot}${prefix}/share/man/man1/pgpring.1
-    # delete horribly outdated ca bundle, I hope people weren't using that!
-    delete ${destroot}${prefix}/share/doc/mutt/samples/ca-bundle.crt
-}
-
-variant idn description {Internationalized Domain Name support} {
-    configure.args-append   --with-idn=${prefix}
-    depends_lib-append      port:libidn port:zlib
-}
-
-variant pop description {POP support} {
-    configure.args-append   --enable-pop
-}
-variant imap description {IMAP support} {
-    configure.args-append   --enable-imap
-}
-variant ssl description {Secure Sockets Layer support} {
-    configure.args-append   --with-ssl=${prefix}
-    depends_lib-append      path:lib/libssl.dylib:openssl
-}
-variant sasl description {Simple Authentication and Security Layer support} {
-    configure.args-append   --with-sasl=${prefix}
-    depends_lib-append      port:cyrus-sasl2
-}
-
-variant debug description {Debugging support} {
-    configure.args-append   --enable-debug
-}
-
-variant gnuregex description {Use the GNU regular expression library} {
-    configure.args-append   --with-regex
-}
-
-variant compress description {Compressed folders} {
-    configure.args-append   --enable-compressed
-    patch_sites-append      http://www.mutt.org.ua/download/mutt-1.5.24/
-    patchfiles-append       patch-1.5.24.rr.compressed.gz
-    checksums-append        patch-1.5.24.rr.compressed.gz \
-                            rmd160  2bf71a26de195ce11ed4ffa25403363cab7c9b72 \
-                            sha256  c5eb9b53f7bd3feaa5ee03722575f64e43512b756c099ffe20db6fe5c958e3dc
-}
-
-variant headercache conflicts db4 description {Enable header caching (requires gdbm, qdbm, or tokyocabinet)} {
-    configure.args-append       --enable-hcache
-    configure.ldflags-append    &quot;-L/usr/lib&quot;
-}
-
-variant qdbm conflicts db4 gdbm tokyocabinet description {Use QDBM database} {
-    depends_lib-append      port:qdbm
-    configure.args-append   --with-qdbm \
-                            --without-bdb \
-                            --without-gdbm \
-                            --without-tokyocabinet
-}
-
-variant gdbm conflicts db4 qdbm tokyocabinet description {Use GNU dbm database} {
-    depends_lib-append      port:gdbm
-    configure.args-append   --with-gdbm \
-                            --without-bdb \
-                            --without-qdbm \
-                            --without-tokyocabinet
-}
-
-variant db4 conflicts qdbm gdbm tokyocabinet description {Use Berkeley DB database} {
-    depends_lib-append          port:db44
-    configure.args-append       --with-bdb=${prefix} \
-                                --without-qdbm \
-                                --without-gdbm \
-                                --without-tokyocabinet
-    configure.cppflags-append   &quot;-I${prefix}/include/db44&quot;
-    configure.ldflags-append    &quot;-L${prefix}/lib/db44&quot;
-}
-
-variant tokyocabinet conflicts db4 gdbm qdbm description {Use Tokyo Cabinet database} {
-    depends_lib-append      port:tokyocabinet
-    configure.args-append   --with-tokyocabinet \
-                            --without-bdb \
-                            --without-gdbm \
-                            --without-qdbm
-}
-
-# The patches for nntp and sidebar conflict, see ticket #15135
-variant nntp conflicts sidebar description {NNTP support} {
-    configure.args-append   --enable-nntp
-    patch_sites-append      http://www.mutt.org.ua/download/mutt-1.5.24/
-    patchfiles-append       patch-1.5.24.vvv.nntp.gz
-    checksums-append        patch-1.5.24.vvv.nntp.gz \
-                            rmd160  028b86c3864ec2b8a485b998ce42d55fbb98e205 \
-                            sha256  d34be4542d549aab6de9f7038c88b3eeefe826db643c92b27e1e65ab5f7d573e
-}
-
-variant deepif description {Allow nested if-else sequences in strings} {
-    patch_sites-append      http://home.uchicago.edu/~dgc/sw/mutt/
-    patchfiles-append       patch-1.5.8.dgc.deepif.1
-    checksums-append        patch-1.5.8.dgc.deepif.1 \
-                            rmd160  9372934147e8b832390c45833d0b8ce6c704dd24 \
-                            sha256  570c343a440f5957e8e4639bda598c861cfaeae065a380a2c01ccb17d373ce6b
-}
-
-variant date_conditional requires deepif description \
-    {Allow the format of dates in the index to vary based on how recent the message is} {
-    # original, but now dgc hosts it with -p1
-    #patch_sites-append http://www.schrab.com/aaron/mutt/
-    patch_sites-append      http://home.uchicago.edu/~dgc/sw/mutt/
-    patchfiles-append       patch-1.5.8.ats.date_conditional.1
-    checksums-append        patch-1.5.8.ats.date_conditional.1 \
-                            rmd160  fc3703edc66b5043227a7abcfed10a9c44873fd0 \
-                            sha256  9e81f9f52577eb572e29651402ded3690e470d1628a890af9f3ad25b665d600f
-}
-
-variant xlabel description {Custom message-tagging - X-Label:} {
-    patchfiles-append       patch-1.5.21.mp.xlabel_ext.9
-}
-
-variant smtp description {Include internal SMTP relay support} {
-    configure.args-append   --enable-smtp
-}
-
-variant sidebar conflicts nntp trash description {Add a sidebar with a list of folders} {
-    # http://www.lunar-linux.org/mutt-sidebar/
-    #patch_sites-append      http://lunar-linux.org/~tchan/mutt:sidebar-patch
-    patchfiles-append       patch-1.6.0.sidebar.20160408.macports.diff \
-                            1-Make_hierarchy_separator_for_folder_indentation_configurable.patch \
-                            2-Support_long_er__folder_names_in_sidebar.patch
-    #checksums-append        patch-1.5.24.sidebar.20151111.txt \
-    #                        rmd160  521938ab47440e93f73bc5ae358e867ab3d3212c \
-    #                        sha256  66441edf056032119f854fc5ee86c73eece8b95dc998c0cfae5ed05b0b035070
-}
-
-# Trash patch from https://trac.macports.org/ticket/20412 conflicts with sidebar patch on global.h
-variant trash conflicts sidebar description {Add a Trash folder} {
-    patchfiles-append       patch-1.5.24-trash_folder-purge_message.diff
-}
-
-variant gpgme description {Enable GPGME crypto support} {
-    configure.args-append   --enable-gpgme \
-                            --with-gpgme-prefix=${prefix}
-    depends_lib-append      port:gpgme
-}
-
-notes &quot;This port no longer installs the pgpring binary. Please install the signing-party port if you need it.&quot;
-
-livecheck.url       ${homepage}/download.html
-livecheck.type      regex
-livecheck.regex     {The current stable public release version is (\d+(?:\.\d+)*)}
</del></span></pre>
</div>
</div>

</body>
</html>