diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-30 21:37:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-30 21:37:53 +0000 |
commit | 187c534c836eb704d5f49f220d9baf2db1884106 (patch) | |
tree | 5bf66ceda977bfa15e50e3fda9aaf5c951627fb5 /dns/dnrd | |
parent | 1c4a37ad26614112e55bf1bfee93e84fbfbdd0a6 (diff) | |
download | ports-187c534c836eb704d5f49f220d9baf2db1884106.tar.gz ports-187c534c836eb704d5f49f220d9baf2db1884106.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>
Notes
Notes:
svn path=/head/; revision=150087
Diffstat (limited to 'dns/dnrd')
-rw-r--r-- | dns/dnrd/Makefile | 2 | ||||
-rw-r--r-- | dns/dnrd/distinfo | 5 |
2 files changed, 4 insertions, 3 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 diff --git a/dns/dnrd/distinfo b/dns/dnrd/distinfo index 6986bc13564e..e826c6f838cf 100644 --- a/dns/dnrd/distinfo +++ b/dns/dnrd/distinfo @@ -1,2 +1,3 @@ -MD5 (dnrd-2.20.tar.gz) = 5adea655ede72738e65de00cd3c21b72 -SIZE (dnrd-2.20.tar.gz) = 157772 +MD5 (dnrd-2.20.1.tar.gz) = cbd3657617ecb92e0fd19c5c9f1ccfd7 +SHA256 (dnrd-2.20.1.tar.gz) = 698acae5a0de7e6694dec441d63dbf68d1c9b83c6f43b1b086da11d270ffd40e +SIZE (dnrd-2.20.1.tar.gz) = 157804 |