Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C1C584F85 for ; Mon, 18 Dec 2023 22:49:16 +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 Rc3y9WV8eCKp for ; Mon, 18 Dec 2023 22:49:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DD18384D07 for ; Mon, 18 Dec 2023 22:49:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9C2CFA42; Mon, 18 Dec 2023 22:49:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170293975591870" MIME-Version: 1.0 Date: Mon, 18 Dec 2023 22:49:15 +0000 From: "Dr. Thomas Orgis" Subject: CVS commit: pkgsrc/textproc/itstool To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: thor@netbsd.org X-Mailer: log_accum Message-Id: <20231218224915.D9C2CFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170293975591870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thor Date: Mon Dec 18 22:49:15 UTC 2023 Modified Files: pkgsrc/textproc/itstool: Makefile Log Message: textproc/itstool: depend on py-libxml2 with the re-added symbols to un-break To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/itstool/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170293975591870 Content-Disposition: inline Content-Length: 895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/itstool/Makefile diff -u pkgsrc/textproc/itstool/Makefile:1.24 pkgsrc/textproc/itstool/Makefile:1.25 --- pkgsrc/textproc/itstool/Makefile:1.24 Mon Aug 14 05:25:23 2023 +++ pkgsrc/textproc/itstool/Makefile Mon Dec 18 22:49:15 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2023/08/14 05:25:23 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/12/18 22:49:15 thor Exp $ DISTNAME= itstool-2.0.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ EXTRACT_SUFX= .tar.bz2 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes # debugging problems with that version. PYTHON_VERSIONS_INCOMPATIBLE= 27 -DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 +DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.10.4nb4:../../textproc/py-libxml2 .include "../../lang/python/application.mk" .include "../../lang/python/tool.mk" --_----------=_170293975591870--