Received: by mail.netbsd.org (Postfix, from userid 605) id 4EA6F84D56; Fri, 19 Jan 2018 11:33:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE69284D24 for ; Fri, 19 Jan 2018 11:33: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 p0TWuModEa3m for ; Fri, 19 Jan 2018 11:33:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3521F84C2E for ; Fri, 19 Jan 2018 11:33:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 304C7FBDE; Fri, 19 Jan 2018 11:33:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516361607190480" MIME-Version: 1.0 Date: Fri, 19 Jan 2018 11:33:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Inline-C To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180119113327.304C7FBDE@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. --_----------=_1516361607190480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jan 19 11:33:27 UTC 2018 Modified Files: pkgsrc/devel/p5-Inline-C: Makefile Log Message: p5-Inline-C: update DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Inline-C/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516361607190480 Content-Disposition: inline Content-Length: 1372 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Inline-C/Makefile diff -u pkgsrc/devel/p5-Inline-C/Makefile:1.13 pkgsrc/devel/p5-Inline-C/Makefile:1.14 --- pkgsrc/devel/p5-Inline-C/Makefile:1.13 Mon Jun 12 13:32:07 2017 +++ pkgsrc/devel/p5-Inline-C/Makefile Fri Jan 19 11:33:27 2018 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2017/06/12 13:32:07 mef Exp $ +# $NetBSD: Makefile,v 1.14 2018/01/19 11:33:27 wiz Exp $ DISTNAME= Inline-C-0.78 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/} @@ -10,12 +11,12 @@ HOMEPAGE= http://search.cpan.org/dist/In COMMENT= Write Perl Subroutines in C LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Inline>=0.58:../../devel/p5-Inline -DEPENDS+= p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent -DEPENDS+= p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install -DEPENDS+= p5-Pegex>=0.55:../../devel/p5-Pegex +BUILD_DEPENDS+= p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install +DEPENDS+= p5-Inline>=0.79:../../devel/p5-Inline +DEPENDS+= p5-Parse-RecDescent>=1.967:../../devel/p5-Parse-RecDescent +DEPENDS+= p5-Pegex>=0.58:../../devel/p5-Pegex +# TEST_DEPENDS BUILD_DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive -BUILD_DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All MAKE_ENV+= PERL_MM_USE_DEFAULT=1 --_----------=_1516361607190480--