| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
3.0.3
|
dougb  |
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. |
21 Sep 2011 02:46:17
3.0.3
|
tabthorpe  |
- Reassign to the heap |
07 Jul 2011 18:14:36
3.0.3
|
crees  |
audio/ventrilo-server now uses USERS and GROUPS
PR: ports/157928
Submitted by: crees (me)
Approved by: rene (mentor, implicit), maintainer timeout (20 days) |
19 Mar 2011 12:38:54
3.0.3
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
3.0.3
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
3.0.3
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
10 Dec 2008 09:20:51
3.0.3
|
beech  |
- Update to 3.03
PR: ports/129086
Submitted by: Pankov Pavel <pankov_p@mail.ru>
Approved by: maintainer timeout (2+ weeks) |
13 Mar 2008 15:24:31
3.0.2
|
pav  |
- Update to 3.0.2
- Update legal status
PR: ports/120794
Submitted by: Pankov Pavel <pankov_p@mail.ru>
Approved by: maintainer timeout (3 weeks) |
15 Nov 2007 09:55:33
2.3.1
|
linimon  |
Mark broken: bad checksum.
Approved by: portmgr (self) |
26 Feb 2007 23:02:04
2.3.1
|
dougb  |
Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).
Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality. |
06 Oct 2006 21:26:09
2.3.1
|
pav  |
The server for Ventrilo is a voice chat program which supports multiple
channels with different rate codecs and several people on each channel.
Primarily aimed at team gamers but can be used as an IP phone as well.
WWW: http://www.ventrilo.com/
PR: ports/95071
Submitted by: Anish Mistry <amistry@am-productions.biz> |