- Python 2.5 support and various bugfix

- Take maintainership
This commit is contained in:
Martin Wilke 2009-01-31 20:55:16 +00:00
parent c4aab95b46
commit d8e5b69194
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227281
2 changed files with 14 additions and 3 deletions

View file

@ -7,11 +7,11 @@
PORTNAME= archivemail
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
MAINTAINER= miwi@FreeBSD.org
COMMENT= Archive or delete mail older than N days
USE_PYTHON= yes

View file

@ -0,0 +1,11 @@
--- archivemail.orgi 2009-01-31 21:50:02.000000000 +0100
+++ archivemail 2009-01-31 21:50:22.000000000 +0100
@@ -1271,7 +1271,7 @@
original = mailbox.MHMailbox(mailbox_name)
else:
unexpected_error("unknown type: %s" % type)
- assert(original)
+
cache = IdentityCache(mailbox_name)