diff options
author | ade <ade@FreeBSD.org> | 2002-03-13 08:25:26 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-13 08:25:26 +0800 |
commit | 62ddc2d523e348d083da7616ec5484d73ed0026b (patch) | |
tree | 159f61ebcebf363237aeea437db3cdd1e093922d /mail/libesmtp | |
parent | 100e27bcddd4c9d323b08605b0b14f4f08bbabfc (diff) | |
download | freebsd-ports-gnome-62ddc2d523e348d083da7616ec5484d73ed0026b.tar.gz freebsd-ports-gnome-62ddc2d523e348d083da7616ec5484d73ed0026b.tar.zst freebsd-ports-gnome-62ddc2d523e348d083da7616ec5484d73ed0026b.zip |
Update to 0.8.11
PR: 35583
Submitted by: MAINTAINER
Diffstat (limited to 'mail/libesmtp')
-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> |