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 3563B7AAB5 for ; Tue, 5 Jul 2016 07:26:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB00D85EAE; Tue, 5 Jul 2016 07:26:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53C2385EA6 for ; Tue, 5 Jul 2016 07:26:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JRs-svo_IVlx for ; Tue, 5 Jul 2016 07:26:35 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D638385E9C for ; Tue, 5 Jul 2016 07:26:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD08DFBB5; Tue, 5 Jul 2016 07:26:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146770359562950" MIME-Version: 1.0 Date: Tue, 5 Jul 2016 07:26:35 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/editors/vim-share To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20160705072635.CD08DFBB5@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. --_----------=_146770359562950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Tue Jul 5 07:26:35 UTC 2016 Modified Files: pkgsrc/editors/vim-share: distinfo pkgsrc/editors/vim-share/patches: patch-auto_configure Log Message: Add src to patch and regerate distinfo To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 pkgsrc/editors/vim-share/distinfo cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/editors/vim-share/patches/patch-auto_configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146770359562950 Content-Disposition: inline Content-Length: 1962 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim-share/distinfo diff -u pkgsrc/editors/vim-share/distinfo:1.154 pkgsrc/editors/vim-share/distinfo:1.155 --- pkgsrc/editors/vim-share/distinfo:1.154 Tue Jul 5 05:48:02 2016 +++ pkgsrc/editors/vim-share/distinfo Tue Jul 5 07:26:35 2016 @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.154 2016/07/05 05:48:02 morr Exp $ +$NetBSD: distinfo,v 1.155 2016/07/05 07:26:35 morr Exp $ SHA1 (vim-7.4.1987.tar.bz2) = 662102162ee6b07dd4a623f560e26737999d658a RMD160 (vim-7.4.1987.tar.bz2) = 66ba5a2581354d46354979607b27213a98736e6f SHA512 (vim-7.4.1987.tar.bz2) = 66cbf234741e980097da3f4d6754639042af1020bcca4dd8edfb91ab427498d18ef2de15a850d0c62be1d79e838e48e9822cceeb2224bd9cf4c93efac82e4cae Size (vim-7.4.1987.tar.bz2) = 10140434 bytes SHA1 (patch-Makefile) = 6373437f649d627b2bc1595bf67e821412500fb5 -SHA1 (patch-auto_configure) = a60cd7851acd0d821d202924fe0dfe33b52f677a +SHA1 (patch-auto_configure) = 58a0d41f257d39f61d7705c65737bd9bcb3bf719 SHA1 (patch-configure) = ae5970dec6d557d81da8a8f1da36d05ddc59ca56 SHA1 (patch-feature.h) = 6fc4b6c07d33af4df44e12af8d1148931a848ef4 SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd Index: pkgsrc/editors/vim-share/patches/patch-auto_configure diff -u pkgsrc/editors/vim-share/patches/patch-auto_configure:1.2 pkgsrc/editors/vim-share/patches/patch-auto_configure:1.3 --- pkgsrc/editors/vim-share/patches/patch-auto_configure:1.2 Mon Jul 4 21:07:02 2016 +++ pkgsrc/editors/vim-share/patches/patch-auto_configure Tue Jul 5 07:26:35 2016 @@ -1,10 +1,10 @@ -$NetBSD: patch-auto_configure,v 1.2 2016/07/04 21:07:02 morr Exp $ +$NetBSD: patch-auto_configure,v 1.3 2016/07/05 07:26:35 morr Exp $ Buildlink takes care of include files. Also, remove stray dollar. ---- auto/configure.orig 2016-07-02 20:33:46.000000000 +0000 -+++ auto/configure +--- src/auto/configure.orig 2016-07-02 20:33:46.000000000 +0000 ++++ src/auto/configure @@ -9490,7 +9490,7 @@ fi --_----------=_146770359562950--