| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Dec 2009 02:19:12
205_5
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
15 Jul 2009 17:56:10
205_5
|
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 Jun 2009 04:21:28
205_5
|
bland  |
Improve output buffer flushing so the aux info (timestamp etc) do not
stuck till the next cycle. |
16 Feb 2009 20:43:17
205_4
|
miwi  |
- Reset Maintainer
PR: 131742
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> (maintainer) |
13 Feb 2009 15:31:11
205_4
|
tabthorpe  |
- Pass maintainership to submitter
Submitted by: Sergey Voronkov via freebsd-ports@ |
29 Apr 2008 06:11:44
205_4
|
linimon  |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
24 Sep 2007 06:18:45
205_4
|
edwin  |
[PATCH] sysutils/mbmon - enables recognition of 657DHG controller
Enclosed one line patch enables mbmon's recognition of the 657DHG
temp sensing device on the Asus P5x motherboard series
PR: ports/116474
Submitted by: Howard Goldstein <hg@queue.to>
Approved by: maintainer timeout |
10 Jul 2006 19:32:32
205_3
|
dougb  |
Remove a new crop of the long-spurious FreeBSD KEYWORDs. |
03 May 2006 20:46:55
205_3
|
jylefort  |
Call fflush() after printing sensor values. This allows to use mbmon
in scripts, etc. |
03 May 2006 18:32:38
205_2
|
jylefort  |
Recognize a Winbond chip on the MSI Neo4-FI motherboard.
PR: ports/96718
Submitted by: pav |
19 Mar 2006 02:24:30
205_1
|
jylefort  |
Add a rcng startup script for the daemon mode.
PR: ports/94610
Submitted by: Douglas K. Rand <rand@meridian-enviro.com> |
01 Feb 2006 20:05:08
205
|
jylefort  |
- Split into two ports: mbmon (tty) and xmbmon (X)
- Remove -s from LDFLAGS (do not unconditionally strip, let
${INSTALL_PROGRAM} do it)
- Use OPTIONS
- Decouple manpage installation from NOPORTDOCS
- xmbmon:
- use X prefix
- install xmbmon.resources into the appropriate location
- do not require a font package: use fixed rather than Helvetica [1]
- Take maintainership
[1]:
PR: ports/92600
Submitted by: Daniel Berlin <mail@daniel-berlin.de> |