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.
from rc.conf, so if you changed things like milterbogom_user it will not take
the changes.
This was noticed by Andrey Chernov and he also sent the patch to fix it.
PR: 105262
Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer)
- Create the bogomilter user with /sbin/nologin as shell and /nonexistent
as home directory
- Update the maintainer's email address
Moreover:
- Unconditionally define PORTDOCS, as ${NOPORTDOCS} is now tested by
bsd.port.mk
- Install manual page in ${MAN8PREFIX}
[1]:
PR: ports/82583
Submitted by: maintainer
- Update to 1.7.1
- Convert the startup script to rcNG
- Create a bogomilter user
Moreover:
- Use ${LOCALBASE}/bin/bogofilter rather than /usr/local/bin/bogofilter
- Fix the configuration file path in bogom.8
- Fix the packing list when NOPORTDOCS is defined
PR: ports/81417 [1]
Submitted by: maintainer [1]