| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.1.0_2
|
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. |
19 Mar 2011 12:38:54
1.1.0_2
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.1.0_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Mar 2010 13:59:03
1.1.0_2
|
miwi  |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
15 Jul 2009 16:56:10
1.1.0_2
|
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. |
07 Apr 2009 19:41:45
1.1.0_2
|
itetcu  |
- fix plist with -DNOPORTEXAMPLES
- while here, modernize the port (USE_RC_SUBR, SUB_FILES)
- bump PORTREVISION
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail |
05 Jan 2009 19:44:02
1.1.0_1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
08 Dec 2008 21:10:35
1.1.0_1
|
beech  |
- Fix MASTER_SITES (make fetchable)
PR: ports/129443
Submitted by: Alexander Kirpa <freebsd-bug@kirpa.com>
Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer) |
04 Oct 2007 00:50:28
1.1.0_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
07 Sep 2007 19:31:41
1.1.0_1
|
beech  |
- Add patch - Set LANG=C while doing character translations.
PR: ports/115966
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer),
sat (mentor) |
30 Aug 2007 17:58:16
1.1.0_1
|
sem  |
- Patch to fix build with gcc 4.x
- PORTREVISION bump because some minor functional changes.
PR: ports/115841
Submitted by: maintainer |
20 Feb 2006 20:47:50
1.1.0
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 09:48:59
1.1.0
|
edwin  |
SHA256ify
Approved by: krion@ |
18 Jul 2005 20:54:41
1.1.0
|
pav  |
- Update to 1.1.0
PR: ports/83633
Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) |
07 Aug 2004 19:22:52
1.0.2
|
krion  |
Fix build with gcc-3.4
PR: ports/70131
Submitted by: maintainer |
21 Jul 2004 12:48:22
1.0.2
|
krion  |
Update to 1.0.2
PR: ports/69343
Submitted by: maintainer |
02 Mar 2004 23:23:55
1.0.1
|
pav  |
- Update to 1.0.1
PR: ports/63650
Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) |
11 Jan 2004 23:03:43
1.0.0_1
|
krion  |
- Data transfere may be aborted now with the next message,
because the EINTR error isn't handled: "426 Data connection:
Interrupted system call".
PR: 61221
Submitted by: maintainer |
04 Dec 2003 15:04:26
1.0.0
|
krion  |
- Update to version 1.0.0
PR: 59761
Submitted by: maintainer |
21 Oct 2003 14:43:28
0.6.3
|
krion  |
- Fix build on -current
PR: 58200
Submitted by: maintainer |
06 Sep 2003 00:14:11
0.6.3
|
leeym  |
update to 0.6.3
PR: 56508
Submitted by: Nick Leuta <skynick@mail.sc.ru> |
06 Apr 2003 15:06:19
0.6.2
|
arved  |
Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.
PR: 44756
Submitted by: Nick Leuta <skynick@stu.lipetsk.ru> |