| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.68.5.1
|
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. |
20 Mar 2011 12:54:45
0.68.5.1
|
miwi  |
- Get Rid MD5 support |
03 Sep 2010 10:02:53
0.68.5.1
|
pav  |
- Update to 0.68.5.1
PR: ports/150073
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) |
14 Mar 2010 16:56:00
0.68.5_1
|
avilla  |
- Some minor changes to startup scripts:
* support "status" command with multiple profiles (Sergey Lobanov
<wmn@siberianet.ru>);
* fix some typos.
- Bump PORTREVISION.
PR: 144705
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
Approved by: tabthorpe (mentor) |
27 Feb 2010 06:37:41
0.68.5
|
nemoliu  |
- Update to 0.68.5
PR: ports/144340
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
Feature safe: yes |
11 Oct 2009 13:20:50
0.68.4.3
|
miwi  |
- Update to 0.68.4.3
PR: 139222
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) |
13 Aug 2009 09:15:55
0.68.4.2
|
rafan  |
- Fix build when WITH_PGSQL is defined
PR: ports/137715
Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer) |
08 Aug 2009 12:40:47
0.68.4.2
|
rafan  |
- Update to 0.68.4.2
PR: ports/137545
Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer) |
15 Jul 2009 16:56:10
0.68.4_1
|
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. |
12 Jan 2009 00:32:44
0.68.4_1
|
amdmi3  |
- Fix invocation of python and perl scripts by correcting path to env executable
PR: 130069
Submitted by: Michael W Lucas <mwlucas at blackhelicopters dot org>
Approved by: Volodymyr Kostyrko <c dot kworr at gmail dot com> (maintainer) |
16 Nov 2008 22:36:40
0.68.4
|
stas  |
- Add a port for flow-tools fork project which is aimed to be
the flow-tools replacement. Volodymyr Kostyrko has kindly
agreed to maintain this.
WWW: http://code.google.com/p/flow-tools/
PR: ports/126252
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> |