Commit graph

11 commits

Author SHA1 Message Date
Mathieu Arnold
ef0dd76390 Add missing dependency on GNU sed.
PR:		205744
Submitted by:	Louis Kowolowski
Sponsored by:	Absolight
2016-01-15 16:05:22 +00:00
John Marino
b6cf1d0617 mail/policyd2: fix $command_interpreter warning
While here, clean up a bit.  Use @sample keyword, wrap compound commands
with parentheses, customize WWWDIR, specify PORTDOCS explicitly, and
use MKDIR instead of INSTALL -d.

PR:		194678
Submitted by:	reiner (skoef.nl)
2014-11-13 21:59:48 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Jason Helfman
44cc83d184 - merge to previous commit for command_interpreter of rc script
- bump PORTREVISION

PR:	ports/166332
Spotted by: dougb
Approved by: maintainer (implicit)
Feature safe:	yes
2012-03-29 05:16:28 +00:00
Jason Helfman
ce170942a7 - Update to 2.0.11 [1]
- while here ...
 - tighten post-patch
 - move do-install from copies to copytree_share
 - added BINMODE of 0755 so the instances of INSTALL_SCRIPT install with
   this mode instead of installing, and changing modes afterward
 - updated post-install to install with mode of 666 instead of changing post
 - dropped substitution on pkg-message, as there was nothing to substitute, and
   put in post-install echo msg. remove file, as well.
 - update interpreter in rc script /usr/bin/perl -> %%LOCALBASE%%/bin/perl

PR:	ports/166332
Submitted by:	maintainer, chifeng@gmail.com [1]
Feature safe:	yes
2012-03-26 22:00:16 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Sahil Tandon
d7752141fd Use command_interpreter instead of procname in
rc script. Bump PORTREVISION because this change
alters the default package.

PR:		ports/155779
Submitted by:	Frank Wall <fw@moov.de>
Approved by:	Chifeng QU <chifeng@gmail.com> (maintainer)
2011-05-11 01:18:51 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Ion-Mihai Tetcu
0cf2ea07d5 Update to 2.0.8 and fix runtime issues when installed with custom PREFIX.
PR:		139620
Submitted by:	Sahil Tandon / maintainer
Approved by:	maintainer
2009-10-18 07:03:43 +00:00
Wesley Shields
c53d5d5044 - Rename the RC script to avoid a conflict with mail/postfix-policyd-sf
- No need to repocopy as there is no history to preserve

PR:		ports/129704
Submitted by:	Chifeng Qu <chifeng@gmail.com>
2008-12-18 03:40:09 +00:00
Beech Rintoul
cb5f9169fb Policyd v2
Policyd v2 (codenamed "cluebringer") is a multi-platform policy
server for popular MTAs. This policy daemon is designed mostly
for large scale mail hosting environments.

WWW: http://www.policyd.org

PR:		ports/129385
Submitted by:	Chifeng QU <chifeng at gmail.com>
2008-12-04 03:42:36 +00:00