svn commit: r416382 - head/mail/neomutt

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 5 00:23:10 UTC 2016


Author: bapt
Date: Sun Jun  5 00:23:09 2016
New Revision: 416382
URL: https://svnweb.freebsd.org/changeset/ports/416382

Log:
  Turn on SASL by default

Modified:
  head/mail/neomutt/Makefile

Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile	Sat Jun  4 23:41:05 2016	(r416381)
+++ head/mail/neomutt/Makefile	Sun Jun  5 00:23:09 2016	(r416382)
@@ -2,6 +2,7 @@
 
 PORTNAME=	neomutt
 PORTVERSION=	20160530
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	mail
 
@@ -27,6 +28,7 @@ OPTIONS_SUB=	yes
 SHEBANG_FILES=	smime_keys.pl
 
 OPTIONS_DEFINE=	NLS DOCS SASL ICONV IDN FLOCK GPGME
+OPTIONS_DEFAULT=	SASL
 
 FLOCK_DESC=	Use flock() to lock files
 GPGME_DESC=	Use gpgme to handle pgp


More information about the svn-ports-head mailing list