aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+2
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Add indexing and htdig patches.Jean Milanez Melo2009-07-101-0/+6
| | | | Notes: svn path=/head/; revision=237591
* - Update to 2.1.12Martin Wilke2009-05-283-56/+32
| | | | | | | | | | | | | | | | Changelog: Mailman 2.1.12 is a minor bug fix and Python 2.6 compatibility release. The minimum Python for this release is Python 2.4 and it is compatible with Python through 2.6. The previous Mailman releases are not compatible with Python 2.6. PR: 134442 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=234694
* - Fix pkg-plist after update.Jean Milanez Melo2008-09-041-0/+11
| | | | Notes: svn path=/head/; revision=219843
* - Fix message in pkg-message.Jean Milanez Melo2008-09-031-2/+2
| | | | | | | Reported by: Chris St Denis <chris@smartt.com> by email Notes: svn path=/head/; revision=219803
* - Update to 2.1.11.Jean Milanez Melo2008-09-032-12/+12
| | | | | | | | PR: ports/126109 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=219802
* - Update htdig patch to 2.1.10.Jean Milanez Melo2008-05-192-2/+8
| | | | | | | | PR: ports/123802 Submitted by: Martin Matuska <mm@FreeBSD.org> Notes: svn path=/head/; revision=213333
* - Update to 2.1.10.Jean Milanez Melo2008-04-245-122/+188
| | | | Notes: svn path=/head/; revision=211886
* Teach mailman how to utilize postfix's XVERP functionality,Xin LI2007-10-223-6/+71
| | | | | | | | | | | | | | | | | | | | | which drastically improves mail delivery performance when VERP is being used. In order to exploit the performance gain, one has to choose 'POSTFIX' in the OPTIONS menu, configure postfix with proper smtpd_authorized_verp_clients settings, then add: VERP_STYLE = 'Postfix' to the mm_cfg.py configuration. The Postfix style XVERP delivery is disabled by default. PR: ports/116847 Approved by: maintainer timeout Notes: svn path=/head/; revision=201774
* - Make possible to set CONFIGURE_ARGS in another place.Jean Milanez Melo2007-09-041-1/+1
| | | | | | | Submitted by: John Marshall <John.Marshall@riverwillow.com.au> by private mail. Notes: svn path=/head/; revision=198743
* - Add patch with Slovak translation (OPTIONAL)Martin Matuska2007-08-223-1/+63
| | | | | | | | | | | - Bump PORTREVISION PR: ports/114828 Submitted by: mm Approved by: jmelo (maintainer, private e-mail) Notes: svn path=/head/; revision=198122
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Add courier support.Jean Milanez Melo2007-05-311-5/+18
| | | | | | | Submitted by: Jonathan Pauli <jpauli@istreamimaging.com> (via email) Notes: svn path=/head/; revision=192475
* - Fix postfix MAIL_GID.Jean Milanez Melo2007-04-231-2/+2
| | | | | | | Reported on: ports@ Notes: svn path=/head/; revision=190729
* - Unbreak htdig option.Jean Milanez Melo2007-01-262-3/+8
| | | | | | | | PR: ports/107688 Submitted by: Boris Samorodov <bsam@freebsd.org> Notes: svn path=/head/; revision=183346
* - Fix codec error on python 2.5.Jean Milanez Melo2006-11-063-4/+46
| | | | | | | | PR: ports/104429 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=176603
* - Fix postfix MAIL_GIDJean Milanez Melo2006-11-061-1/+1
| | | | | | | | PR: ports/105072 Submitted by: Marshal Newrock <marshal@idealso.com> Notes: svn path=/head/; revision=176600
* - Japanese Codecs in pythonlib bundled with mailman do not work with python ↵Jean Milanez Melo2006-10-111-1/+1
| | | | | | | | | | | 2.5, change port to use python 2.4. PR: ports/104240 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175214
* - Mark htdig option as broken, the patch to mailman 2.1.9 was not released yet.Jean Milanez Melo2006-09-201-0/+1
| | | | Notes: svn path=/head/; revision=173481
* - Update to 2.1.9.Jean Milanez Melo2006-09-153-4/+5
| | | | Notes: svn path=/head/; revision=173123
* - Change postconf path to LOCALBASE.Jean Milanez Melo2006-09-081-2/+2
| | | | Notes: svn path=/head/; revision=172589
* - Fix postfix MAIL_GID.Jean Milanez Melo2006-09-081-2/+12
| | | | | | | | | - Add message to users who uses postfix, should add SMTPHOST entry in mm_cfg.py. Submitted by: Adam Weinberger <adamw@FreeBSD.org> (via email) Notes: svn path=/head/; revision=172582
* - Update to 2.1.9rc1 to fix security problems.Jean Milanez Melo2006-09-043-11/+112
| | | | | | | Security: http://www.vuxml.org/freebsd/fffa9257-3c17-11db-86ab-00123ffe8333.html Notes: svn path=/head/; revision=172182
* - Change to use ?= instead of += to assign MAIL_GID variable. It will fix ↵Jean Milanez Melo2006-06-081-5/+5
| | | | | | | | | | | | the problem when users are seting MAIL_GID variable in make.conf. - Bump PORTREVISION. Reported by: max@ via email. Approved by: mnag (mentor) Notes: svn path=/head/; revision=164832
* - Fix mailman start script to honour modified installation directory.Jean Milanez Melo2006-06-062-4/+4
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/98169 Submitted by: Neil Darlow <neil@darlow.co.uk> Approved by: mnag (mentor) Notes: svn path=/head/; revision=164612
* - Fix postfix MAIL_GID.Jean Milanez Melo2006-05-301-1/+2
| | | | | | | | | - Bump PORTREVISION. Approved by: mnag (mentor) Notes: svn path=/head/; revision=163967
* - Add conditional in pkg-install/pkg-deinstall to check if the allow file inJean Milanez Melo2006-05-122-2/+6
| | | | | | | | | | cron dir already exists. Reported by: Steve Ames <steve@energistic.com> via email Approved by: mnag (mentor) Notes: svn path=/head/; revision=162192
* - Add pre-fetch to show build time options.Jean Milanez Melo2006-05-092-2/+12
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=161830
* - Fix mistake in FreeBSD-post-install-notes.Jean Milanez Melo2006-05-081-3/+1
| | | | | | | | Reported by: Larry Rosenman via email Approved by: mnag (mentor) Notes: svn path=/head/; revision=161743
* - Add OPTIONS to choose MTA integration.Jean Milanez Melo2006-05-059-180/+138
| | | | | | | | | | | | - Remove "make options", it's not necessary. - Fix/update FreeBSD-post-install-notes doc. - Fix both pkg-install and pkg-deinstall to add/delete mailman user in /var/cron/allow - Use pkg-message as SUB_FILES. Approved by: mnag (mentor) Notes: svn path=/head/; revision=161440
* - Take maintainership.Jean Milanez Melo2006-04-262-3/+1
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=160526
* - Update to 2.1.8Marcus Alves Grando2006-04-163-10/+32
| | | | | | | | | - portlint(1) Security: http://www.vuxml.org/freebsd/8be2e304-cce6-11da-a3b1-00123ffe8333.html Notes: svn path=/head/; revision=159671
* Fix plist.Sam Lawrance2006-01-311-0/+1
| | | | Notes: svn path=/head/; revision=154863
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-11/+11
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 2.1.7Edwin Groothuis2006-01-073-8/+55
| | | | Notes: svn path=/head/; revision=153014
* - Update HT/DIG integration with Mailman for those that need it. No need toVolker Stolz2005-12-162-8/+14
| | | | | | | | | | | | | | | bump portrevision since it affects nobody who already is running mailman. Patches submitted by Brad Kollmyer <bradk AT vitalsoft.com> and Frank Wancho <fwancho AT WHC.NET> - Drop maintainership - Add SHA256 sums (me) - Pet portlint (rmdir -> ${RMDIR}) (me) PR: ports/90407 Submitted by: maintainer Notes: svn path=/head/; revision=151299
* - Install new documentationPav Lucistnik2005-06-103-14/+22
| | | | | | | | | PR: ports/82090 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=137221
* - Update to 2.1.6Pav Lucistnik2005-06-046-136/+153
| | | | | | | | PR: ports/81814 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=136776
* - Fix a security problem in private mailing list archives could allow anyone toPav Lucistnik2005-02-104-15/+69
| | | | | | | | | | | | read any file on web server. - Minor port changes PR: ports/77364 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Security: CVE number CAN-2005-0202 Notes: svn path=/head/; revision=128484
* Bug Fix: A newly created mailman 2.1.5 list will email bogus moderatorMichael Haro2004-08-312-0/+21
| | | | | | | | | | | | | requests until a genuine one has been handled. Reference: <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.038.htp> Bump PORTREVISION Approved by: maintainer Notes: svn path=/head/; revision=117750
* Fix UID/GID in options.Volker Stolz2004-07-131-2/+2
| | | | | | | | | PR: ports/68936 Submitted by: Chris Pepper Fixed by: Vivek Khera (maintainer) Notes: svn path=/head/; revision=113580
* Update to 2.1.5.Norikatsu Shigemura2004-05-293-3/+54
| | | | | | | | | | PR: ports/67002 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Reviewed by: Sunagawa Koji <koj@ofug.net> Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan Notes: svn path=/head/; revision=110286
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* Adapt as MASTER PORT for new SLAVE PORT(japanese/mailman).Norikatsu Shigemura2004-03-051-9/+9
| | | | | | | | | No feature change. Approved by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=103022
* Update to 2.1.4.Pete Fritchman2004-01-093-8/+200
| | | | | | | | PR: 61083 Submitted by: maintainer Notes: svn path=/head/; revision=97740
* - Update htdig patch to 0.5Sergei Kolobov2003-12-242-2/+3
| | | | | | | | | | | - Bump PORTREVISION PR: 60513 Submitted by: Nils Vogels <nivo@yuckfou.org> Approved by: maintainer Notes: svn path=/head/; revision=96509
* - Add WITH_HTDIG knob to enable htdig integrationSergei Kolobov2003-12-124-27/+71
| | | | | | | | | | | | | - Start using DIST_SUBDIR because of the funkyness of the patch names - Tweak pkg-plist (duplicate @dirrm/@unexec rmdir, use DOCSDIR, etc.) - Do not bump PORTREVISION: The default built binaries are unchanged PR: 57877 Submitted by: Scott Lambert <lambert@lambertfam.org> Approved by: maintainer Notes: svn path=/head/; revision=95697
* - Update to version 2.1.3Kirill Ponomarev2003-09-294-10/+203
| | | | | | | | | | - Correct notes on FreeBSD Postfix integration PR: 57364 Submitted by: Vivek Khera <vivek@lorax.kciLink.com> (maintainer) Notes: svn path=/head/; revision=89833
* o Correct missing some files in pkg-plist.Norikatsu Shigemura2003-09-053-2/+9
| | | | | | | | | | | o The recommended GID for postfix is updated. o Change MAINTAINERship as new address. PR: ports/56014 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=88570