diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-16 14:19:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-16 14:19:18 +0000 |
commit | 598d1dedac4d1ddf922f9b925019cf95d036457a (patch) | |
tree | c57d9f99dc997c14239e50ca2e8d1f6be679cb4b /mail/postgrey | |
parent | Update to 0.0.20151008. (diff) |
Update to 1.36
PR: 203722
Submitted by: maintainer
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=399480
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 15 | ||||
-rw-r--r-- | mail/postgrey/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index faaf641bd313..dfc52e31e7f3 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgrey -PORTVERSION= 1.35 +PORTVERSION= 1.36 CATEGORIES= mail MASTER_SITES= http://postgrey.schweikert.ch/pub/ \ http://postgrey.schweikert.ch/pub/old/ @@ -12,11 +12,12 @@ COMMENT= Greylisting policy server for Postfix LICENSE= GPLv2 -RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ +RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \ p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ p5-Parse-Syslog>=0:${PORTSDIR}/textproc/p5-Parse-Syslog \ - p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ + p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP USE_PERL5= run USE_RC_SUBR= ${PORTNAME} @@ -46,7 +47,7 @@ ETCFILES= whitelist_clients whitelist_recipients USE_RC_SUBR= postgrey -USES= shebangfix perl5 +USES= perl5 shebangfix SHEBANG_FILES= postgrey policy-test contrib/postgreyreport OPTIONS_DEFINE= DOCS @@ -67,8 +68,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/policy-test ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/postgreyreport \ ${STAGEDIR}${PREFIX}/sbin - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/postfix ${STAGEDIR}/${PG_DBDIR} \ - ${STAGEDIR}/${PG_RUNDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/postfix ${STAGEDIR}${PG_DBDIR} \ + ${STAGEDIR}${PG_RUNDIR} .for i in ${ETCFILES} ${INSTALL_DATA} ${WRKSRC}/postgrey_${i} \ ${STAGEDIR}${PREFIX}/etc/postfix/postgrey_${i}.sample diff --git a/mail/postgrey/distinfo b/mail/postgrey/distinfo index dab141969687..687eb80f3797 100644 --- a/mail/postgrey/distinfo +++ b/mail/postgrey/distinfo @@ -1,2 +1,2 @@ -SHA256 (postgrey-1.35.tar.gz) = f6a6956630803e6f79ebff6ad0cc0d46ba32046ed6cc260e38e6f591de7bbdcf -SIZE (postgrey-1.35.tar.gz) = 36610 +SHA256 (postgrey-1.36.tar.gz) = a22bf8c42518d802a32b070332b7ca3aed985ff4f9a59cd04028c56988585f26 +SIZE (postgrey-1.36.tar.gz) = 38797 |