Received: by mail.netbsd.org (Postfix, from userid 605) id BD98A84D6B; Mon, 9 Jan 2023 09:19:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F006484D5B for ; Mon, 9 Jan 2023 09:19:27 +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 P8ATwMa5iZVN for ; Mon, 9 Jan 2023 09:19:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4DA3984CEE for ; Mon, 9 Jan 2023 09:19:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 472DFFA90; Mon, 9 Jan 2023 09:19:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167325596778270" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 09:19:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/p5-xmltv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230109091927.472DFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167325596778270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 9 09:19:27 UTC 2023 Modified Files: pkgsrc/multimedia/p5-xmltv: Makefile Log Message: p5-xmltv: add p5-XML-TreePP dependency Configure checks for it. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/multimedia/p5-xmltv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167325596778270 Content-Disposition: inline Content-Length: 990 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/p5-xmltv/Makefile diff -u pkgsrc/multimedia/p5-xmltv/Makefile:1.45 pkgsrc/multimedia/p5-xmltv/Makefile:1.46 --- pkgsrc/multimedia/p5-xmltv/Makefile:1.45 Tue Jun 28 11:34:56 2022 +++ pkgsrc/multimedia/p5-xmltv/Makefile Mon Jan 9 09:19:27 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2022/06/28 11:34:56 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2023/01/09 09:19:27 wiz Exp $ DISTNAME= xmltv-0.5.69 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/} EXTRACT_SUFX= .tar.bz2 @@ -54,6 +54,7 @@ DEPENDS+= p5-Unicode-UTF8simple-[0-9]*:. # needed by is grabbers DEPENDS+= p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT DEPENDS+= p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM +DEPENDS+= p5-XML-TreePP-[0-9]*:../../textproc/p5-XML-TreePP # Tk::TableMatrix missing for tv_check (report exceptions & changes in schedule) PERL5_PACKLIST= auto/XMLTV/.packlist --_----------=_167325596778270--