From dabd7b9589079c0d093836b5e1e036f91ea1b88b Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 29 May 2005 04:55:42 +0000 Subject: [PATCH] Update to 1.4.1. --- mail/msmtp/Makefile | 3 +-- mail/msmtp/distinfo | 4 ++-- mail/msmtp/files/patch-src_net.h | 11 ----------- 3 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 mail/msmtp/files/patch-src_net.h diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index dfb3c701b7df..2765e0db7f8c 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index fb5e3590ad73..6bc96834b243 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,2 +1,2 @@ -MD5 (msmtp-1.4.0.tar.bz2) = 07af3a34f61cb533ab45d35e3c7163fd -SIZE (msmtp-1.4.0.tar.bz2) = 404850 +MD5 (msmtp-1.4.1.tar.bz2) = 32693654b966bfe2d6b568a2bb4bb125 +SIZE (msmtp-1.4.1.tar.bz2) = 405884 diff --git a/mail/msmtp/files/patch-src_net.h b/mail/msmtp/files/patch-src_net.h deleted file mode 100644 index 9c04381fc97c..000000000000 --- a/mail/msmtp/files/patch-src_net.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/net.h.orig Sun Apr 10 17:00:50 2005 -+++ src/net.h Sun Apr 10 17:01:02 2005 -@@ -26,7 +26,7 @@ - - #ifndef NET_H - #define NET_H -- -+#include - - /* All 'errstr' arguments must point to buffers that are at least - * 'errstr_bufsize' characters long.