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 24BC17A497 for ; Fri, 15 Jul 2016 13:44:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8E04685E99; Fri, 15 Jul 2016 13:44:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DC6B85E40 for ; Fri, 15 Jul 2016 13:44:43 +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 x-EANnYudHAh for ; Fri, 15 Jul 2016 13:44:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A444C84CE9 for ; Fri, 15 Jul 2016 13:44:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F6DEFBB5; Fri, 15 Jul 2016 13:44:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468590282113260" MIME-Version: 1.0 Date: Fri, 15 Jul 2016 13:44:42 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/p5-Search-Indexer To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160715134442.9F6DEFBB5@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. --_----------=_1468590282113260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jul 15 13:44:42 UTC 2016 Modified Files: pkgsrc/textproc/p5-Search-Indexer: Makefile distinfo Log Message: Updated textproc/p5-Search-Indexer to 0.78 ------------------------------------------ 0.78 11.02.2016 - suppress spurious warnings in Indexer.pm To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-Search-Indexer/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Search-Indexer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468590282113260 Content-Disposition: inline Content-Length: 1815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Search-Indexer/Makefile diff -u pkgsrc/textproc/p5-Search-Indexer/Makefile:1.10 pkgsrc/textproc/p5-Search-Indexer/Makefile:1.11 --- pkgsrc/textproc/p5-Search-Indexer/Makefile:1.10 Wed Jun 8 19:24:33 2016 +++ pkgsrc/textproc/p5-Search-Indexer/Makefile Fri Jul 15 13:44:42 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/06/08 19:24:33 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/15 13:44:42 mef Exp $ -DISTNAME= Search-Indexer-0.77 +DISTNAME= Search-Indexer-0.78 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} Index: pkgsrc/textproc/p5-Search-Indexer/distinfo diff -u pkgsrc/textproc/p5-Search-Indexer/distinfo:1.3 pkgsrc/textproc/p5-Search-Indexer/distinfo:1.4 --- pkgsrc/textproc/p5-Search-Indexer/distinfo:1.3 Wed Nov 4 01:59:47 2015 +++ pkgsrc/textproc/p5-Search-Indexer/distinfo Fri Jul 15 13:44:42 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:59:47 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/07/15 13:44:42 mef Exp $ -SHA1 (Search-Indexer-0.77.tar.gz) = 254a75141052b7b9c2fab6538907a2caf1a61b7b -RMD160 (Search-Indexer-0.77.tar.gz) = a1e175ad492a028d65889bceffec463ecd974410 -SHA512 (Search-Indexer-0.77.tar.gz) = bf2e6fcc125971b664effdf99b4b21510d9765a6e5848c14d004f705c14f7b5246d1b10553d9677d472cb097298b918df9a256e29e7db5acdd6fa4cef40a95ab -Size (Search-Indexer-0.77.tar.gz) = 289313 bytes +SHA1 (Search-Indexer-0.78.tar.gz) = ce9ead05b30edcbe2e6ff9e26ee9960f2eeeea64 +RMD160 (Search-Indexer-0.78.tar.gz) = 351b8658af676747cdda38a37d5b1a8a47bc0a88 +SHA512 (Search-Indexer-0.78.tar.gz) = 8f572ee3825a1d7ee5ddc680e6462f98252b6def0a84660d48b1865c7e168f9239fe4377db9cd65a70af11b57b5dffe199dc9ef85a424edd2a04e487573be3f9 +Size (Search-Indexer-0.78.tar.gz) = 290533 bytes --_----------=_1468590282113260--