aboutsummaryrefslogtreecommitdiff
path: root/mail/ovs
Commit message (Collapse)AuthorAgeFilesLines
* Fix what looks like a copy-paste-o that originated in the same script:Doug Barton2012-08-061-1/+2
| | | | | | | | | | | | | | | | | | command=foo >/dev/null 2>&1 | v command=foo command_args='>/dev/null 2>&1' This is clearly what should have been done, for several reasons. No PORTREVISION bump because the old version simply ignored everything after the space, and does not seem to have done any harm. However it's good to clean these up so that similar errors aren't pasted into a new script where they might actually matter. Notes: svn path=/head/; revision=302142
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* 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 to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* 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 1.03Beech Rintoul2008-07-042-5/+4
| | | | | | | | | | | | | | | | | - Changelog * Rejected mail now are updated in totality (eg vrfy rejection IS a rejection). * Support for Policyd-weigth added by Bagolu * Fixed imprecises totals like in mailgraph * Fixed update of rrd_virus when nobody logs in (Bug and fix reported by Claudius Herder) * Added Bagolu's patches * Fix dovecot detection PR: ports/125142 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=216289
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONRong-En Fan2008-06-241-1/+1
| | | | | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) Notes: svn path=/head/; revision=215684
* - Make rc variables can be properly set by users. Default variables should beRong-En Fan2007-12-032-2/+3
| | | | | | | | | | | | handled after load_rc_config per Handbook. For example, if user sets name_pidfile in rc.conf, it does not correctly pass to name_flags because when we set name_flags, it uses our default name_pidfile, but not user's. - Bump PORTREVISION as rc scripts changed. Approved by: portmgr (pav), Xavier Beaudouin <kiwi at oav.net> (ovs maintainer) Notes: svn path=/head/; revision=202881
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-0/+1
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* [MAINTAINER] mail/ovs: update to 1.02Edwin Groothuis2007-09-233-10/+15
| | | | | | | | | | - Update to 1.02 PR: ports/116366 Submitted by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=199923
* - Update to 1.01Rong-En Fan2007-09-094-6/+20
| | | | | | | | PR: ports/116183 Submitted by: Xavier Beaudouin <kiwi at oav.net> (maintainer) Notes: svn path=/head/; revision=199153
* OpenVISP Stats is a very simple mail statistics RRDtool frontend for mailRong-En Fan2007-09-027-0/+137
statistics that produces daily, weekly, monthly and yearly graphs of received/sent, bounces/rejected, spam mails, viruses, ... and pop/imap statistics. WWW: http://openvisp.fr/ PR: ports/115938 Submitted by: Xavier Beaudouin <kiwi at oav.net> Notes: svn path=/head/; revision=198621