svn commit: r399480 - head/mail/postgrey
Mathieu Arnold
mat at FreeBSD.org
Fri Oct 16 14:19:20 UTC 2015
Author: mat
Date: Fri Oct 16 14:19:18 2015
New Revision: 399480
URL: https://svnweb.freebsd.org/changeset/ports/399480
Log:
Update to 1.36
PR: 203722
Submitted by: maintainer
Sponsored by: Absolight
Modified:
head/mail/postgrey/Makefile
head/mail/postgrey/distinfo
Modified: head/mail/postgrey/Makefile
==============================================================================
--- head/mail/postgrey/Makefile Fri Oct 16 14:19:13 2015 (r399479)
+++ head/mail/postgrey/Makefile Fri Oct 16 14:19:18 2015 (r399480)
@@ -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 P
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_re
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
Modified: head/mail/postgrey/distinfo
==============================================================================
--- head/mail/postgrey/distinfo Fri Oct 16 14:19:13 2015 (r399479)
+++ head/mail/postgrey/distinfo Fri Oct 16 14:19:18 2015 (r399480)
@@ -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
More information about the svn-ports-head
mailing list