Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Apr 2016 14:16:20
2.42_2
 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
10 Sep 2015 09:43:32
2.42_2
 |
des  |
Previous commit unintentionally disabled taint mode. |
09 Sep 2015 14:02:07
2.42_1
 |
des  |
Fix rc script so status and restart work. |
09 Sep 2015 13:43:44

 |
des  |
Upgrade to latest version and assume maintainership. |
11 Mar 2014 21:49:40
2.30_5
 |
adamw  |
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection." |
20 Jan 2014 13:44:35
2.30_5
 |
mat  |
Support staging. |
20 Sep 2013 19:59:14
2.30_5
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
03 Aug 2013 08:45:52
2.30_5
 |
az  |
- Convert to new perl framework
- Trim Makefile header |
28 Jun 2012 18:37:23
2.30_5
|
az  |
- Remove SITE_PERL from *_DEPENDS |
14 Jan 2012 08:57:23
2.30_5
|
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. |
03 Jul 2011 13:53:52
2.30_5
|
ohauer  |
- remove MD5 |
16 Dec 2010 02:34:07
2.30_5
|
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
28 Jul 2010 15:58:40
2.30_4
|
arved  |
Fix sig_stop in rc.d script
Bump PORTREVISION
PR: 148868
Submitted by: danger |
27 Mar 2010 00:15:24
2.30_3
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16: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 03: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 07: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 13: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 01: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 05: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 01: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 11: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 08: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> |