aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
authormilki <milki@FreeBSD.org>2014-06-03 06:37:02 +0800
committermilki <milki@FreeBSD.org>2014-06-03 06:37:02 +0800
commit00a5a0da8f66a2c20380ed79168996b31ae95d58 (patch)
treec812a8eabcdb7d37cef35d5091194ae658e14478 /mail/mutt/Makefile
parent8a21d3b3c8dc879f75c9249b3485185e98d70a8e (diff)
downloadfreebsd-ports-gnome-00a5a0da8f66a2c20380ed79168996b31ae95d58.tar.gz
freebsd-ports-gnome-00a5a0da8f66a2c20380ed79168996b31ae95d58.tar.zst
freebsd-ports-gnome-00a5a0da8f66a2c20380ed79168996b31ae95d58.zip
Update mail/mutt to 1.5.23_2
- Update sidebar patch to most recent upstream version (patch-1.5.23.sidebar.20140412) - Ammend default options by IDN, LOCALES_FIX, SIDEBAR_PATCH, SASL, and TRASH_PATCH as requested by the community - Bump portrevision to reflect new default options PR: ports/188544 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Reviewed by: bdrewery Approved by: eadler (mentor)
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 707ffb7e6c92..5a494d4da3c9 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mutt
PORTVERSION= 1.5.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES+= mail ipv6
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
ftp://ftp.mutt.org/mutt/devel/ \
@@ -106,11 +106,12 @@ TOKYOCABINET_DESC= Use tokyocabinet instead of Berkley DB
TRASH_PATCH_DESC= Trash folder support
XML_DESC= Use XML tools for rebuilding documentation
-OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML ICONV IFDEF_PATCH \
- IMAP_HEADER_CACHE MAILBOX_MANPAGES MAILDIR_HEADER_CACHE \
- MAILDIR_MTIME_PATCH NLS NCURSES PARENT_CHILD_MATCH_PATCH \
- QUOTE_PATCH REVERSE_REPLY_PATCH SMART_DATE \
- SMIME_OUTLOOK_COMPAT SMTP XML
+OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML ICONV IDN IFDEF_PATCH \
+ IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \
+ MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH NLS \
+ NCURSES PARENT_CHILD_MATCH_PATCH QUOTE_PATCH \
+ REVERSE_REPLY_PATCH SIDEBAR_PATCH SMART_DATE \
+ SMIME_OUTLOOK_COMPAT SASL SMTP TRASH_PATCH XML
.endif
.include <bsd.port.options.mk>