svn commit: r559808 - in head/mail/msmtp: . files
Roman Bogorodskiy
novel at FreeBSD.org
Fri Jan 1 06:40:06 UTC 2021
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;
More information about the svn-ports-all
mailing list