diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-24 12:56:12 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-24 12:56:12 +0000 |
commit | d24202a838d8beb97290096868a954a4e944f953 (patch) | |
tree | f051efd5d8327aed9759da0dcdcce22011a2282b /mail | |
parent | 017fec64625e9091c111535539ccc9fe74853ec9 (diff) | |
download | ports-d24202a838d8beb97290096868a954a4e944f953.tar.gz ports-d24202a838d8beb97290096868a954a4e944f953.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popd/Makefile | 1 | ||||
-rw-r--r-- | mail/popd/files/patch-lib::mbox_maildir.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 5d376953bca9..75610c17dc99 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,6 +7,7 @@ PORTNAME= popd PORTVERSION= 2.2.2a +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ diff --git a/mail/popd/files/patch-lib::mbox_maildir.c b/mail/popd/files/patch-lib::mbox_maildir.c new file mode 100644 index 000000000000..e3a164cb8f2d --- /dev/null +++ b/mail/popd/files/patch-lib::mbox_maildir.c @@ -0,0 +1,11 @@ +--- lib/mbox_maildir.c.orig Tue Jun 24 14:37:19 2003 ++++ lib/mbox_maildir.c Tue Jun 24 14:38:18 2003 +@@ -190,7 +190,7 @@ + (MDIR_F_EXPIRE | MDIR_F_REMOVE) && + cxn->flags & MAILBOX_F_FALSEUIDL ? + time(NULL) : mbox->msg[mbox->count].d_time, +- mbox->msg[mbox->count].path, ++ dp->d_name, + mbox->msg[mbox->count].bytes); + MD5Init(&context); + MD5Update(&context, (unsigned char *)uidldat, |