diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-05-25 21:39:43 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-05-25 21:39:43 +0800 |
commit | 634d5454b281ce08edb927bcf83bb8d6bb1ec03b (patch) | |
tree | 61c776e84ee09460da2302218c71e0e06b80a488 /mail/postfix-policyd-weight/Makefile | |
parent | e7a208c1d57155abce8e7c8bb621ca88e432607f (diff) | |
download | freebsd-ports-gnome-634d5454b281ce08edb927bcf83bb8d6bb1ec03b.tar.gz freebsd-ports-gnome-634d5454b281ce08edb927bcf83bb8d6bb1ec03b.tar.zst freebsd-ports-gnome-634d5454b281ce08edb927bcf83bb8d6bb1ec03b.zip |
- fix for new Net::DNS>=0.72
- bump required Net::DNS to >=0.72
- bump PORTREVISION
Diffstat (limited to 'mail/postfix-policyd-weight/Makefile')
-rw-r--r-- | mail/postfix-policyd-weight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile index 87e4325008dc..447d8a63bb00 100644 --- a/mail/postfix-policyd-weight/Makefile +++ b/mail/postfix-policyd-weight/Makefile @@ -3,7 +3,7 @@ PORTNAME= policyd-weight PORTVERSION= 0.1.15.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.policyd-weight.org/releases/ \ LOCAL/ohauer @@ -14,7 +14,7 @@ COMMENT= Weighted policy daemon for postfix LICENSE= GPLv2 -RUN_DEPENDS= p5-Net-DNS>=0.52:${PORTSDIR}/dns/p5-Net-DNS \ +RUN_DEPENDS= p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-IP>0:${PORTSDIR}/net-mgmt/p5-Net-IP SUB_FILES= pkg-message |