| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Aug 2012 23:19:40
1.5.0_2
|
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 08:57:23
1.5.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. |
03 Jul 2011 14:03:52
1.5.0_2
|
ohauer  |
-remove MD5 |
09 Jun 2011 00:27:43
1.5.0_2
|
delphij  |
Make it possible to specify socket location and permissions for the milter.
Approved by: maintainer
PR: ports/157674 |
16 Dec 2010 02:34:07
1.5.0_1
|
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
03 May 2010 01:55:44
1.5.0
|
sahil  |
- Update to 1.5.0
PR: ports/146234
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer)
Approved by: wxs@ (mentor) |
27 Mar 2010 00:15:24
1.4.0_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
12 Dec 2009 15:03:52
1.4.0_1
|
miwi  |
- Update WWW
PR: 141207
Submitted by: maintainer |
21 Nov 2009 16:17:05
1.4.0_1
|
miwi  |
Minor port improvements:
- Requires rebuild sendmail port or use WITH_SENDMAIL_STATIC_MILTER when
sendmail from ports is used and ${LOCALBASE}/lib/libmilter.so.X is
not present. See also http://www.freebsd.org/cgi/query-pr.cgi?pr=140080
- Handle WITH_DEBUG properly.
- Notice website in pkg-messages.
PR: 140084
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer) |
22 Aug 2009 00:35:32
1.4.0  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
15 Jul 2009 16:56:10
1.4.0
|
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. |
25 Mar 2009 11:44:35
1.4.0
|
amdmi3  |
- Mark MAKE_JOBS_SAFE for SMP compilation.
PR: 133010
Submitted by: Petr Rehor <prehor at gmail dot com> (maintainer) |
27 Feb 2009 12:45:09
1.4.0
|
miwi  |
- Update to 1.4.0
PR: 131945
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer) |
06 Jun 2008 14:01:07
1.3.1_1
|
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) |
24 Sep 2007 17:23:33
1.3.1
|
miwi  |
- Update to 1.3.1
- Fix using sendmail from Ports (115270)
PR: 116587
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer) |
21 Dec 2006 15:30:10
1.2.1
|
gabor  |
- Update to 1.2.1
- Eliminate pkg-plist
PR: ports/106945
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: erwin (mentor) |
01 Nov 2006 01:44:46
1.2.0
|
clsung  |
- Update to 1.2.0
PR: ports/104249
Submitted by: Jo Rhett<jrhett_AT_netconsonance dot com>
Approved by: maintainer (Petr Rehor) |
25 Apr 2006 22:08:42
1.1.2
|
pav  |
- Update to 1.1.2
PR: ports/95847
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer) |
20 Feb 2006 20:47:50
1.1.1
|
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. |
17 Feb 2006 16:38:48
1.1.1
|
garga  |
- Update to 1.1.1
PR: ports/93453
Submitted by: maintainer |
25 Jan 2006 10:25:35
1.1.0
|
garga  |
- Update to 1.1.0
PR: ports/92271
Submitted by: maintainer |
14 Jan 2006 11:39:52
1.0.4
|
tdb  |
- Update to 1.0.4
- Properly use pidfile variable in rc.d script
PR: 91770
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer) |
17 Nov 2005 20:14:49
1.0.3
|
pav  |
- Update to 1.0.3
- Fix rc script
PR: ports/89198
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer) |
13 Nov 2005 16:28:47
1.0.2
|
lawrance  |
Add amavisd-milter 1.0.2, milter for amavisd-new.
PR: ports/82427
Submitted by: Petr Rehor <prehor@gmail.com> |