diff options
author | msapiro <> | 2006-03-06 18:21:52 +0000 |
---|---|---|
committer | msapiro <> | 2006-03-06 18:21:52 +0000 |
commit | 8b1d892033cbded1e551811389d37b14317388e6 (patch) | |
tree | 5ba3c6dcf9dc9ac7c12968d696dbe458f5188e11 /misc/Makefile.in | |
parent | 01568fe1041a0002160a962526c1203bf65d2fc3 (diff) | |
download | mailman2-8b1d892033cbded1e551811389d37b14317388e6.tar.gz mailman2-8b1d892033cbded1e551811389d37b14317388e6.tar.xz mailman2-8b1d892033cbded1e551811389d37b14317388e6.zip |
Changed email package to 2.5.7. Backed out workaround set_payload() method
from Message.py
Diffstat (limited to '')
-rw-r--r-- | misc/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 88073ee6..0b1f5107 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2005 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2006 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -12,7 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate @@ -52,7 +53,7 @@ SETUPINSTOPTS= --install-lib $(DESTDIR)$(PYTHONLIBDIR) \ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) -EMAILPKG= email-2.5.6 +EMAILPKG= email-2.5.7 JACODECSPKG= JapaneseCodecs-1.4.11 KOCODECSPKG= KoreanCodecs-2.0.5 |