diff options
Diffstat (limited to 'dns/bind97/Makefile')
-rw-r--r-- | dns/bind97/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index 0ed94c0c89e6..2bd0c4784594 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bind97 -PKGNAMESUFFIX= -devel -PORTVERSION= 9.7.0.rc2 +PORTVERSION= 9.7.0 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -20,7 +19,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.7.0rc2 +ISCVERSION= 9.7.0 MAKE_JOBS_UNSAFE= yes |