diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-06-30 19:16:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-06-30 19:16:07 +0000 |
commit | bb333c25b27c2bf29eb09e0eceac756693c9a44c (patch) | |
tree | fc940cbb4ffb0d1e7efd449d93eda7eb3939dd15 | |
parent | 41f73c74bc076a9ae319a04d2c83bb1dc5e2cf30 (diff) | |
download | pkgsrc-bb333c25b27c2bf29eb09e0eceac756693c9a44c.tar.gz |
Patch to suppress some warning - from FreeBSD
-rw-r--r-- | mail/archivemail/distinfo | 3 | ||||
-rw-r--r-- | mail/archivemail/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/archivemail/distinfo b/mail/archivemail/distinfo index 9aa1391f082..3da1f8a0bd4 100644 --- a/mail/archivemail/distinfo +++ b/mail/archivemail/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/06/30 19:12:13 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2004/06/30 19:16:07 hubertf Exp $ SHA1 (archivemail-0.6.1.tar.gz) = bc39a4192cf6dc375ce6274527a88a88563a3820 Size (archivemail-0.6.1.tar.gz) = 34874 bytes +SHA1 (patch-aa) = 168e9c7a0aa65c55b7ff7d995612b1c9ce7f652b diff --git a/mail/archivemail/patches/patch-aa b/mail/archivemail/patches/patch-aa new file mode 100644 index 00000000000..4a1eaba1122 --- /dev/null +++ b/mail/archivemail/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/06/30 19:16:07 hubertf Exp $ + +--- archivemail.orig Wed Mar 17 01:31:23 2004 ++++ archivemail Wed Mar 17 01:46:48 2004 +@@ -757,7 +757,7 @@ + + # files in the maildir 'cur' directory are no longer new, + # they are the same as messages with 'Status: O' headers in mbox +- (None, last_dir) = os.path.split(os.path.dirname(message.fp.name)) ++ (foo, last_dir) = os.path.split(os.path.dirname(message.fp.name)) + if last_dir == "cur": + status = status + "O" |