| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Jan 2013 16:34:40
0.30_3
|
dinoex  |
- cleanup header |
05 Aug 2012 23:19:40
0.30_3
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 14:52:13
0.30_3
|
dinoex  |
- escape shell names |
14 Jan 2012 08:57:23
0.30_3
|
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 Nov 2011 14:10:33
0.30_3
|
dinoex  |
- use Author:
Feature safe: yes |
06 Nov 2011 23:45:43
0.30_3
|
dougb  |
Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion
While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.
Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
03 Jul 2011 13:53:52
0.30_3
|
ohauer  |
- remove MD5 |
15 Jul 2009 16:56:10
0.30_3
|
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. |
28 Mar 2009 15:32:58
0.30_3
|
dinoex  |
- use RCNG script |
13 Jan 2007 04:16:24
0.30_2
|
dinoex  |
- use milter framework |
09 Nov 2006 12:43:27
0.30_2
|
dinoex  |
- take maintainership |
25 Nov 2005 15:31:02
0.30_2
|
pav  |
- Add SHA256 |
26 Apr 2005 08:20:57
0.30_2
|
vs  |
Use PLIST_FILES & SUB_FILES |
26 Mar 2004 02:16:08
0.30_2
|
trevor  |
Add size data. |
26 Mar 2004 00:56:15
0.30_2
|
trevor  |
E-mail to the maintainer bounced with:
451 codeheadsystems.com: Name server timeout
Message could not be delivered for 5 days |
16 Feb 2004 02:32:34
0.30_2
|
kris  |
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION. |
04 Feb 2004 05:10:27
0.30_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
07 Apr 2003 19:14:06
0.30
|
dinoex  |
- Fix more linebreaks |
07 Apr 2003 19:09:33
0.30
|
dinoex  |
This is a simple sendmail milter which adds an X-RBL-Warning header to
any emails that are received that come from an open relay as
determined by your choice of RBL checking service (i.e. bl.spamcop.net).
This is useful if you'd rather have the mail user agent (MUA) deal with
potential spam rather than just blocking it in case you loose
legitimate messages. Note that the X-RBL-Warning header is only set if
the site was found to be an open-relay.
For more information, see the rbl-milter website at:
WWW: http://opensource.confusticate.com/rbl-milter/
RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and
the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com>
PR: 45605
Submitted by: wolpert@codeheadsystems.com |