Received: by mail.netbsd.org (Postfix, from userid 605) id 8952684E9D; Sun, 15 Jul 2018 08:51:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F50A84E68 for ; Sun, 15 Jul 2018 08:51:16 +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 riYatViSSULR for ; Sun, 15 Jul 2018 08:51:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD50C84D2A for ; Sun, 15 Jul 2018 08:51:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0AB2FBEC; Sun, 15 Jul 2018 08:51:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531644675136760" MIME-Version: 1.0 Date: Sun, 15 Jul 2018 08:51:15 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/p5-Search-Xapian To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20180715085115.A0AB2FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1531644675136760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Jul 15 08:51:15 UTC 2018 Modified Files: pkgsrc/textproc/p5-Search-Xapian: Makefile distinfo Log Message: Update to 1.2.25.1. - Skip testcase t/parser.t if we're using xapian-core < 1.2.21 which doesn't support character '!' in the start of a range. Reported by melmothx on #xapian. - Add compatibility with Xapian git master. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/p5-Search-Xapian/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-Search-Xapian/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531644675136760 Content-Disposition: inline Content-Length: 1842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Search-Xapian/Makefile diff -u pkgsrc/textproc/p5-Search-Xapian/Makefile:1.29 pkgsrc/textproc/p5-Search-Xapian/Makefile:1.30 --- pkgsrc/textproc/p5-Search-Xapian/Makefile:1.29 Wed Sep 27 21:03:05 2017 +++ pkgsrc/textproc/p5-Search-Xapian/Makefile Sun Jul 15 08:51:15 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2017/09/27 21:03:05 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2018/07/15 08:51:15 schmonz Exp $ -DISTNAME= Search-Xapian-1.2.25.0 +DISTNAME= Search-Xapian-1.2.25.1 PKGNAME= ${DISTNAME:S/^/p5-/} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} Index: pkgsrc/textproc/p5-Search-Xapian/distinfo diff -u pkgsrc/textproc/p5-Search-Xapian/distinfo:1.16 pkgsrc/textproc/p5-Search-Xapian/distinfo:1.17 --- pkgsrc/textproc/p5-Search-Xapian/distinfo:1.16 Wed Sep 27 21:03:05 2017 +++ pkgsrc/textproc/p5-Search-Xapian/distinfo Sun Jul 15 08:51:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2017/09/27 21:03:05 wiz Exp $ +$NetBSD: distinfo,v 1.17 2018/07/15 08:51:15 schmonz Exp $ -SHA1 (Search-Xapian-1.2.25.0.tar.gz) = 0cec172acc340e6724616cfff56ef9ef41947f5e -RMD160 (Search-Xapian-1.2.25.0.tar.gz) = 276a407c1acf3d654ca6d0f08a1053945dd0a7a8 -SHA512 (Search-Xapian-1.2.25.0.tar.gz) = 2bb0bea59ddfd8159df0b3051034ca28478cb74832cfe7a103b8a4dbeddbd41f6223be6ad56eb3dcb8c7a785d2f7d500844c41f35da3997a843b3ba624a4e795 -Size (Search-Xapian-1.2.25.0.tar.gz) = 72097 bytes +SHA1 (Search-Xapian-1.2.25.1.tar.gz) = 01d12512e5678e55e68a51ac3fddff29f8dbd5d2 +RMD160 (Search-Xapian-1.2.25.1.tar.gz) = 2a0695287da44fd235e053c548d65490804ef840 +SHA512 (Search-Xapian-1.2.25.1.tar.gz) = 7cb78c1304b69a733b75c1a9b5ae4197be519e67528214a46e4bb9da660cda79f8e9ecf46219af09f174bf652b6000e0eeb50f736a80f2e6f47be46b2d58ef8d +Size (Search-Xapian-1.2.25.1.tar.gz) = 72320 bytes --_----------=_1531644675136760--