Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F1F5A7A211 for ; Sat, 29 Oct 2016 09:55:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9FE0A85593; Sat, 29 Oct 2016 09:55:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 312CE85591 for ; Sat, 29 Oct 2016 09:55:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PjbmKElOpa9M for ; Sat, 29 Oct 2016 09:55:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B99E88556D for ; Sat, 29 Oct 2016 09:55:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B548DFB7D; Sat, 29 Oct 2016 09:55:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477734913276240" MIME-Version: 1.0 Date: Sat, 29 Oct 2016 09:55:13 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/net/knot To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20161029095513.B548DFB7D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477734913276240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pettai Date: Sat Oct 29 09:55:13 UTC 2016 Modified Files: pkgsrc/net/knot: distinfo pkgsrc/net/knot/patches: patch-samples_Makefile.in Log Message: fix pkglint warning To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/knot/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/knot/patches/patch-samples_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477734913276240 Content-Disposition: inline Content-Length: 1522 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/knot/distinfo diff -u pkgsrc/net/knot/distinfo:1.20 pkgsrc/net/knot/distinfo:1.21 --- pkgsrc/net/knot/distinfo:1.20 Sat Oct 29 09:42:48 2016 +++ pkgsrc/net/knot/distinfo Sat Oct 29 09:55:13 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2016/10/29 09:42:48 pettai Exp $ +$NetBSD: distinfo,v 1.21 2016/10/29 09:55:13 pettai Exp $ SHA1 (knot-2.3.1.tar.xz) = fbc1ecc8586b44dbffc8f81d2450a6b920e9c0bc RMD160 (knot-2.3.1.tar.xz) = f3ed4603b4e1591e880a8048de8e8962927c30c5 SHA512 (knot-2.3.1.tar.xz) = 10d8c09d7cce88aba95b067da9b138af710864de4ef9c00d7ab165b4aca621d9ff15a49b5102e0cdd7bfb14e2806ed8587fd138b6e6af74a01e26e6d6ffe1163 Size (knot-2.3.1.tar.xz) = 1072808 bytes -SHA1 (patch-samples_Makefile.in) = be60c4bfb4ed49dbe8c55dc5d453c8733fb4fb61 +SHA1 (patch-samples_Makefile.in) = 9354505e5525b28266e5ab250026571d980ade54 Index: pkgsrc/net/knot/patches/patch-samples_Makefile.in diff -u pkgsrc/net/knot/patches/patch-samples_Makefile.in:1.4 pkgsrc/net/knot/patches/patch-samples_Makefile.in:1.5 --- pkgsrc/net/knot/patches/patch-samples_Makefile.in:1.4 Mon Oct 26 19:23:08 2015 +++ pkgsrc/net/knot/patches/patch-samples_Makefile.in Sat Oct 29 09:55:13 2016 @@ -1,4 +1,6 @@ -$NetBSD: patch-samples_Makefile.in,v 1.4 2015/10/26 19:23:08 pettai Exp $ +$NetBSD: patch-samples_Makefile.in,v 1.5 2016/10/29 09:55:13 pettai Exp $ + +Install sample config where pkgsrc typically install examples --- samples/Makefile.in.orig 2015-10-26 16:12:16.000000000 +0000 +++ samples/Makefile.in --_----------=_1477734913276240--