diff options
Diffstat (limited to 'dns/bind9-devel/Makefile')
-rw-r--r-- | dns/bind9-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 5b52ee88681c..b6306abb7c51 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.09.07 -HASH= 5125df6 +ISCVERSION= 9.12.0a.2016.09.27 +HASH= e9917a5 USES= cpe libedit |