Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 49F6C1A9239 for ; Sun, 2 Jan 2022 09:32:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8D55C84EE6; Sun, 2 Jan 2022 09:32:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C93F584DA9 for ; Sun, 2 Jan 2022 09:32:00 +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 Aj2Rf7H7diS6 for ; Sun, 2 Jan 2022 09:32:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AD3584CEF for ; Sun, 2 Jan 2022 09:32:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 380CDFAEC; Sun, 2 Jan 2022 09:32:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641115920129120" MIME-Version: 1.0 Date: Sun, 2 Jan 2022 09:32:00 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220102093200.380CDFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641115920129120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Jan 2 09:32:00 UTC 2022 Modified Files: pkgsrc/textproc/csharp-xapian: Makefile pkgsrc/textproc/lua-xapian: Makefile pkgsrc/textproc/p5-Xapian: Makefile pkgsrc/textproc/py-xapian: Makefile Log Message: Reset PKGREVISION for xapian update. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/csharp-xapian/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/lua-xapian/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-Xapian/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-xapian/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641115920129120 Content-Disposition: inline Content-Length: 2409 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/csharp-xapian/Makefile diff -u pkgsrc/textproc/csharp-xapian/Makefile:1.18 pkgsrc/textproc/csharp-xapian/Makefile:1.19 --- pkgsrc/textproc/csharp-xapian/Makefile:1.18 Wed Dec 8 16:06:43 2021 +++ pkgsrc/textproc/csharp-xapian/Makefile Sun Jan 2 09:32:00 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/12/08 16:06:43 adam Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/02 09:32:00 schmonz Exp $ PKGNAME= csharp-${PKGNAME_MODULE} -PKGREVISION= 2 COMMENT= C\# bindings for Xapian search engine HOMEPAGE= https://xapian.org/docs/bindings/csharp/ Index: pkgsrc/textproc/lua-xapian/Makefile diff -u pkgsrc/textproc/lua-xapian/Makefile:1.5 pkgsrc/textproc/lua-xapian/Makefile:1.6 --- pkgsrc/textproc/lua-xapian/Makefile:1.5 Thu Jul 2 10:26:19 2020 +++ pkgsrc/textproc/lua-xapian/Makefile Sun Jan 2 09:31:59 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/07/02 10:26:19 nia Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/02 09:31:59 schmonz Exp $ PKGNAME= ${LUA_PKGPREFIX}-${PKGNAME_MODULE} - -HOMEPAGE= https://xapian.org/docs/bindings/lua/ COMMENT= Lua bindings for Xapian search engine +HOMEPAGE= https://xapian.org/docs/bindings/lua/ CONFIGURE_ARGS+= --with-lua CONFIGURE_ENV+= LUA_INC=${BUILDLINK_INCDIRS.${LUA_PACKAGE}} Index: pkgsrc/textproc/p5-Xapian/Makefile diff -u pkgsrc/textproc/p5-Xapian/Makefile:1.9 pkgsrc/textproc/p5-Xapian/Makefile:1.10 --- pkgsrc/textproc/p5-Xapian/Makefile:1.9 Mon May 24 19:54:57 2021 +++ pkgsrc/textproc/p5-Xapian/Makefile Sun Jan 2 09:31:59 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:54:57 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/02 09:31:59 schmonz Exp $ PKGNAME= p5-${PKGNAME_MODULE:S/^x/X/} -PKGREVISION= 1 COMMENT= Perl bindings for Xapian search engine HOMEPAGE= https://xapian.org/docs/bindings/perl/ Index: pkgsrc/textproc/py-xapian/Makefile diff -u pkgsrc/textproc/py-xapian/Makefile:1.7 pkgsrc/textproc/py-xapian/Makefile:1.8 --- pkgsrc/textproc/py-xapian/Makefile:1.7 Mon Dec 6 15:27:30 2021 +++ pkgsrc/textproc/py-xapian/Makefile Sun Jan 2 09:31:59 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/12/06 15:27:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/02 09:31:59 schmonz Exp $ PKGNAME= ${PYPKGPREFIX}-${PKGNAME_MODULE} -PKGREVISION= 1 COMMENT= Python bindings for Xapian search engine HOMEPAGE= https://xapian.org/docs/bindings/python/ --_----------=_1641115920129120--