diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index 18735f27c35c..5b0c06fa4d40 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfwd -PORTVERSION= 1.22 +PORTVERSION= 1.30 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/old/ PKGNAMEPREFIX= postfix- @@ -17,10 +17,13 @@ COMMENT= A postfix firewall policy daemon LICENSE= BSD RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server + ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -PORTDOCS= CHANGELOG ${PORTNAME}.html ${PORTNAME}.txt quick.html versions.html -PORTEXAMPLES= request.sample +PORTDOCS= arch.html ${PORTNAME}.CHANGELOG ${PORTNAME}.html \ + ${PORTNAME}.txt quick.html versions.html + +PORTEXAMPLES= request.sample postfwd.plugins.sample PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample SUB_FILES= pkg-message @@ -45,7 +48,8 @@ post-install: .endif .if !defined(NOPORTEXAMPLES) @${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 555 -d ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/tools/${PORTEXAMPLES} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/tools/request.sample ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/plugins/postfwd.plugins.sample ${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} diff --git a/mail/postfix-postfwd/distinfo b/mail/postfix-postfwd/distinfo index ef0df10ac209..a9199eb7efba 100644 --- a/mail/postfix-postfwd/distinfo +++ b/mail/postfix-postfwd/distinfo @@ -1,2 +1,2 @@ -SHA256 (postfwd-1.22.tar.gz) = dc3109c912e617b6eeca174256b9b93b7a84173d950c97a50bc1ee37564f738e -SIZE (postfwd-1.22.tar.gz) = 246118 +SHA256 (postfwd-1.30.tar.gz) = 44022083c385f4d7825cc44346f812cf137892177be64a2db0a256795f310cfe +SIZE (postfwd-1.30.tar.gz) = 336912