aboutsummaryrefslogtreecommitdiff
path: root/mail/courier/files
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 0.65.3Julien Laffaye2011-07-203-19/+10
| | | | | | | | PR: ports/158669 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=277995
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove file that was not deleted in previous commit.Wesley Shields2010-03-131-11/+0
| | | | | | | | PR: ports/143974 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=250980
* - Update to 0.63.0Wesley Shields2010-03-1315-50/+229
| | | | | | | | PR: ports/143974 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=250979
* - Add missing optional patchesRong-En Fan2009-08-094-0/+223
| | | | | | | | PR: ports/137582 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) Notes: svn path=/head/; revision=239189
* - Update to 0.62Rong-En Fan2009-08-083-4/+8
| | | | | | | | PR: ports/137112 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) Notes: svn path=/head/; revision=239147
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to 0.61.1Dmitry Marakasov2009-03-072-0/+77
| | | | | | | | PR: 132228 Submitted by: Milan Obuch <bsd at dino dot sk> (maintainer) Notes: svn path=/head/; revision=229638
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-14/+0
| | | | Notes: svn path=/head/; revision=225300
* - Remove obsolete patchesDmitry Marakasov2008-12-303-56/+0
| | | | | | | | PR: 130035 Submitted by: Milan Obuch <bsd at dino dot sk> Notes: svn path=/head/; revision=225006
* - Update to 0.60.0.Stefan Walter2008-12-193-9/+39
| | | | | | | | | | | | | - Add RUN_DEPENDS on security/ca_root_nss. - Remove scripts/c_rehash. - Sort CONFLICTS alphabetically and add couriermlm-0.*. PR: 126228 Submitted by: Yarema <yds@CoolRat.org> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=224414
* - Update to 0.54.0Martin Wilke2007-01-013-0/+37
| | | | | | | | PR: 107375 Submitted by: Milan Obuch<bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=181176
* - Update to 0.53.3Gabor Kovesdan2006-12-1210-24/+56
| | | | | | | | | | | | | | - Patch for function name collision (fam support) - Remove deprecated USE_RCORDER - Pass maintainership to submitter - portlint(1) PR: ports/105573 Submitted by: Milan Obuch<bsd@dino.sk> Approved by: erwin (mentor), maintainer timeout Notes: svn path=/head/; revision=179601
* - Update to 0.53.2 and fix vulnerability -- CVE-2006-2659Renato Botelho2006-06-291-0/+24
| | | | | | | | | | PR: ports/98878 Submitted by: Milan Obuch <bsd@dino.sk> Approved by: maintainer timeout (17 days) Security: CVE-2006-2659 Notes: svn path=/head/; revision=166617
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Add plist entries to create empty directories.Sam Lawrance2006-02-142-0/+34
| | | | | | | | | | | Add 'sharedindexupdate' srcipt. Use 'exec' in shell scripts. PR: ports/93269 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=156001
* - Update to 0.50.1 and unbreakPav Lucistnik2005-07-1610-66/+357
| | | | | | | | PR: ports/83548 Submitted by: Yarema <yds@CoolRat.org> (maintainer) Notes: svn path=/head/; revision=139372
* - Update to 0.45.3Pav Lucistnik2004-04-031-12/+0
| | | | | | | | | | | | - Remove FORBIDDEN - Convert to OPTIONS - Hand maintainership to submitter PR: ports/65093 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=106055
* - Update to 0.44.2Sergei Kolobov2004-01-154-72/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=98205
* - update courier to 0.42.2Oliver Lehmann2003-08-092-0/+92
| | | | | | | | | | | | - fix BROKEN - reset MAINTAINER to ports. Original maintainer doesn't respond to mails over a long time period PR: ports/55427 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Notes: svn path=/head/; revision=86687
* Update to version 0.39.3Kevin Lo2002-08-211-11/+0
| | | | | | | | PR: 41832 Submitted by: MAINTAINER Notes: svn path=/head/; revision=64727
* Update to version 0.39.1Kevin Lo2002-07-081-0/+11
| | | | | | | | PR: 40319 Submitted by: MAINTAINER Notes: svn path=/head/; revision=62633
* upgrade to 0.38.2Ying-Chieh Liao2002-06-082-0/+35
| | | | | | | | | | fix deinstall problem PR: 39003 Submitted by: maintainer Notes: svn path=/head/; revision=60896
* Update to 0.37.2.20020125Patrick Li2002-01-303-311/+36
| | | | | | | | PR: 34398 Submitted by: maintainer Notes: svn path=/head/; revision=54012
* Update courier to 0.37.2; fix security bugs, update MIME handling, addDoug White2002-01-222-25/+26
| | | | | | | | | knob for NOUUCP. PR: 34145 Notes: svn path=/head/; revision=53515
* Add courier 0.37.0, courier SMTP IMAP POP3 HTTP mail server suite.Doug White2002-01-154-0/+575
PR: 31473 Submitted by: Yarema <yds@CoolRat.org> Notes: svn path=/head/; revision=53094