Date: Sun, 1 Jul 2018 09:09:26 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473659 - in head/mail/msmtp: . files Message-ID: <201807010909.w6199Q8E050017@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Jul 1 09:09:26 2018 New Revision: 473659 URL: https://svnweb.freebsd.org/changeset/ports/473659 Log: mail/msmtp: update to 1.6.8 Added: head/mail/msmtp/files/ head/mail/msmtp/files/patch-src_net.c (contents, props changed) Modified: head/mail/msmtp/Makefile head/mail/msmtp/distinfo Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Sun Jul 1 09:07:20 2018 (r473658) +++ head/mail/msmtp/Makefile Sun Jul 1 09:09:26 2018 (r473659) @@ -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/ Modified: head/mail/msmtp/distinfo ============================================================================== --- head/mail/msmtp/distinfo Sun Jul 1 09:07:20 2018 (r473658) +++ head/mail/msmtp/distinfo Sun Jul 1 09:09:26 2018 (r473659) @@ -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 Added: head/mail/msmtp/files/patch-src_net.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/msmtp/files/patch-src_net.c Sun Jul 1 09:09:26 2018 (r473659) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807010909.w6199Q8E050017>