svn commit: r480924 - head/mail/mpop

Jan Beich jbeich at FreeBSD.org
Sat Sep 29 20:38:40 UTC 2018


Author: jbeich
Date: Sat Sep 29 20:38:39 2018
New Revision: 480924
URL: https://svnweb.freebsd.org/changeset/ports/480924

Log:
  mail/mpop: sort _DEFAULT after r480920

Modified:
  head/mail/mpop/Makefile   (contents, props changed)

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Sat Sep 29 20:36:40 2018	(r480923)
+++ head/mail/mpop/Makefile	Sat Sep 29 20:38:39 2018	(r480924)
@@ -21,7 +21,7 @@ INFO=		mpop
 OPTIONS_DEFINE=		GSASL IDN LIBSECRET NLS
 OPTIONS_RADIO=		TLS
 OPTIONS_RADIO_TLS=	GNUTLS OPENSSL
-OPTIONS_DEFAULT=	IDN GNUTLS
+OPTIONS_DEFAULT=	GNUTLS IDN
 OPTIONS_SUB=		yes
 
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls


More information about the svn-ports-head mailing list