diff options
author | novel <novel@FreeBSD.org> | 2005-05-29 12:55:42 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-29 12:55:42 +0800 |
commit | 57c2ac51b1dc35266c0bca921b93ff4f97003175 (patch) | |
tree | 7ae722a048de3831f4f81d5c6057ffc622f6ab9d /mail/msmtp | |
parent | 7f463b45264350e9529fe2323f1055b077663d4d (diff) | |
download | freebsd-ports-gnome-57c2ac51b1dc35266c0bca921b93ff4f97003175.tar.gz freebsd-ports-gnome-57c2ac51b1dc35266c0bca921b93ff4f97003175.tar.zst freebsd-ports-gnome-57c2ac51b1dc35266c0bca921b93ff4f97003175.zip |
Update to 1.4.1.
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. |