svn commit: r480920 - head/mail/mpop

Jan Beich jbeich at FreeBSD.org
Sat Sep 29 20:35:45 UTC 2018


Author: jbeich
Date: Sat Sep 29 20:35:43 2018
New Revision: 480920
URL: https://svnweb.freebsd.org/changeset/ports/480920

Log:
  mail/mpop: switch to GNUTLS by default
  
  https://marlam.de/msmtp/news/openssl-discouraged/

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

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Sat Sep 29 20:35:25 2018	(r480919)
+++ head/mail/mpop/Makefile	Sat Sep 29 20:35:43 2018	(r480920)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mpop
 DISTVERSION=	1.2.6
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 
@@ -21,7 +22,7 @@ INFO=		mpop
 OPTIONS_DEFINE=		GSASL IDN LIBSECRET NLS
 OPTIONS_RADIO=		TLS
 OPTIONS_RADIO_TLS=	GNUTLS OPENSSL
-OPTIONS_DEFAULT=	IDN OPENSSL
+OPTIONS_DEFAULT=	IDN GNUTLS
 OPTIONS_SUB=		yes
 
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls


More information about the svn-ports-head mailing list