Update to 0.8.11

PR:		35583
Submitted by:	MAINTAINER
This commit is contained in:
Ade Lovett 2002-03-13 00:25:26 +00:00
parent e3c00cbd09
commit 50812c2c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55967
3 changed files with 2 additions and 16 deletions

View file

@ -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/ \

View file

@ -1 +1 @@
MD5 (libesmtp-0.8.10p1.tar.bz2) = d3958b7cc564df094d204fcced2f74cd
MD5 (libesmtp-0.8.11.tar.bz2) = 212aa496d62d030f919e6506f14a0d72

View file

@ -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>