diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-24 13:44:51 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-24 13:44:51 +0000 |
commit | a5ad2a30cae920b0b45ab6f93b977b30013942fb (patch) | |
tree | 8c9b9b081b2a0c9a9e6b37d8183bc086be5b0d47 /mail/dkimap4/files | |
parent | b663f63a5ff4618ceecd269ab073027eb61eec84 (diff) | |
download | ports-a5ad2a30cae920b0b45ab6f93b977b30013942fb.tar.gz ports-a5ad2a30cae920b0b45ab6f93b977b30013942fb.zip |
Remove files/patch-pop.C(already included in source)
Update the dkimap4 port to the latest version, 2.36
Add installation of README
PR: 29914
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=46787
Diffstat (limited to 'mail/dkimap4/files')
-rw-r--r-- | mail/dkimap4/files/patch-pop.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/dkimap4/files/patch-pop.C b/mail/dkimap4/files/patch-pop.C deleted file mode 100644 index a2fcc171f04f..000000000000 --- a/mail/dkimap4/files/patch-pop.C +++ /dev/null @@ -1,11 +0,0 @@ ---- unixlib/pop.C.orig Sun Jun 17 21:07:06 2001 -+++ unixlib/pop.C Sun Jun 17 21:07:27 2001 -@@ -53,7 +53,7 @@ - - if(check_unix_passwd(up.name, password.c_str(), uid, protocol.c_str())) - { -- logf.printf("login", "invalid login: \"%s\"", password.c_str()); -+ logf.printf("login", "invalid login: \"%s\"", up.name); - return TRUE; - } - |