diff options
author | itojun <itojun@pkgsrc.org> | 2001-11-21 02:08:31 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-11-21 02:08:31 +0000 |
commit | 7584e10560b1f725e443e32b3f6e1d418b5c4b37 (patch) | |
tree | 89882100815790867f613b9afa07b734a3e3259d /net/bind9-current/Makefile | |
parent | dedc8817da882b680d51493c484209edc29a350d (diff) | |
download | pkgsrc-7584e10560b1f725e443e32b3f6e1d418b5c4b37.tar.gz |
upgrade to 9.2.0rc10.
change summary from ISC announcement:
Several bugs in 9.2.0rc9 have been fixed.
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 038e68715de..669504f5f07 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/11/08 01:26:33 itojun Exp $ +# $NetBSD: Makefile,v 1.31 2001/11/21 02:08:31 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -14,7 +14,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.2.0rc9 +BIND_VERSION= 9.2.0rc10 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads |