git: 91b524c27a88 - main - dns/dnscap: Update to 2.0.1

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:51:34 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91b524c27a88971a29bcc3c0a8f209aafb09ab97

commit 91b524c27a88971a29bcc3c0a8f209aafb09ab97
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:58 +0000

    dns/dnscap: Update to 2.0.1
    
    Changes:        https://github.com/DNS-OARC/dnscap/releases
---
 dns/dnscap/Makefile | 10 +++++-----
 dns/dnscap/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile
index 9a9779df5c86..d78a2e67de43 100644
--- a/dns/dnscap/Makefile
+++ b/dns/dnscap/Makefile
@@ -1,7 +1,7 @@
 # Created by: Edwin Groothuis <edwin at mavetju.org>
 
 PORTNAME=	dnscap
-PORTVERSION=	1.12.0
+PORTVERSION=	2.0.1
 PORTEPOCH=	1
 CATEGORIES=	dns
 MASTER_SITES=	https://www.dns-oarc.net/files/dnscap/ \
@@ -13,6 +13,8 @@ COMMENT=	DNS network traffic capture utility
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS=	libldns.so:dns/ldns
+
 USES=		autoreconf libtool localbase pkgconfig ssl
 
 CONFIGURE_ARGS=	--enable-shared --enable-static
@@ -26,10 +28,8 @@ OPTIONS_DEFAULT=THREADS
 OPTIONS_SUB=	yes
 CDS_DESC=	CBOR DNS Stream (CDS) format (experimental)
 
-CDS_CONFIGURE_OFF=	ac_cv_lib_ldns_ldns_wire2pkt=no \
-			ac_cv_lib_tinycbor_cbor_parser_init=no
-CDS_LIB_DEPENDS=	libldns.so:dns/ldns \
-			libtinycbor.so:devel/tinycbor
+CDS_CONFIGURE_OFF=	ac_cv_lib_tinycbor_cbor_parser_init=no
+CDS_LIB_DEPENDS=	libtinycbor.so:devel/tinycbor
 THREADS_CONFIGURE_ENABLE=	threads
 
 post-patch:
diff --git a/dns/dnscap/distinfo b/dns/dnscap/distinfo
index ab9946d1026d..afd8f7053ed7 100644
--- a/dns/dnscap/distinfo
+++ b/dns/dnscap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604480706
-SHA256 (dnscap-1.12.0.tar.gz) = 564deb3b7abc5197950bf223bdc9ed7d2a2a04fbadf2f04ed7cd7d57e9d175c7
-SIZE (dnscap-1.12.0.tar.gz) = 706820
+TIMESTAMP = 1620405347
+SHA256 (dnscap-2.0.1.tar.gz) = 1000d26ea24df06391acccd6663d98532225bf08dec738db1610616f0b480350
+SIZE (dnscap-2.0.1.tar.gz) = 732934


More information about the dev-commits-ports-all mailing list