From owner-svn-ports-head@freebsd.org Wed Nov 23 19:10:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B16BC516D8; Wed, 23 Nov 2016 19:10:04 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 2A5DEB90; Wed, 23 Nov 2016 19:10:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANJA3YY093845; Wed, 23 Nov 2016 19:10:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANJA3Td093843; Wed, 23 Nov 2016 19:10:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231910.uANJA3Td093843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 19:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426957 - in head/dns/dnscap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 19:10:04 -0000 Author: amdmi3 Date: Wed Nov 23 19:10:03 2016 New Revision: 426957 URL: https://svnweb.freebsd.org/changeset/ports/426957 Log: - Add LICENSE - Use GNU_CONFIGURE - Regenerate patches Modified: head/dns/dnscap/Makefile head/dns/dnscap/files/patch-dump_dns.c Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Wed Nov 23 19:09:38 2016 (r426956) +++ head/dns/dnscap/Makefile Wed Nov 23 19:10:03 2016 (r426957) @@ -9,7 +9,9 @@ MASTER_SITES= http://dnscap.dns-oarc.net MAINTAINER= ports@FreeBSD.org COMMENT= DNS network traffic capture utility -HAS_CONFIGURE= yes +LICENSE= ISCL + +GNU_CONFIGURE= yes PLIST_FILES= bin/dnscap man/man1/dnscap.1.gz Modified: head/dns/dnscap/files/patch-dump_dns.c ============================================================================== --- head/dns/dnscap/files/patch-dump_dns.c Wed Nov 23 19:09:38 2016 (r426956) +++ head/dns/dnscap/files/patch-dump_dns.c Wed Nov 23 19:10:03 2016 (r426957) @@ -1,7 +1,6 @@ -diff -u -r1.2 dump_dns.c ---- dump_dns.c 14 Mar 2008 21:33:28 -0000 1.2 -+++ dump_dns.c 17 Sep 2008 04:49:12 -0000 -@@ -61,7 +61,6 @@ +--- dump_dns.c.orig 2011-03-11 21:38:56 UTC ++++ dump_dns.c +@@ -60,7 +60,6 @@ static const char rcsid[] = "$Id: dump_d #include #include @@ -9,7 +8,7 @@ diff -u -r1.2 dump_dns.c extern const char *_res_sectioncodes[]; #define p_rcode __p_rcode extern const char *p_rcode(int rcode); -@@ -87,6 +86,26 @@ +@@ -86,6 +85,26 @@ static void dump_dns_rr(ns_msg *, ns_rr (cp) += INT32SZ; \ } while (0)