From owner-svn-ports-all@freebsd.org Thu Oct 3 19:27:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12B5613E329; Thu, 3 Oct 2019 19:27:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46kjgj6kT1z4b5N; Thu, 3 Oct 2019 19:27:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA0D218D30; Thu, 3 Oct 2019 19:27:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x93JRDe1022668; Thu, 3 Oct 2019 19:27:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x93JRDP5022664; Thu, 3 Oct 2019 19:27:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910031927.x93JRDP5022664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Oct 2019 19:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513713 - head/dns/dnscap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/dnscap X-SVN-Commit-Revision: 513713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2019 19:27:14 -0000 Author: sunpoet Date: Thu Oct 3 19:27:13 2019 New Revision: 513713 URL: https://svnweb.freebsd.org/changeset/ports/513713 Log: Update to 1.10.3 - Add my LOCAL to MASTER_SITES Changes: https://github.com/DNS-OARC/dnscap/releases Modified: head/dns/dnscap/Makefile head/dns/dnscap/distinfo Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Thu Oct 3 19:15:13 2019 (r513712) +++ head/dns/dnscap/Makefile Thu Oct 3 19:27:13 2019 (r513713) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= dnscap -PORTVERSION= 1.10.2 -MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ +PORTVERSION= 1.10.3 PORTEPOCH= 1 CATEGORIES= dns +MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNS network traffic capture utility @@ -13,11 +14,6 @@ COMMENT= DNS network traffic capture utility LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= CDS DOCS THREADS -OPTIONS_DEFAULT=THREADS -OPTIONS_SUB= yes -CDS_DESC= CBOR DNS Stream (CDS) format (experimental) - USES= autoreconf libtool localbase pkgconfig ssl CONFIGURE_ARGS= --enable-shared --enable-static @@ -25,6 +21,11 @@ CONFIGURE_ENV= libcrypto_CFLAGS=-I${OPENSSLINC}/includ libcrypto_LIBS="-L${OPENSSLLIB}/lib -lcrypto" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= CDS DOCS THREADS +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 Modified: head/dns/dnscap/distinfo ============================================================================== --- head/dns/dnscap/distinfo Thu Oct 3 19:15:13 2019 (r513712) +++ head/dns/dnscap/distinfo Thu Oct 3 19:27:13 2019 (r513713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565108368 -SHA256 (dnscap-1.10.2.tar.gz) = fabeb5e037b80f572808e10aafcbf12190e0e62a89c2695d0cc52bd7de30c28b -SIZE (dnscap-1.10.2.tar.gz) = 655932 +TIMESTAMP = 1570127374 +SHA256 (dnscap-1.10.3.tar.gz) = 1be6fa745c8654fb99fd951e767d0dddb50131c96806fa920a92a294f8f36e18 +SIZE (dnscap-1.10.3.tar.gz) = 655965