summaryrefslogtreecommitdiff
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authoradam <adam>2009-06-03 06:55:07 +0000
committeradam <adam>2009-06-03 06:55:07 +0000
commitc8d05c82b664a68b2430a8f73708a2dc92ce1755 (patch)
tree06e20c0123ae25fc4b6d5ec7e562ba8e9681462b /mail/mailman/Makefile
parent3b1211d9c390ef4aa90a92b50d648918dc034d57 (diff)
downloadpkgsrc-c8d05c82b664a68b2430a8f73708a2dc92ce1755.tar.gz
Changes 2.1.12:
* Fix compatibility with Python 2.6. * Fixed a bug in admin.py which would result in chunked pages of the membership list for members whose address begins with a non-alphanumeric character to not be visible or retrievable. * Changed ListAdmin.py to make rejected post messages From: the -owner address instead of the -bounces address. * With MTA = 'Postfix', if the STANZA END for a list being removed is missing or munged, the remainder of the aliases and/or virtual-mailman file is lost. Fixed. * Since Mailman 2.1.1, 2.0.x outstanding subscription and held message requests have not been migrated properly. This is fixed. * Changed cron/gate_news to continue processing the remaining lists on certain errors that can be caused by configuration of a particular list. * Fixed a bug in AvoidDuplicates.py that caused it to fail if the address in the To: or Cc: header differed in case from the case-preserved member address. * Fixed a problem in SecurityManager that caused it to not find the cookie when CheckCookie was not given a user and the user in the cookie had a %xx encoded character. * Fixed a minor fromusenet reporting issue in the contributed mmdsr script. * Fixed a minor issue in cron/gate_news that could cause a list's watermark to not be completely updated. * Fixed an issue that prevented editing the options.html template from the web admin interface. * Fixed a problem in Decorate which could throw a TypeError on conversion to unicode of a header/footer that was already unicode because of interpolating a unicode value. * Fixed an issue where list creation would report bad owner email instead of bad listname when the list name had non-ascii characters. * Updated Dutch, Catalan and Polish translations.
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 8bb4c958e24..135950631e3 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2009/02/09 22:56:25 joerg Exp $
+# $NetBSD: Makefile,v 1.58 2009/06/03 06:55:07 adam Exp $
-DISTNAME= mailman-2.1.11
-PKGREVISION= 1
+DISTNAME= mailman-2.1.12
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailman/}
EXTRACT_SUFX= .tgz
@@ -22,12 +21,12 @@ GNU_CONFIGURE_PREFIX= ${EXECDIR}
MAKE_FLAGS+= DIRSETGID=${TRUE:Q}
EXECDIR= ${PREFIX}/lib/mailman
MAILMAN_DATADIR?= ${VARBASE}/db/mailman
-EGDIR= ${PREFIX}/share/examples/mailman
-DOCDIR= ${PREFIX}/share/doc/mailman
-MAILMAN_USER?= mailman
-MAILMAN_GROUP?= mailman
-MAILMAN_CGIGROUP?= ${APACHE_GROUP}
-MAILMAN_MAILGROUP?= daemon # group sendmail runs under;
+EGDIR= ${PREFIX}/share/examples/mailman
+DOCDIR= ${PREFIX}/share/doc/mailman
+MAILMAN_USER?= mailman
+MAILMAN_GROUP?= mailman
+MAILMAN_CGIGROUP?= ${APACHE_GROUP}
+MAILMAN_MAILGROUP?= daemon # group sendmail runs under;
# use 'nobody' for postfix
MAILMAN_CGIEXT?= .cgi