diff options
Diffstat (limited to 'dns/bind98/Makefile')
-rw-r--r-- | dns/bind98/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 68ffa643be3c..3bab874a41a7 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.0.1 +PORTVERSION= 9.8.0.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.8.0-P1 +ISCVERSION= 9.8.0-P2 MAKE_JOBS_UNSAFE= yes |