View | Details | Raw Unified | Return to bug 226656
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	postgrey
4
PORTNAME=	postgrey
5
PORTVERSION=	1.37
5
PORTVERSION=	1.37
6
PORTREVISION=	1
6
CATEGORIES=	mail
7
CATEGORIES=	mail
7
MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
8
MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
8
		http://postgrey.schweikert.ch/pub/old/
9
		http://postgrey.schweikert.ch/pub/old/
(-)files/postgrey.in (+1 lines)
Lines 34-39 Link Here
34
: ${postgrey_flags:=--inet=10023}
34
: ${postgrey_flags:=--inet=10023}
35
35
36
command=%%PREFIX%%/sbin/postgrey
36
command=%%PREFIX%%/sbin/postgrey
37
extra_commands=reload
37
pidfile=%%PG_RUNDIR%%/postgrey.pid
38
pidfile=%%PG_RUNDIR%%/postgrey.pid
38
required_dirs="${postgrey_dbdir} %%PG_RUNDIR%%"
39
required_dirs="${postgrey_dbdir} %%PG_RUNDIR%%"
39
40

Return to bug 226656