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 D86557A168 for ; Tue, 11 Apr 2017 18:38:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 46C7984D8B; Tue, 11 Apr 2017 18:38:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBB0184D72 for ; Tue, 11 Apr 2017 18:38:11 +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 uWxqaX6Ea2sG for ; Tue, 11 Apr 2017 18:38:11 +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 60DAC84CDA for ; Tue, 11 Apr 2017 18:38:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5AEC8FBE4; Tue, 11 Apr 2017 18:38:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149193589145530" MIME-Version: 1.0 Date: Tue, 11 Apr 2017 18:38:11 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/p5-XML-Feed To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20170411183811.5AEC8FBE4@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. --_----------=_149193589145530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Apr 11 18:38:11 UTC 2017 Modified Files: pkgsrc/textproc/p5-XML-Feed: Makefile Log Message: Promote p5-{HTML-Parser,libwww} to runtime DEPENDS to match META.json. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/p5-XML-Feed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149193589145530 Content-Disposition: inline Content-Length: 1589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-XML-Feed/Makefile diff -u pkgsrc/textproc/p5-XML-Feed/Makefile:1.24 pkgsrc/textproc/p5-XML-Feed/Makefile:1.25 --- pkgsrc/textproc/p5-XML-Feed/Makefile:1.24 Wed Jun 8 19:24:43 2016 +++ pkgsrc/textproc/p5-XML-Feed/Makefile Tue Apr 11 18:38:11 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2016/06/08 19:24:43 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/04/11 18:38:11 schmonz Exp $ DISTNAME= XML-Feed-0.53 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -16,6 +16,8 @@ DEPENDS+= p5-DateTime-[0-9]*:../../time DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww #DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch @@ -23,9 +25,6 @@ DEPENDS+= p5-XML-Atom>=0.38:../../textp DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-RSS>=1.47:../../textproc/p5-XML-RSS -BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser -BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww - MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps PERL5_PACKLIST= auto/XML/Feed/.packlist --_----------=_149193589145530--