diff options
Diffstat (limited to 'dns/bind920/Makefile')
-rw-r--r-- | dns/bind920/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind920/Makefile b/dns/bind920/Makefile index 31d46408eaeb..b60943aa0254 100644 --- a/dns/bind920/Makefile +++ b/dns/bind920/Makefile @@ -1,14 +1,14 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.20.10 +DISTVERSION= 9.20.11 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 .else # XXX: correct version # dns/bind920 here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} |