mailutils 3.2
use https for homepage Closes #10901. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
6d42f6048c
commit
9d0e83a18d
1 changed files with 4 additions and 21 deletions
|
@ -1,10 +1,9 @@
|
||||||
class Mailutils < Formula
|
class Mailutils < Formula
|
||||||
desc "Swiss Army knife of email handling"
|
desc "Swiss Army knife of email handling"
|
||||||
homepage "http://mailutils.org/"
|
homepage "https://mailutils.org/"
|
||||||
url "https://ftpmirror.gnu.org/mailutils/mailutils-3.1.1.tar.gz"
|
url "https://ftpmirror.gnu.org/mailutils/mailutils-3.2.tar.gz"
|
||||||
mirror "https://ftp.gnu.org/gnu/mailutils/mailutils-3.1.1.tar.gz"
|
mirror "https://ftp.gnu.org/gnu/mailutils/mailutils-3.2.tar.gz"
|
||||||
sha256 "d237622ee1957e8e14cd15713bd8bad710bdb0e408be3de2db12db0b8437049b"
|
sha256 "0b977195fed004eaf1cb680883d5adc099c31bbac5d666c58cde82ac8b9b4e01"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "5fffeefa72bf0af1f6b7d216e363a6723e7651eb0d409450c94f7baed9f882b0" => :sierra
|
sha256 "5fffeefa72bf0af1f6b7d216e363a6723e7651eb0d409450c94f7baed9f882b0" => :sierra
|
||||||
|
@ -17,8 +16,6 @@ class Mailutils < Formula
|
||||||
depends_on "gsasl"
|
depends_on "gsasl"
|
||||||
depends_on "readline"
|
depends_on "readline"
|
||||||
|
|
||||||
patch :DATA
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-mh",
|
system "./configure", "--disable-mh",
|
||||||
"--prefix=#{prefix}",
|
"--prefix=#{prefix}",
|
||||||
|
@ -30,17 +27,3 @@ class Mailutils < Formula
|
||||||
system "#{bin}/movemail", "--version"
|
system "#{bin}/movemail", "--version"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
__END__
|
|
||||||
diff --git a/libmailutils/sockaddr/str.c b/libmailutils/sockaddr/str.c
|
|
||||||
index e5bd5a1..6de2647 100644
|
|
||||||
--- a/libmailutils/sockaddr/str.c
|
|
||||||
+++ b/libmailutils/sockaddr/str.c
|
|
||||||
@@ -25,6 +25,7 @@
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
+#include <stdlib.h>
|
|
||||||
|
|
||||||
#include <mailutils/sockaddr.h>
|
|
||||||
#include <mailutils/errno.h>
|
|
||||||
|
|
Loading…
Reference in a new issue