svn commit: r482041 - head/mail/dovecot
Larry Rosenman
ler at FreeBSD.org
Sun Oct 14 13:30:40 UTC 2018
Author: ler
Date: Sun Oct 14 13:30:39 2018
New Revision: 482041
URL: https://svnweb.freebsd.org/changeset/ports/482041
Log:
mail/dovecot: don't pick up libsodium if installed.
PR: 232236
Submitted by: d8zNeCFG at aon.at
Modified:
head/mail/dovecot/Makefile
Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile Sun Oct 14 10:52:09 2018 (r482040)
+++ head/mail/dovecot/Makefile Sun Oct 14 13:30:39 2018 (r482041)
@@ -8,6 +8,7 @@
PORTNAME= dovecot
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= https://www.dovecot.org/releases/2.3/
@@ -26,6 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \
--with-statedir=/var/db/dovecot \
--without-shadow \
+ --without-sodium \
--with-ssl=openssl \
--with-docs
@@ -37,7 +39,7 @@ GROUPS= ${USERS}
CONFLICTS_INSTALL= dovecot22
-OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES
+OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES
OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP
OPTIONS_SUB= yes
More information about the svn-ports-all
mailing list