diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-29 04:55:42 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-29 04:55:42 +0000 |
commit | dabd7b9589079c0d093836b5e1e036f91ea1b88b (patch) | |
tree | e87e57f8448ff108608624f9593d1794d84cb715 /mail/msmtp | |
parent | 7fa7308b1167caed4f66b2782a97c7a349c3c492 (diff) | |
download | ports-dabd7b9589079c0d093836b5e1e036f91ea1b88b.tar.gz ports-dabd7b9589079c0d093836b5e1e036f91ea1b88b.zip |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 4 | ||||
-rw-r--r-- | mail/msmtp/files/patch-src_net.h | 11 |
3 files changed, 3 insertions, 15 deletions
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 <unistd.h> - - /* All 'errstr' arguments must point to buffers that are at least - * 'errstr_bufsize' characters long. |