aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-bogom
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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* 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
* Chase math/gsl update,Max Brazhnikov2009-12-011-0/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* Update to 1.9.2Volker Stolz2008-08-012-5/+4
| | | | | | | | PR: ports/124154 Submitted by: maintainer Notes: svn path=/head/; revision=217900
* Switch to mailnull user as defaultAndrey A. Chernov2006-11-094-37/+6
| | | | | | | | PR: 105329 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer) Notes: svn path=/head/; revision=176930
* Fix typo in PORTREVISIONAndrey A. Chernov2006-11-081-1/+1
| | | | Notes: svn path=/head/; revision=176778
* the boot script evaluated milterbogom_flags before reading the configurationAndrey A. Chernov2006-11-082-9/+10
| | | | | | | | | | | | from rc.conf, so if you changed things like milterbogom_user it will not take the changes. This was noticed by Andrey Chernov and he also sent the patch to fix it. PR: 105262 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer) Notes: svn path=/head/; revision=176777
* Update to 1.9Andrey A. Chernov2006-11-052-4/+4
| | | | | | | | PR: 105143 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer) Notes: svn path=/head/; revision=176491
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Update to 1.8.2Pav Lucistnik2006-01-062-3/+4
| | | | | | | | PR: ports/91389 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer) Notes: svn path=/head/; revision=152894
* - Update to 1.8.1Pav Lucistnik2005-11-213-5/+8
| | | | | | | | PR: ports/89320 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer) Notes: svn path=/head/; revision=148951
* [1]:Jean-Yves Lefort2005-06-282-5/+5
| | | | | | | | | | | | | | | | | | - Create the bogomilter user with /sbin/nologin as shell and /nonexistent as home directory - Update the maintainer's email address Moreover: - Unconditionally define PORTDOCS, as ${NOPORTDOCS} is now tested by bsd.port.mk - Install manual page in ${MAN8PREFIX} [1]: PR: ports/82583 Submitted by: maintainer Notes: svn path=/head/; revision=138142
* [1]:Jean-Yves Lefort2005-05-256-38/+96
| | | | | | | | | | | | | | | | | - Update to 1.7.1 - Convert the startup script to rcNG - Create a bogomilter user Moreover: - Use ${LOCALBASE}/bin/bogofilter rather than /usr/local/bin/bogofilter - Fix the configuration file path in bogom.8 - Fix the packing list when NOPORTDOCS is defined PR: ports/81417 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=136093
* Sendmail milter to interface with bogofilterPav Lucistnik2005-02-155-0/+111
PR: ports/77472 Submitted by: Victor Balada Diaz <victor@alf.dyndns.ws> Notes: svn path=/head/; revision=128964