diff options
author | sahil <sahil@FreeBSD.org> | 2012-05-23 10:29:31 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2012-05-23 10:29:31 +0800 |
commit | 080b643ed9ad91ff949bcd4a3ed7991f9d133f02 (patch) | |
tree | 603b8d1b6f55d6fdb1901502beb19206901ee347 /mail/postfix-postfwd/Makefile | |
parent | aeb8ac3370bbf7b51a1a1f7e273f8e10fdf58437 (diff) | |
download | freebsd-ports-gnome-080b643ed9ad91ff949bcd4a3ed7991f9d133f02.tar.gz freebsd-ports-gnome-080b643ed9ad91ff949bcd4a3ed7991f9d133f02.tar.zst freebsd-ports-gnome-080b643ed9ad91ff949bcd4a3ed7991f9d133f02.zip |
- Update to 1.32
PR: ports/167835
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Diffstat (limited to 'mail/postfix-postfwd/Makefile')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index cbfe4e43c4a5..ff2d8d6e2b07 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfwd -PORTVERSION= 1.31 +PORTVERSION= 1.32 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/old/ PKGNAMEPREFIX= postfix- @@ -18,6 +18,7 @@ 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}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes PORTDOCS= arch.html ${PORTNAME}.CHANGELOG ${PORTNAME}.html \ |