| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Jul 2009 17:56:10
2.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. |
03 Sep 2008 04:04:35
2.30_3
|
linimon  |
Reset christian.schade@interface-systems.de due to maintainer-timeouts
and no response to email.
Hat: portmgr |
19 Jun 2008 08:07:01
2.30_3
|
lippe  |
- Fix typo on startup script.
PR: ports/124510
Submitted by: Junichi Matsuyama <QVB00057@nifty.com>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) |
06 Jun 2008 14:43:09
2.30_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
17 Apr 2008 02:31:48
2.30_2
|
wxs  |
Add necessary information to RC script.
PR: ports/121669
Submitted by: Doug Martin <drearwig@hotmail.com>
Approved by: garga (mentor), maintainer (timeout) |
07 Oct 2007 06:45:04
2.30_1
|
linimon  |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
08 Sep 2007 02:01:47
2.30_1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
07 Oct 2006 12:47:19
2.30_1
|
pav  |
- Switch to rc_subr startup script. The app will now run under spamd user by
default
PR: ports/99794
Submitted by: Marshal Newrock <marshal@idealso.com>
Approved by: maintainer timeout (3 months) |
09 Dec 2005 09:59:42
2.30
|
leeym  |
- Allow spampd to change user_directory [1]
- update to 2.30
- mark IGNORE on old perl
PR: [1] ports/88901
Submitted by: Rauf Kuliyev <rauf@kuliyev.com>
Approved by: maintainer |
06 Dec 2004 14:02:49
2.20
|
sem  |
Forced commit to note the previous commit was submitted not maintainer
but Linh Pham <question+fbsdports(at)closedsrc.org> |
06 Dec 2004 13:59:54
2.20
|
sem  |
- Update to 2.20
PR: ports/74540
Submitted by: maintainer |
03 Nov 2004 10:43:32
2.12_1
|
joerg  |
Support the changed API of spamassassin 3.0.
Submitted by: maintainer |
08 Apr 2004 09:00:34
2.12
|
joerg  |
Initial import of spampd, an SMPT/LMTP proxy that connects to
spamassassin. Useful to wire spamassassin into Postfix.
Submitted by: Christian Schade <christian.schade@interface-systems.de> |