aboutsummaryrefslogtreecommitdiff
path: root/mail/policyd2
Commit message (Collapse)AuthorAgeFilesLines
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-7/+7
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* - merge to previous commit for command_interpreter of rc scriptJason Helfman2012-03-292-1/+2
| | | | | | | | | | | | - bump PORTREVISION PR: ports/166332 Spotted by: dougb Approved by: maintainer (implicit) Feature safe: yes Notes: svn path=/head/; revision=293957
* - Update to 2.0.11 [1]Jason Helfman2012-03-264-20/+20
| | | | | | | | | | | | | | | | | | | - while here ... - tighten post-patch - move do-install from copies to copytree_share - added BINMODE of 0755 so the instances of INSTALL_SCRIPT install with this mode instead of installing, and changing modes afterward - updated post-install to install with mode of 666 instead of changing post - dropped substitution on pkg-message, as there was nothing to substitute, and put in post-install echo msg. remove file, as well. - update interpreter in rc script /usr/bin/perl -> %%LOCALBASE%%/bin/perl PR: ports/166332 Submitted by: maintainer, chifeng@gmail.com [1] Feature safe: yes Notes: svn path=/head/; revision=293869
* 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
* Use command_interpreter instead of procname inSahil Tandon2011-05-112-1/+2
| | | | | | | | | | | | rc script. Bump PORTREVISION because this change alters the default package. PR: ports/155779 Submitted by: Frank Wall <fw@moov.de> Approved by: Chifeng QU <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=273925
* -Add postgresql supportBeech Rintoul2011-04-292-1/+4
| | | | | | | | | | PR: ports/156702 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: Chifeng QU <chifeng@gmail.com> (maintainer) itetcu (mentor)(implicit) Notes: svn path=/head/; revision=273342
* - Added support for PHP 5.2Greg Larkin2010-04-281-2/+2
| | | | | | | | | PR: ports/146093 Submitted by: Frank Wall <fw@moov.de> Approved by: chifeng <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=253398
* 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
* - Update to 2.0.10Philip M. Gollucci2010-01-073-4/+11
| | | | | | | | PR: ports/142373 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=247303
* Update to 2.0.8 and fix runtime issues when installed with custom PREFIX.Ion-Mihai Tetcu2009-10-184-27/+9
| | | | | | | | | PR: 139620 Submitted by: Sahil Tandon / maintainer Approved by: maintainer Notes: svn path=/head/; revision=242998
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 2.0.7Wesley Shields2009-07-033-7/+4
| | | | | | | | PR: ports/136239 Submitted by: Chifeng Qu <chifeng@gmail.com> Notes: svn path=/head/; revision=236997
* - Update to 2.0.6Beech Rintoul2009-02-152-4/+4
| | | | | | | | PR: ports/131685 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=228378
* - Rename the RC script to avoid a conflict with mail/postfix-policyd-sfWesley Shields2008-12-182-6/+6
| | | | | | | | | | - No need to repocopy as there is no history to preserve PR: ports/129704 Submitted by: Chifeng Qu <chifeng@gmail.com> Notes: svn path=/head/; revision=224356
* - Minor install tweakBeech Rintoul2008-12-042-2/+2
| | | | | | | Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=223748
* Policyd v2Beech Rintoul2008-12-048-0/+257
Policyd v2 (codenamed "cluebringer") is a multi-platform policy server for popular MTAs. This policy daemon is designed mostly for large scale mail hosting environments. WWW: http://www.policyd.org PR: ports/129385 Submitted by: Chifeng QU <chifeng at gmail.com> Notes: svn path=/head/; revision=223747