diff options
author | dougb <dougb@FreeBSD.org> | 2002-11-17 16:36:20 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-11-17 16:36:20 +0800 |
commit | d5f88bc80aba1fc21617f7ec0d3f78936f9214e1 (patch) | |
tree | 5079178195efdff3c462acc1c91841a4c986d913 /dns/bind8/Makefile | |
parent | 95d07f44c1c872610e359207fa7040ad3291ee83 (diff) | |
download | freebsd-ports-gnome-d5f88bc80aba1fc21617f7ec0d3f78936f9214e1.tar.gz freebsd-ports-gnome-d5f88bc80aba1fc21617f7ec0d3f78936f9214e1.tar.zst freebsd-ports-gnome-d5f88bc80aba1fc21617f7ec0d3f78936f9214e1.zip |
Upgrade to version 8.3.4, which simply cleans up and slightly
improves the security patches released for 8.3.3.
Diffstat (limited to 'dns/bind8/Makefile')
-rw-r--r-- | dns/bind8/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index e456cc4aaf48..62cbc9e3be87 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -11,8 +11,7 @@ # you can generally build it cleanly from the source. - Doug PORTNAME= bind -PORTVERSION= 8.3.3 -PORTREVISION= 1 +PORTVERSION= 8.3.4 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} |