diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-10-18 05:22:55 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-10-18 05:22:55 +0000 |
commit | 85d098279b1f8968c22b3ebb4917ceb369b61924 (patch) | |
tree | 204a9d9b77df4e20acd03001e4bd37b61e017a09 /mail | |
parent | 8a3a4d01ab5715d21c9a1f3d93bda3f4be1fa9b3 (diff) | |
download | ports-85d098279b1f8968c22b3ebb4917ceb369b61924.tar.gz ports-85d098279b1f8968c22b3ebb4917ceb369b61924.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 14 | ||||
-rw-r--r-- | mail/postfix-postfwd/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-postfwd/files/postfwd.in | 2 |
3 files changed, 10 insertions, 12 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index f4239cb0bdbd..814c11464543 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -6,21 +6,20 @@ # PORTNAME= postfwd -DISTVERSION= 1.10.7b +DISTVERSION= 1.10.8b CATEGORIES= mail MASTER_SITES= http://www.postfwd.org/old/ PKGNAMEPREFIX= postfix- -DISTNAME= postfwd-1.10pre7b +DISTNAME= postfwd-1.10pre8b MAINTAINER= sahil@tandon.net COMMENT= A postfix firewall policy daemon -RUN_DEPENDS= ${SITE_PERL}/Net/DNS/Async.pm:${PORTSDIR}/dns/p5-Net-DNS-Async \ - ${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex PORTDOCS= CHANGELOG postfwd.html postfwd.txt -PORTEXAMPLES= postfwd-rblcheck.pl request.sample +PORTEXAMPLES= request.sample PLIST_FILES= bin/postfwd etc/postfwd.conf.sample SUB_FILES= pkg-message @@ -29,14 +28,14 @@ USE_RC_SUBR= postfwd USE_PERL5_RUN= yes NO_BUILD= yes -MAN1= postfwd.1 +MAN8= postfwd.8 .include <bsd.port.pre.mk> do-install: @${INSTALL_SCRIPT} ${WRKSRC}/sbin/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.cf ${PREFIX}/etc/${PORTNAME}.conf.sample - @${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1/ + @${INSTALL_MAN} ${WRKSRC}/man/man8/${MAN8} ${MANPREFIX}/man/man8/ post-install: .if !defined(NOPORTDOCS) @@ -45,7 +44,6 @@ post-install: .endif .if !defined(NOPORTEXAMPLES) @${INSTALL} -d ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/bin/postfwd-rblcheck.pl ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/tools/request.sample ${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} diff --git a/mail/postfix-postfwd/distinfo b/mail/postfix-postfwd/distinfo index 8233fab3d557..5c737ef39501 100644 --- a/mail/postfix-postfwd/distinfo +++ b/mail/postfix-postfwd/distinfo @@ -1,3 +1,3 @@ -MD5 (postfwd-1.10pre7b.tar.gz) = 6ae4a3f7b7748ff20dc8ec915f76c4e9 -SHA256 (postfwd-1.10pre7b.tar.gz) = e8213518032061f6a85dcd54846f487d78e1f9886ef950dfc95456de1de0c70a -SIZE (postfwd-1.10pre7b.tar.gz) = 81798 +MD5 (postfwd-1.10pre8b.tar.gz) = 077855c4b7ce015deec16cddd2c5156e +SHA256 (postfwd-1.10pre8b.tar.gz) = ea60b32c511145d0d8724babd327c7a2091739b7647fbff0d3d1e7d83a0cca46 +SIZE (postfwd-1.10pre8b.tar.gz) = 84688 diff --git a/mail/postfix-postfwd/files/postfwd.in b/mail/postfix-postfwd/files/postfwd.in index 1f8580c706cb..78ede09dceff 100644 --- a/mail/postfix-postfwd/files/postfwd.in +++ b/mail/postfix-postfwd/files/postfwd.in @@ -40,6 +40,6 @@ esac : ${postfwd_enable="NO"} : ${postfwd_config="%%PREFIX%%/etc/${name}.conf"} -command_args="-d -f ${required_files} -i 127.0.0.1 -p 10040 -u nobody -g nobody -S" +command_args="--shortlog --summary=600 --cache=600 --cache-rbl-timeout=3600 --cleanup-requests=1200 --cleanup-rbls=1800 --cleanup-rates=1200 -d -f ${required_files} -i 127.0.0.1 -p 10040 -u nobody -g nobody" run_rc_command "$1" |