mail/msmtp: update to 1.6.8

This commit is contained in:
Roman Bogorodskiy 2018-07-01 09:09:26 +00:00
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

View file

@ -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/

View file

@ -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

View 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