| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 Nov 2012 19:06:23
0.0.33
|
tabthorpe  |
- Return ports to the heap at maintainer's request
Feature safe: yes |
14 Jan 2012 08:57:23
0.0.33
|
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. |
15 Jun 2011 13:51:06
0.0.33
|
wxs  |
- Update to 0.0.33.
PR: ports/157488
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout |
20 Mar 2011 12:54:45
0.0.20
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
0.0.20
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
0.0.20
|
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. |
06 Jan 2009 17:59:31
0.0.20
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
06 Jul 2007 07:15:08
0.0.20
|
lwhsu  |
Add nagircbot 0.0.20, IRC bot for Nagios.
PR: ports/112210
Submitted by: Antoine Beaupre <anarcat AT koumbit.org> |