diff options
author | sahil <sahil@FreeBSD.org> | 2011-09-08 06:42:24 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-09-08 06:42:24 +0800 |
commit | 8a835d0099745e494861a54a46d19b296c9e65fb (patch) | |
tree | cfa8a46432bdef52664d43ee997da90784475e36 /mail/postfix-postfwd/Makefile | |
parent | 266f78bdb6eeae2c00566a06287349ee975d4ada (diff) | |
download | freebsd-ports-gnome-8a835d0099745e494861a54a46d19b296c9e65fb.tar.gz freebsd-ports-gnome-8a835d0099745e494861a54a46d19b296c9e65fb.tar.zst freebsd-ports-gnome-8a835d0099745e494861a54a46d19b296c9e65fb.zip |
- Update to 1.30
Diffstat (limited to 'mail/postfix-postfwd/Makefile')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
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} |