diff options
author | dougb <dougb@FreeBSD.org> | 2003-06-10 04:30:26 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-06-10 04:30:26 +0800 |
commit | 9ecd613d0a9538884f3e251276af4e681602b2f1 (patch) | |
tree | 3a8429464ab76b994ef757399cf949fed5b106af /net/bind8/Makefile | |
parent | b187d758b0b6abd18ba0b10ba0f4cc9d9220ad59 (diff) | |
download | freebsd-ports-gnome-9ecd613d0a9538884f3e251276af4e681602b2f1.tar.gz freebsd-ports-gnome-9ecd613d0a9538884f3e251276af4e681602b2f1.tar.zst freebsd-ports-gnome-9ecd613d0a9538884f3e251276af4e681602b2f1.zip |
Upgrade to version 8.3.6, which is a maintenance release to fix a couple
of small bugs discovered in 8.3.5. See CHANGES for details.
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index e545121a904f..78ace0c41686 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -11,7 +11,7 @@ # you can generally build it cleanly from the source. - Doug PORTNAME= bind -PORTVERSION= 8.3.5 +PORTVERSION= 8.3.6 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} |