diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-04-14 23:07:14 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-04-14 23:07:14 +0000 |
commit | 4c867050c9d32bd4c51bd905d17ee37e4769c4f3 (patch) | |
tree | 689d4c9ec0855eb69fea7e783e479b3c9bea14f2 /mail/postfix-postfwd | |
parent | d1b55a25b071243d9135a454ed81e5249928a4de (diff) |
- Update RUN_DEPENDS [1]
- Bump PORTREVISION for dependency change
- Change my email to sahil@FreeBSD.org
Reported by: Ziaya Syed Hasan <ziaya@sipradi.com.np> [1]
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=252698
Diffstat (limited to 'mail/postfix-postfwd')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index ae77aabe0028..ee6d16aad5e1 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -7,15 +7,16 @@ PORTNAME= postfwd PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/old/ PKGNAMEPREFIX= postfix- -MAINTAINER= sahil@tandon.net +MAINTAINER= sahil@FreeBSD.org COMMENT= A postfix firewall policy daemon RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex + ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server PORTDOCS= CHANGELOG ${PORTNAME}.html ${PORTNAME}.txt PORTEXAMPLES= request.sample |