1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to 1.0.3

PR:		ports/68761
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-07-08 21:31:30 +00:00
parent 1af9c81a83
commit 919a712ede
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113235
4 changed files with 14 additions and 28 deletions

View File

@ -5,13 +5,13 @@
# $FreeBSD$
PORTNAME= libesmtp
PORTVERSION= 1.0.2
PORTREVISION= 2
PORTVERSION= 1.0.3
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
http://www.borgsdemons.com/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}r1
MAINTAINER= coop9211@uidaho.edu
COMMENT= A library for posting electronic mail
@ -19,7 +19,7 @@ COMMENT= A library for posting electronic mail
USE_BZIP2= yes
USE_GMAKE= yes
USE_OPENSSL= yes
USE_LIBTOOL_VER=13
USE_LIBTOOL_VER=15
USE_PERL5_BUILD=yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,2 +1,2 @@
MD5 (libesmtp-1.0.2.tar.bz2) = 0c79a7a297c122a83fbab865d5d403c7
SIZE (libesmtp-1.0.2.tar.bz2) = 268776
MD5 (libesmtp-1.0.3r1.tar.bz2) = c07aa79293aa36298626fe5e68d6bfba
SIZE (libesmtp-1.0.3r1.tar.bz2) = 269527

View File

@ -1,23 +0,0 @@
--- smtp-tls.c.orig Mon Jan 19 02:36:32 2004
+++ smtp-tls.c Mon Jan 19 02:41:25 2004
@@ -450,6 +450,20 @@
return 1;
}
+#if defined(__FreeBSD__)
+void *
+memrchr(const void *v, int c, size_t size)
+{
+ const unsigned char *p = (const unsigned char *) v + size;
+
+ while (size-- > 0) {
+ if (*--p == c)
+ return (void *) p;
+ }
+ return NULL;
+}
+#endif
+
/* Perform a domain name comparison where the reference may contain
wildcards. This implements the comparison from RFC 2818.
Each component of the domain name is matched separately, working from

View File

@ -2,11 +2,20 @@ bin/libesmtp-config
include/auth-client.h
include/auth-plugin.h
include/libesmtp.h
lib/esmtp-plugins/sasl-cram-md5.a
lib/esmtp-plugins/sasl-cram-md5.la
lib/esmtp-plugins/sasl-cram-md5.so
lib/esmtp-plugins/sasl-login.a
lib/esmtp-plugins/sasl-login.la
lib/esmtp-plugins/sasl-login.so
lib/esmtp-plugins/sasl-ntlm.a
lib/esmtp-plugins/sasl-ntlm.la
lib/esmtp-plugins/sasl-ntlm.so
lib/esmtp-plugins/sasl-plain.a
lib/esmtp-plugins/sasl-plain.la
lib/esmtp-plugins/sasl-plain.so
lib/libesmtp.a
lib/libesmtp.la
lib/libesmtp.so
lib/libesmtp.so.6
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS