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

(-)Makefile (-8 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	postgrey
4
PORTNAME=	postgrey
5
PORTVERSION=	1.35
5
PORTVERSION=	1.36
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
7
MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
8
		http://postgrey.schweikert.ch/pub/old/
8
		http://postgrey.schweikert.ch/pub/old/
Lines 12-22 Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
RUN_DEPENDS=	p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
15
RUN_DEPENDS=	p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \
16
		p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \
16
		p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \
17
		p5-Parse-Syslog>=0:${PORTSDIR}/textproc/p5-Parse-Syslog \
17
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
18
		p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \
18
		p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
19
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
19
		p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
20
		p5-Parse-Syslog>=0:${PORTSDIR}/textproc/p5-Parse-Syslog
20
21
21
USE_PERL5=	run
22
USE_PERL5=	run
22
USE_RC_SUBR=	${PORTNAME}
23
USE_RC_SUBR=	${PORTNAME}
Lines 46-52 Link Here
46
47
47
USE_RC_SUBR=	postgrey
48
USE_RC_SUBR=	postgrey
48
49
49
USES=		shebangfix perl5
50
USES=		perl5 shebangfix
50
SHEBANG_FILES=	postgrey policy-test contrib/postgreyreport
51
SHEBANG_FILES=	postgrey policy-test contrib/postgreyreport
51
52
52
OPTIONS_DEFINE=	DOCS
53
OPTIONS_DEFINE=	DOCS
Lines 67-74 Link Here
67
	${INSTALL_SCRIPT} ${WRKSRC}/policy-test ${STAGEDIR}${PREFIX}/sbin
68
	${INSTALL_SCRIPT} ${WRKSRC}/policy-test ${STAGEDIR}${PREFIX}/sbin
68
	${INSTALL_SCRIPT} ${WRKSRC}/contrib/postgreyreport \
69
	${INSTALL_SCRIPT} ${WRKSRC}/contrib/postgreyreport \
69
		${STAGEDIR}${PREFIX}/sbin
70
		${STAGEDIR}${PREFIX}/sbin
70
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/postfix ${STAGEDIR}/${PG_DBDIR} \
71
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/postfix ${STAGEDIR}${PG_DBDIR} \
71
		${STAGEDIR}/${PG_RUNDIR}
72
		${STAGEDIR}${PG_RUNDIR}
72
.for i in ${ETCFILES}
73
.for i in ${ETCFILES}
73
	${INSTALL_DATA} ${WRKSRC}/postgrey_${i} \
74
	${INSTALL_DATA} ${WRKSRC}/postgrey_${i} \
74
		${STAGEDIR}${PREFIX}/etc/postfix/postgrey_${i}.sample
75
		${STAGEDIR}${PREFIX}/etc/postfix/postgrey_${i}.sample
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (postgrey-1.35.tar.gz) = f6a6956630803e6f79ebff6ad0cc0d46ba32046ed6cc260e38e6f591de7bbdcf
1
SHA256 (postgrey-1.36.tar.gz) = a22bf8c42518d802a32b070332b7ca3aed985ff4f9a59cd04028c56988585f26
2
SIZE (postgrey-1.35.tar.gz) = 36610
2
SIZE (postgrey-1.36.tar.gz) = 38797

Return to bug 203722