Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 06:40:05 +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: r559808 - in head/mail/msmtp: . files
Message-ID:  <202101010640.1016e5xj061943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Fri Jan  1 06:40:05 2021
New Revision: 559808
URL: https://svnweb.freebsd.org/changeset/ports/559808

Log:
  mail/msmtp: update to 1.8.14

Added:
  head/mail/msmtp/files/patch-src_msmtpd.c   (contents, props changed)
Deleted:
  head/mail/msmtp/files/patch-src_net.c
Modified:
  head/mail/msmtp/Makefile
  head/mail/msmtp/distinfo

Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile	Fri Jan  1 05:50:32 2021	(r559807)
+++ head/mail/msmtp/Makefile	Fri Jan  1 06:40:05 2021	(r559808)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	msmtp
-PORTVERSION=	1.8.13
+PORTVERSION=	1.8.14
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/msmtp/releases/
 

Modified: head/mail/msmtp/distinfo
==============================================================================
--- head/mail/msmtp/distinfo	Fri Jan  1 05:50:32 2021	(r559807)
+++ head/mail/msmtp/distinfo	Fri Jan  1 06:40:05 2021	(r559808)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605518273
-SHA256 (msmtp-1.8.13.tar.xz) = ada945ab8d519102bb632f197273b3326ded25b38c003b0cf3861d1d6d4a9bb9
-SIZE (msmtp-1.8.13.tar.xz) = 359536
+TIMESTAMP = 1609479096
+SHA256 (msmtp-1.8.14.tar.xz) = d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4
+SIZE (msmtp-1.8.14.tar.xz) = 363988

Added: head/mail/msmtp/files/patch-src_msmtpd.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/msmtp/files/patch-src_msmtpd.c	Fri Jan  1 06:40:05 2021	(r559808)
@@ -0,0 +1,10 @@
+--- src/msmtpd.c.orig	2021-01-01 05:37:02 UTC
++++ src/msmtpd.c
+@@ -33,6 +33,7 @@
+ #include <arpa/inet.h>
+ #include <netinet/in.h>
+ #include <sys/socket.h>
++#include <sys/wait.h>
+ #include <getopt.h>
+ extern char *optarg;
+ extern int optind;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101010640.1016e5xj061943>