| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.06_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. |
22 Oct 2011 23:50:23
1.06_1
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
14 Jun 2011 11:17:43
1.06_1
|
db  |
- correct paths in cgi script usermgmt.cgi so it will run correctly.
PR: ports/157679
Submitted by: takefu@airport.fm |
20 Mar 2011 12:54:45
1.06
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.06
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:15:15
1.06
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
15 Jul 2009 16:56:10
1.06
|
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. |
05 Nov 2008 18:53:45
1.06
|
db  |
- Update to 1.06
PR: ports/128601 |
22 Mar 2008 17:53:23
0.96
|
db  |
- Update to release 0.96 [1]
- Put addons into DATADIR for now
- Pet portlint
PR: ports/121932 [1]
Submitted by: Takefu <takefu@airport.fm> |
15 Feb 2008 16:45:28
0.89
|
db  |
- Update to 0.89
PR: ports/120525
Submitted by: Takefu Kenji <takefu@airport.fm> |
08 Aug 2007 03:44:33
0.83
|
db  |
- Update to release 0.85.
Submitted by: Takefu <takefu@airport.fm>
PR: ports/115067
Approved by: ehaupt (mentor) |
19 Jan 2007 18:14:20
0.83
|
db  |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor) |
24 Sep 2006 17:07:27
0.83
|
pav  |
- Update to 0.8.3
PR: ports/103480
Submitted by: Takefu Kenji <takefu@airport.fm> (maintainer) |
09 May 2006 17:10:44
0.81
|
mnag  |
- Update to 0.81
- portlint(1)
PR: 96996
Submitted by: maintainer |
03 May 2006 23:38:41
0.72
|
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
22 Jan 2006 08:22:09
0.72
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Jan 2006 17:37:14
0.72
|
krion  |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
27 Jun 2004 13:56:54
0.72
|
pav  |
Add thebridge, an amateur radio EchoLink compatible conference bridge
reimplementation for UNIX
PR: ports/68350
Submitted by: Diane Bruce <db@db.net> |