diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-17 02:30:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-17 02:30:49 +0800 |
commit | 66aaca2a88b53ec40d359eeb157a33c62e6e6993 (patch) | |
tree | 19c2cd1d18e578d3daf85f5468c7b246190dc915 /mail/libesmtp | |
parent | ba100899c7ec12f8e750f03589535ce146d257e8 (diff) | |
download | freebsd-ports-gnome-66aaca2a88b53ec40d359eeb157a33c62e6e6993.tar.gz freebsd-ports-gnome-66aaca2a88b53ec40d359eeb157a33c62e6e6993.tar.zst freebsd-ports-gnome-66aaca2a88b53ec40d359eeb157a33c62e6e6993.zip |
Update to 1.0.2.
* patch applied to smtp-tls.c and examples/mail-file.c for Balsa
* smtp-tls.c
- fixed typo in check_file()
- domain name check is now done using the wildcard match per RFC 2818
- better error reporting for check_file() and check_directory()
PR: 61434
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/pkg-plist | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 0a48557d314f..b3cfaf262e2a 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libesmtp -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ diff --git a/mail/libesmtp/distinfo b/mail/libesmtp/distinfo index a22e0e85ca4d..28de5f89fd94 100644 --- a/mail/libesmtp/distinfo +++ b/mail/libesmtp/distinfo @@ -1 +1 @@ -MD5 (libesmtp-1.0.1.tar.bz2) = cc46945dda55629bb7c81c2b3b39d0b3 +MD5 (libesmtp-1.0.2.tar.bz2) = 0c79a7a297c122a83fbab865d5d403c7 diff --git a/mail/libesmtp/pkg-plist b/mail/libesmtp/pkg-plist index d5d167b66453..673a55624ed8 100644 --- a/mail/libesmtp/pkg-plist +++ b/mail/libesmtp/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/libesmtp-config include/auth-client.h include/auth-plugin.h @@ -7,7 +6,6 @@ lib/esmtp-plugins/sasl-cram-md5.so lib/esmtp-plugins/sasl-login.so lib/esmtp-plugins/sasl-ntlm.so lib/esmtp-plugins/sasl-plain.so -@dirrm lib/esmtp-plugins lib/libesmtp.a lib/libesmtp.so lib/libesmtp.so.6 @@ -17,8 +15,9 @@ lib/libesmtp.so.6 %%PORTDOCS%%%%DOCSDIR%%/Notes %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/Makefile %%EXAMPLESDIR%%/mail-file.c %%EXAMPLESDIR%%/test-mail @dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/esmtp-plugins |