Commit graph

10 commits

Author SHA1 Message Date
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
Chris Rees
b2ef903783 Update to 1.0.7
PR:		ports/162059
Submitted by:	Richard Neese <r.neese@gmail.com> (maintainer)
2011-10-28 21:56:51 +00:00
Josh Paetzel
200422a792 Add support for new module. (libzrtp)
Fix fetch issue when host system has wget installed.
Fix missing depend when python module is selected.

PR:	ports/152789
Submitted by:	Marcin Cieslak <saper@saper.info>
Approved by:	"Richard E. Neese" <r.neese@gmail.com> (maintainer)
2010-12-23 15:36:23 +00:00
Josh Paetzel
2a9499b688 Add missing files.
PR:	ports/153191
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-12-17 17:40:21 +00:00
Philip M. Gollucci
5b9f445cb0 - remove empty files 2010-12-13 00:25:34 +00:00
Josh Paetzel
13d69e29ca Update to latest version
PR:	ports/152423
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-12-08 18:33:22 +00:00
Doug Barton
8ba3678bb4 1. It's generally preferred that ports rc.d files use REQUIRE: LOGIN
unless there is a good reason not to. However this service runs as an
unprivileged user, which makes that a requirement.
2. The default variable assignments have to come after load_rc_config to
be effective.
3. _flags should not be reproduced in command_args
4. The start and restart methods were superfluous, instead use
wait_for_pids in the _stop method.

Bump PORTREVISION

PR:		ports/146442
Submitted by:	me
Approved by:	maintainer
2010-08-11 05:22:11 +00:00
Josh Paetzel
8a9e4fd092 Fix issues with plist caused by previous commit.
Remove BROKEN

PR:	ports/149119
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-08-11 01:39:17 +00:00
Josh Paetzel
cad39027af Refactor to fit better in the ports infrastructure.
PR:	ports/148440
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-07-16 14:57:42 +00:00
Josh Paetzel
eff58e2192 Add net/freeswitch-core, part of a revamp to the freeswitch ports
PR:	ports/145369
Submitted by:	Eric F Crist <ecrist@secure-computing.net>
Approved by:	itetcu@ (mentor)
2010-06-11 22:26:45 +00:00