aboutsummaryrefslogtreecommitdiff
path: root/mail/dkimproxy
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - Stage supportMartin Wilke2014-02-032-3/+2
| | | | Notes: svn path=/head/; revision=342401
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326249
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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 1.4.1Cheng-Lung Sung2011-11-014-28/+7
| | | | | | | | | | | - portlint(1) complains PR: ports/162213 Submitted by: Takefu <takefu_AT_airport.fm> Approved by: maintainer (Yoshisato YANAGISAWA) Notes: svn path=/head/; revision=284846
* - 's|/usr/bin/perl|${PERL}|' (now "command_interpreter" can be used in rc ↵Olli Hauer2010-11-275-118/+60
| | | | | | | | | | | | | | scripts) - rewrite rc scripts - update to version 1.3 PR: 150574 Submitted by: Erik Steigler <erik _at_ okcupid.com> Approved by: Yoshisato YANAGISAWA <yanagisawa _at_ csg.is.titech.ac.jp> Notes: svn path=/head/; revision=265292
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.2Pav Lucistnik2009-09-165-69/+9
| | | | | | | | | | | | | PR: ports/138019 Submitted by: Ayumi M <ayu@commun.jp> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> - While here, convert to USERS/GROUPS Feature safe: yes Notes: svn path=/head/; revision=241507
* - Update to 1.1Dmitry Marakasov2009-02-284-8/+6
| | | | | | | | PR: 132183 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg dot is dot titech dot ac dot jp> (maintainer) Notes: svn path=/head/; revision=229219
* - Update to 1.0.1Martin Wilke2008-02-253-5/+7
| | | | | | | | PR: 121056 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=207852
* - Add missing dependency (p5-Error )Martin Wilke2008-02-011-2/+4
| | | | | | | | PR: 119998 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=206598
* Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.Mark Linimon2007-10-011-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=200495
* - Update to 0.16Martin Wilke2007-06-055-6/+26
| | | | | | | | PR: 113247 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=192849
* - Update to 0.15Martin Wilke2007-03-062-4/+4
| | | | | | | | | PR: 109904 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=186752
* - Maintainer update of dkimproxy from 0.13 to 0.14.Cheng-Lung Sung2006-11-023-6/+4
| | | | | | | | PR: ports/104962 Submitted by: maintainer (Yoshisato YANAGISAWA) Notes: svn path=/head/; revision=176140
* - Fix race condition and DoS in rc script.Rong-En Fan2006-09-183-12/+35
| | | | | | | | | | These fixes are similar to mail/dkfilter, see ports/103344. PR: ports/103346 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=173327
* - rc.d scripts are changed:Martin Wilke2006-09-132-9/+43
| | | | | | | | | | | | - to log all messages at start-up time of a daemon, - to show error messages when some error occurs at that time, - and to checks $dkfilter_{in,out}_user exist or not. PR: ports/101024 Submitted by: Yoshisato YANAGISAWA <yanagisawa(at)csg.is.titech.ac.jp> (Maintainer) Notes: svn path=/head/; revision=172937
* Add dkimproxy 0.13, DKIM filter for Postfix.Rong-En Fan2006-07-278-0/+228
PR: ports/100381 Submitted by: Yoshisato YANAGISAWA Notes: svn path=/head/; revision=168892