aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot
Commit message (Collapse)AuthorAgeFilesLines
* - Add a comment about the relationship between this port andWesley Shields2009-07-031-0/+4
| | | | | | | | | | | mail/dovecot-antispam. If dovecot is upgraded and dovecot-antispam is not rebuilt then dovecot-antispam fails. PR: ports/135311 Submitted by: Harlan Stenn <harlan@everett.org> Notes: svn path=/head/; revision=237006
* - Update to 1.1.16Dennis Herrmann2009-06-032-7/+7
| | | | | | | | PR: ports/135194 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=235126
* - Update to 1.1.15Martin Wilke2009-05-224-34/+34
| | | | | | | | PR: 134852 Submitted by: Yarema <yds@CoolRat.org> (Maintainer) Notes: svn path=/head/; revision=234407
* - Update to 1.1.14Wesley Shields2009-05-143-38/+33
| | | | | | | | | PR: ports/133199 Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=233896
* - Update to 1.1.11Beech Rintoul2009-02-192-7/+7
| | | | | | | Approved by: Yarema <yds@coolrat.org> (maintainer) Notes: svn path=/head/; revision=228636
* - Update to 1.1.10Beech Rintoul2009-01-304-31/+31
| | | | | | | Submitted by: Yarema <yds@coolrat.org> (maintainer) Notes: svn path=/head/; revision=227196
* - Update to 1.1.8 [1]Beech Rintoul2009-01-183-19/+20
| | | | | | | | | | | | | - Fix rc.d [2] PR: ports/130359 [1] PR: ports/130598 [2] Submitted by: Marcin Rzepecki <m.rzepecki@iem.pw.edu.pl> [1] Submitted by: Craig Leres <leres@ee.lbl.gov> [2] Approved by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=226355
* - Patch to facilitate multi-instance configurationsBeech Rintoul2008-12-133-18/+37
| | | | | | | | | PR: ports/129274 Submitted by: Darren Pilgrim <phi@evilphi.com> Approved by: Yarema <yds@coolrat.org> (maintainer) Notes: svn path=/head/; revision=224178
* Version update to dovecot-1.1.7 and dovecot-1.1.7-managesieve-0.10.4Wesley Shields2008-11-286-65/+65
| | | | | | | | | | | | | | | | | | 'statedir' set to /var/db/dovecot instead of defaulting to /var/lib/dovecot Users should manually rm -rf /var/lib/dovecot Removed stale code from files/pkg-deinstall.in and files/pkg-install.in Reworked files/dovecot.sh.in to accept dovecot_config and handle creating and tearing down runtime directories upon startup and shutdown. Rediffed files/patch-dovecot-example.conf to clean up line offsets. PR: ports/129230 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=223491
* Removal of carriage returns (0x0D) from numerous files. QAT caughtJeremy Chadwick2008-11-164-13/+14
| | | | | | | | | this, as did our user community. Reported by: QAT, andrew clarke <mail@ozzmosis.com> Notes: svn path=/head/; revision=222914
* Update to 1.1.6.Xin LI2008-11-154-42/+13
| | | | | | | | PR: ports/128469 Submitted by: maintainer (see reply to the PR) Notes: svn path=/head/; revision=222880
* - Fix user permissions on startup.Beech Rintoul2008-09-172-3/+7
| | | | | | | | | | | | | | If a user defines login_user to be something other than 'dovecot' then dovecot will throw a warning upon startup.  The new code extracts what login_user is defined as and sets the directory permissions accordingly. If login_user is undefined in the config then it behaves the same as before. Submitted by: Yarema <yds@coolrat.org> (maintainer) Approved by: portmgr (linimon) Notes: svn path=/head/; revision=220422
* - Update to 1.1.3Beech Rintoul2008-09-089-210/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for Berkeley DB used by the expire plugin. - Install more DOCS. - Move the SCRIPT_ENV substitutions to SUB_FILES otherwise DOVECOT_[UG]ID settings do not propagate to the binary package. - Change from .if defined(WITHOUT_*)to .if defined(WITH_*) && !defined(WITHOUT_*) - Make the PROTOCOLS substitution include all the protocols which are built into the example config file. - Clean up patch-dovecot-example.conf and perform some post-patch processing to reflect more closely how this port actually installs. This is necessary because of the optional ManageSieve patch. - Modify files/dovecot.sh.in to ensure runtime directories exist with correct permissions. - Rework the install so all the example config files get installed into EXAMPLESDIR as per hier(7) independent of the NOPORTDOCS tunable. Install the relevant config files into etc/ if no prior version exists. - Ensure that 'make install' and pkg_add(1) produce identical installs and that everything is accounted for in the PLIST. PR: ports/127200 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=220270
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Pass maintainershipBeech Rintoul2008-07-311-1/+1
| | | | | | | | PR: ports/126108 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=217866
* - Add the missing ManageSieve support required to make the newBeech Rintoul2008-07-302-0/+14
| | | | | | | | | | | mail/dovecot-managesieve port functional. PR: ports/126054 Submitted by: Yarema <yds@CoolRat.org> Approved by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=217832
* - Update to 1.1.2Beech Rintoul2008-07-243-6/+12
| | | | | | | | | PR: ports/125938 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=217451
* - Update to 1.1.1Martin Wilke2008-06-265-49/+112
| | | | | | | | PR: 124856 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=215811
* Update to 1.0.14Wesley Shields2008-06-162-5/+4
| | | | | | | | | PR: ports/124482 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Reviewed by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=214979
* Mark as conflict with future dovecot versions.Xin LI2008-05-051-0/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=212639
* - Remove ntpdate from rc.d REQUIREEmanuel Haupt2008-04-222-2/+2
| | | | | | | | | | - Bump PORTREVISION Discussed with: simon, koitsu Approved by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=211780
* - Fix login shell for dovecot userRong-En Fan2008-04-102-1/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/122595 Reported by: Bogdan &#262;ulibrk <bc at default.co.yu> Submitted by: Robin Breathe <robin at isometry.net> (maintainer) Notes: svn path=/head/; revision=210995
* - Update mail/dovecot to dovecot-1.0.13, fixing a serious security issue.Beech Rintoul2008-03-102-4/+4
| | | | | | | | | | | - Changelog: http://dovecot.org/list/dovecot-news/2008-March/000065.html PR: ports/121548 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Security: http://www.vuxml.org/freebsd/b39bdc06-ee42-11dc-8678-00a0cce0781e.html Notes: svn path=/head/; revision=208707
* - Update to 1.0.12Emanuel Haupt2008-03-054-31/+67
| | | | | | | | | | | - Fixes a common insecure mail_extra_groups setting usage, this will require a manual change to the active configuration file, please refer to ports/UPDATING PR: 121411 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=208482
* Update to 1.0.10.Xin LI2007-12-302-4/+4
| | | | | | | | | Security: cf484358-b5d6-11dc-8de0-001c2514716c PR: ports/119133 Approved by: maintainer Notes: svn path=/head/; revision=204699
* Update to 1.0.9.Xin LI2007-12-122-4/+4
| | | | | | | | | PR: ports/118561 Submitted by: delphij Approved by: maintainer Notes: svn path=/head/; revision=203395
* Update to 1.0.8.Xin LI2007-12-112-4/+4
| | | | | | | | | PR: ports/118319 Submitted by: delphij Approved by: maintainer Notes: svn path=/head/; revision=202961
* Update to 1.0.7.Xin LI2007-10-302-4/+4
| | | | | | | | PR: ports/117645 Approved by: maintainer Notes: svn path=/head/; revision=202384
* Update to 1.0.6.Xin LI2007-10-282-4/+4
| | | | | | | | PR: ports/117583 Approved by: maintainer Notes: svn path=/head/; revision=202246
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-1/+1
| | | | Notes: svn path=/head/; revision=200760
* Update to 1.0.5, this is a bugfix release.Xin LI2007-09-102-4/+4
| | | | | | | | PR: ports/116234 Approved by: maintainer Notes: svn path=/head/; revision=199244
* Update to 1.0.3.Xin LI2007-08-052-5/+5
| | | | | | | | PR: ports/115120 Approved by: maintainer Notes: svn path=/head/; revision=197119
* Upgrade to 1.0.2.Xin LI2007-07-172-4/+4
| | | | | | | | | PR: ports/114651 Submitted by: delphij Approved by: maintainer Notes: svn path=/head/; revision=195800
* Update to 1.0.1 (bugfix)Beech Rintoul2007-06-182-4/+4
| | | | | | | | | | PR: ports/113804 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Changelog: http://www.dovecot.org/list/dovecot-news/2007-June/000045.html Approved by: sat (mentor) Notes: svn path=/head/; revision=193823
* Update to 1.0.0.Xin LI2007-04-142-4/+4
| | | | | | | | PR: 111535 Approved by: maintainer Notes: svn path=/head/; revision=189932
* Update to 1.0.r29Emanuel Haupt2007-04-013-11/+5
| | | | | | | | PR: 111086 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=188928
* - Set NOPORTDOCSMartin Wilke2007-03-282-2/+3
| | | | | | | | | PR: 110942 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer Notes: svn path=/head/; revision=188695
* - Update to 1.0.r28Pav Lucistnik2007-03-244-19/+8
| | | | | | | | PR: ports/110760 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=188184
* Fix build when vpopmail support is enabled.Alex Dupre2007-03-151-0/+11
| | | | Notes: svn path=/head/; revision=187430
* - Update to latest release, dovecot-1.0.rc27.Cheng-Lung Sung2007-03-152-4/+4
| | | | | | | | PR: ports/110305 Submitted by: maintainer (Robin Breathe) Notes: svn path=/head/; revision=187413
* - Update to 1.0.r26Martin Wilke2007-03-092-4/+4
| | | | | | | | PR: 110103 Submitted by: Robin Breathe <robin@isometry.net> (Maintainer) Notes: svn path=/head/; revision=186996
* Update to 1.0 rc 25.Xin LI2007-03-063-4/+5
| | | | | | | | PR: 109750 Approved by: maintainer Notes: svn path=/head/; revision=186681
* - Update to latest release, dovecot-1.0.rc24.Cheng-Lung Sung2007-03-012-4/+4
| | | | | | | | | | - Release : http://www.dovecot.org/list/dovecot-news/2007-February/000033.html PR: ports/109529 Submitted by: maintainer (Robin Breathe) Notes: svn path=/head/; revision=186225
* Updating to 1.0.r23.David Thiel2007-02-222-7/+5
| | | | | | | | | PR: ports/109414 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Approved by: edwin (mentor) Notes: svn path=/head/; revision=185657
* - Update to 1.0.rc22Martin Wilke2007-02-082-4/+4
| | | | | | | | PR: 108943 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=184619
* - Update to 1.0 RC21Rong-En Fan2007-02-062-4/+4
| | | | | | | | | PR: ports/108750 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> Approved by: Robin Breathe <robin at isometry.net> (maintainer) Notes: svn path=/head/; revision=184357
* Upgrade to 1.0.rc19.Vanilla I. Shu2007-01-263-4/+10
| | | | | | | | PR: ports/108349 Submitted by: maintainer Notes: svn path=/head/; revision=183335
* - Update to 1.0.rc17Pav Lucistnik2007-01-076-45/+57
| | | | | | | | | | - Allow user to override UID/GID PR: ports/107654 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=181730
* - Update to 1.0 rc15Pav Lucistnik2006-12-014-40/+56
| | | | | | | | | | - Use UID/GID 143 PR: ports/105899 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=178443
* - Update to 1.0.rc13Pav Lucistnik2006-11-102-4/+4
| | | | | | | | PR: ports/105382 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Notes: svn path=/head/; revision=177026