Date: Sun, 5 Jun 2016 00:23:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416382 - head/mail/neomutt Message-ID: <201606050023.u550N9O9014856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606050023.u550N9O9014856>