| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
3.12
|
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
3.12
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
3.12
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
27 Nov 2009 22:52:30
3.12
|
sylvio  |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
18 Oct 2009 06:15:23
3.12
|
itetcu  |
Fix install port with custom PREFIX.
PR: 139585
Submitted by: Sahil Tandon
Approved by: maintainer |
13 Sep 2009 00:12:21
3.12
|
miwi  |
- Over to latest submitter |
12 Sep 2009 23:58:13
3.12
|
miwi  |
- Reset maintainer
Mail bounce: <null@1system.ru>: Recipient address rejected: User unknown .. |
12 Sep 2009 23:29:12
3.12
|
miwi  |
- Update to 3.12
PR: 138253
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout |
15 Jul 2009 16:56:10
3.11
|
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. |
23 Jan 2006 09:18:45
3.11
|
garga  |
- Add a MASTER_SITES backup and remove reference to MASTER_SITE_LOCAL since
this version is not available at mnag's subdir.
Submitted by: maintainer by email
Noticed by: krismail |
22 Jan 2006 02:46:07
3.11
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Dec 2005 10:09:14
3.11
|
garga  |
- Update to 3.11
Changes:
o Correctly initialize supplementary group list for systems w/o login
classes.
o Author finished support cnupm, now cnupm supported by support@openbsd.ru
PR: ports/90787
Submitted by: maintainer |
28 Nov 2005 16:11:45
3.10
|
mnag  |
Update to 3.10
Add SHA256
PR: 89656
Submitted by: Dennis S.Davidoff <null@1system.ru> (maintainer) |
21 Oct 2005 23:12:56
3.9
|
mnag  |
Add another MASTER_SITE, because first site have temporary fails.
Notified by: kris |
13 Oct 2005 06:38:46
3.9
|
linimon  |
Pacify distfile survey by following redirects on URLs.
Source: distfile survey |
05 Oct 2005 17:01:34
3.9
|
mnag  |
Update to 3.9
PR: 86938
Submitted by: Dennis S.Davidoff <null@1system.ru> (maintainer)
Approved by: pav (mentor) |
22 Jun 2005 15:40:51
3.8
|
lawrance  |
Add cnupm 3.8, the BPF Traffic Collector (IPv4/IPv6).
PR: ports/66275
Submitted by: Dennis S. Davidoff <null@1system.ru> |