Date: Sat, 29 Sep 2018 20:35:44 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480920 - head/mail/mpop Message-ID: <201809292035.w8TKZi5n018051@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809292035.w8TKZi5n018051>