Date: Wed, 23 Nov 2016 19:10:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426957 - in head/dns/dnscap: . files Message-ID: <201611231910.uANJA3Td093843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <time.h> #include <unistd.h> @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231910.uANJA3Td093843>