diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-01 05:37:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-01 05:37:53 +0800 |
commit | 69138b1e0da05a17780d4b166457ed47d7aee907 (patch) | |
tree | b6ccf5270b0c6fa4f46e714e43c624f5781e0ad8 /dns/dnrd/Makefile | |
parent | eb0d19b1504bfc3ca9ed3c249ad2e7891ced97c2 (diff) | |
download | freebsd-ports-gnome-69138b1e0da05a17780d4b166457ed47d7aee907.tar.gz freebsd-ports-gnome-69138b1e0da05a17780d4b166457ed47d7aee907.tar.zst freebsd-ports-gnome-69138b1e0da05a17780d4b166457ed47d7aee907.zip |
Update port: dns/dnrd (bug fix release)
DNRD will always bind to all interfaces, even if the user specifically
says it should bind to only one, using the -a option.
PR: ports/89774
Submitted by: Natanael Copa <natanael.copa@gmail.com>
Diffstat (limited to 'dns/dnrd/Makefile')
-rw-r--r-- | dns/dnrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index dbc082018fd0..9dbcc3ca2559 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnrd -PORTVERSION= 2.20 +PORTVERSION= 2.20.1 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dnrd |