diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 00:25:26 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 00:25:26 +0000 |
commit | 50812c2c1c2706238a8673ff6fcb043ca3c5d3ff (patch) | |
tree | 320b04b59feed4021d8402861e776ee1a7108298 /mail | |
parent | Update to 0.6.0. (diff) |
Update to 0.8.11
PR: 35583
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=55967
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libesmtp/Makefile | 2 | ||||
-rw-r--r-- | mail/libesmtp/distinfo | 2 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-ntlm::ntlmstruct.c | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 994fd818a842..3e9756a1c350 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libesmtp -PORTVERSION= 0.8.10p1 +PORTVERSION= 0.8.11 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \ diff --git a/mail/libesmtp/distinfo b/mail/libesmtp/distinfo index 5f548a1e4451..7163e1cad3df 100644 --- a/mail/libesmtp/distinfo +++ b/mail/libesmtp/distinfo @@ -1 +1 @@ -MD5 (libesmtp-0.8.10p1.tar.bz2) = d3958b7cc564df094d204fcced2f74cd +MD5 (libesmtp-0.8.11.tar.bz2) = 212aa496d62d030f919e6506f14a0d72 diff --git a/mail/libesmtp/files/patch-ntlm::ntlmstruct.c b/mail/libesmtp/files/patch-ntlm::ntlmstruct.c deleted file mode 100644 index e08343316330..000000000000 --- a/mail/libesmtp/files/patch-ntlm::ntlmstruct.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ntlm/ntlmstruct.c.orig Tue Jan 29 13:05:13 2002 -+++ ntlm/ntlmstruct.c Tue Jan 29 13:06:02 2002 -@@ -25,7 +25,11 @@ - #include <config.h> - #endif - -+#ifdef __FreeBSD__ -+#include <inttypes.h> -+#else - #include <stdint.h> -+#endif - #include <stdlib.h> - #include <string.h> - #include <assert.h> |