mail/msmtp: update to 1.6.8
This commit is contained in:
parent
f164722d01
commit
67106e11a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473659
3 changed files with 14 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msmtp
|
||||
PORTVERSION= 1.6.7
|
||||
PORTVERSION= 1.6.8
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= https://marlam.de/msmtp/releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1529778513
|
||||
SHA256 (msmtp-1.6.7.tar.xz) = 419da2ae177e95eb8fe698725d2cae43e50c77d11d5a3992ecc2739a05964357
|
||||
SIZE (msmtp-1.6.7.tar.xz) = 293208
|
||||
TIMESTAMP = 1530293115
|
||||
SHA256 (msmtp-1.6.8.tar.xz) = 55ff95a304d888b56d07d9c62327ab9bfe26532c9c2a2ed6aefc43bea1b659fb
|
||||
SIZE (msmtp-1.6.8.tar.xz) = 294872
|
||||
|
|
10
mail/msmtp/files/patch-src_net.c
Normal file
10
mail/msmtp/files/patch-src_net.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/net.c.orig 2018-06-29 17:27:11 UTC
|
||||
+++ src/net.c
|
||||
@@ -40,6 +40,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
Loading…
Reference in a new issue