1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Doug Barton
dae082c958 Fix what looks like a copy-paste-o that originated in the same script:
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.
2012-08-06 00:28:43 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Andrej Zverev
5c64b5a491 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:10:09 +00:00
Sylvio Cesar Teixeira
b240caf9e4 - Chase rrdtool shlib version bump. 2012-05-07 18:52:09 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Beech Rintoul
54d510c35b - Update to 1.03
- 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)
2008-07-04 04:42:33 +00:00
Rong-En Fan
c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00
Rong-En Fan
ae0931ac45 - Make rc variables can be properly set by users. Default variables should be
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)
2007-12-03 02:24:19 +00:00
Mark Linimon
581e69adb2 Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
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
2007-10-07 05:45:04 +00:00
Edwin Groothuis
bb87e10d07 [MAINTAINER] mail/ovs: update to 1.02
- Update to 1.02

PR:		ports/116366
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2007-09-23 03:54:25 +00:00
Rong-En Fan
cb15f1506e - Update to 1.01
PR:	    	ports/116183
Submitted by:	Xavier Beaudouin <kiwi at oav.net> (maintainer)
2007-09-09 05:44:58 +00:00
Rong-En Fan
bec681c04c OpenVISP Stats is a very simple mail statistics RRDtool frontend for mail
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>
2007-09-02 01:37:38 +00:00