diff options
Diffstat (limited to 'dns/bind912/Makefile')
-rw-r--r-- | dns/bind912/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index c3dea7eee4d5..9190a75ae1a1 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind912 here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -30,7 +30,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0rc3 +ISCVERSION= 9.12.0 USES= cpe libedit |