diff options
-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 994fd81..3e9756a 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 5f548a1..7163e1c 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 e083433..0000000 --- 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> |