[153193] trunk/dports/mail/neomutt/Portfile

cal at macports.org cal at macports.org
Mon Sep 26 12:42:01 PDT 2016


Revision: 153193
          https://trac.macports.org/changeset/153193
Author:   cal at macports.org
Date:     2016-09-26 12:42:01 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
neomutt: fix non-root install, add openmaintainer

Provide a variant for --with-homespool and make it the default in non-root
environments, add openmaintainer, patch from maintainer.

Closes: #52381

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

Modified: trunk/dports/mail/neomutt/Portfile
===================================================================
--- trunk/dports/mail/neomutt/Portfile	2016-09-26 18:20:27 UTC (rev 153192)
+++ trunk/dports/mail/neomutt/Portfile	2016-09-26 19:42:01 UTC (rev 153193)
@@ -9,7 +9,7 @@
 categories          mail
 platforms           darwin
 license             GPL-2
-maintainers         schenkel.net:leonardo
+maintainers         schenkel.net:leonardo openmaintainer
 
 description         The Mutt E-Mail Client (patched version with added features)
 long_description    Mutt is a small but very powerful text-based MIME \
@@ -61,6 +61,9 @@
                     --without-tokyocabinet
 
 default_variants    +idn +imap +pop +ssl
+if {${install.user} ne "root"} {
+    default_variants-append +homespool
+}
 
 set hcache_variants {db4 gdbm lmdb qdbm tokyocabinet}
 if {[variant_isset headercache]} {
@@ -111,6 +114,9 @@
 variant headercache description {Enable header caching (requires db4, gdbm, qdbm, lmdb or tokyocabinet)} {
     configure.args-replace      --disable-hcache --enable-hcache
 }
+variant homespool description {Spool mail in home directory (allows installing without root privileges)} {
+    configure.args-append       --with-homespool
+}
 variant idn description {Internationalized Domain Name support} {
     configure.args-replace      --without-idn --with-idn=${prefix}
     depends_lib-append          port:libidn port:zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160926/7231a289/attachment.html>


More information about the macports-changes mailing list