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

(-)./postfix-policyd-weight-0.1.14.17/Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	policyd-weight
8
PORTNAME=	policyd-weight
9
PORTVERSION=	0.1.14.14
9
PORTVERSION=	0.1.14.17
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.policyd-weight.org/releases/
11
MASTER_SITES=	http://www.policyd-weight.org/releases/
12
PKGNAMEPREFIX=	postfix-
12
PKGNAMEPREFIX=	postfix-
Lines 20-25 Link Here
20
PLIST_FILES=	bin/${PORTNAME} etc/${PORTNAME}.conf.sample
20
PLIST_FILES=	bin/${PORTNAME} etc/${PORTNAME}.conf.sample
21
21
22
USE_RC_SUBR+=	policyd-weight
22
USE_RC_SUBR+=	policyd-weight
23
USE_PERL5=      yes
24
NO_BUILD=       yes
23
25
24
MAN8+=	policyd-weight.8
26
MAN8+=	policyd-weight.8
25
MAN5+=	policyd-weight.conf.5
27
MAN5+=	policyd-weight.conf.5
(-)./postfix-policyd-weight-0.1.14.17/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (policyd-weight-0.1.14.14.tar.gz) = ec8f36dd68edb2c0bcad8899a9e51668
1
MD5 (policyd-weight-0.1.14.17.tar.gz) = c90128d2442ba343e8127dc0dbdcfd9a
2
SHA256 (policyd-weight-0.1.14.14.tar.gz) = 22c0842388d1695c35ae0fd44597c34b664fb3f9f1c8e11ad2df4dea7f06152d
2
SHA256 (policyd-weight-0.1.14.17.tar.gz) = c13bac397cbd8c018b41686da4e4ce9450fb045752d7f0ab518d9836b39dbf36
3
SIZE (policyd-weight-0.1.14.14.tar.gz) = 54125
3
SIZE (policyd-weight-0.1.14.17.tar.gz) = 54942
(-)./postfix-policyd-weight-0.1.14.17/files/policyd-weight.in (-1 / +1 lines)
Lines 38-44 Link Here
38
38
39
policyd_weight_stop() {
39
policyd_weight_stop() {
40
    echo "Stopping $name"
40
    echo "Stopping $name"
41
    /usr/local/bin/policyd-weight stop
41
    /usr/local/bin/policyd-weight -k stop
42
}
42
}
43
43
44
run_rc_command "$1"
44
run_rc_command "$1"

Return to bug 122194