1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 1.16 to fix distfile fetch & support reload rc.d command.

PR:		71901
Submitted by:	MAINTAINER
Approved by:	portmgr (self)
This commit is contained in:
Will Andrews 2004-09-23 02:07:36 +00:00
parent 5a1e6a8f8f
commit 942f1d54f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118347
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= postgrey
PORTVERSION= 1.15
PORTVERSION= 1.16
CATEGORIES= mail
MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/

View File

@ -1,2 +1,2 @@
MD5 (postgrey-1.15.tar.gz) = 656e2b0992c95bad51e9bb0e5004bee1
SIZE (postgrey-1.15.tar.gz) = 23382
MD5 (postgrey-1.16.tar.gz) = f9f0636ee3df680423b0ad7ace1edeec
SIZE (postgrey-1.16.tar.gz) = 23579

View File

@ -23,6 +23,7 @@ rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/postgrey
command_interpreter=/usr/bin/perl
required_dirs=/var/db/postgrey
extra_commands=reload
stop_postcmd=stop_postcmd
@ -38,6 +39,7 @@ postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"}
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \
--inet=10023 -d --user=postgrey --dbdir=/var/db/postgrey \
--whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients \
--whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients.local \
--whitelist-recipients=%%PREFIX%%/etc/postfix/postgrey_whitelist_recipients"}
pidfile="${postgrey_pidfile}"