git: e0fc3c632ecc - main - dns/dnscap: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:33:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0fc3c632eccbf66c43be681f2d03a4ecf6c3e2f commit e0fc3c632eccbf66c43be681f2d03a4ecf6c3e2f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:13:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:29:47 +0000 dns/dnscap: Update WWW and clean up pkg-descr --- dns/dnscap/Makefile | 3 ++- dns/dnscap/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index 13697dca941d..2ec36af68b7e 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -7,7 +7,8 @@ MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNS network traffic capture utility -WWW= https://www.dns-oarc.net/tools/dnscap +WWW= https://www.dns-oarc.net/tools/dnscap \ + https://github.com/DNS-OARC/dnscap LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/dns/dnscap/pkg-descr b/dns/dnscap/pkg-descr index 44a046f17711..8aa92d21a6dc 100644 --- a/dns/dnscap/pkg-descr +++ b/dns/dnscap/pkg-descr @@ -2,5 +2,3 @@ dnscap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format. This utility is similar to tcpdump(1), but has a number of features tailored to DNS transactions and protocol options. OARC uses dnscap for DITL data collections. - -See also: https://github.com/DNS-OARC/dnscap