mpop: use GnuTLS instead of OpenSSL

OpenSSL support in mpop is not maintained.
See https://marlam.de/msmtp/news/openssl-discouraged

Closes #40529.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
equal-l2 2019-05-31 11:56:28 +09:00 committed by FX Coudert
parent 7b244a7b83
commit 6e41a6423a

View file

@ -3,6 +3,7 @@ class Mpop < Formula
homepage "https://marlam.de/mpop/"
url "https://marlam.de/mpop/releases/mpop-1.4.4.tar.xz"
sha256 "7d9cffe30999a7b2ea503df9b23ccbf42439b62271c45ebd7b5b04bed0654148"
revision 1
bottle do
cellar :any_skip_relocation
@ -12,7 +13,7 @@ class Mpop < Formula
end
depends_on "pkg-config" => :build
depends_on "openssl"
depends_on "gnutls"
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"