Received: by mail.netbsd.org (Postfix, from userid 605) id 44EA584D95; Wed, 20 Nov 2019 13:04:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C317C84D86 for ; Wed, 20 Nov 2019 13:04:31 +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 ovu4_l6Quk_W for ; Wed, 20 Nov 2019 13:04:31 +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 220F484D85 for ; Wed, 20 Nov 2019 13:04:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19947FA97; Wed, 20 Nov 2019 13:04:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574255071169590" MIME-Version: 1.0 Date: Wed, 20 Nov 2019 13:04:31 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Memory-Cycle To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191120130431.19947FA97@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. --_----------=_1574255071169590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Nov 20 13:04:31 UTC 2019 Modified Files: pkgsrc/devel/p5-Test-Memory-Cycle: Makefile Log Message: (devel/p5-Test-Memory-Cycle) Add three two TEST_DEPENDS, Add LICENSE To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Test-Memory-Cycle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574255071169590 Content-Disposition: inline Content-Length: 1152 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Memory-Cycle/Makefile diff -u pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.23 pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.24 --- pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.23 Sun Aug 11 13:20:33 2019 +++ pkgsrc/devel/p5-Test-Memory-Cycle/Makefile Wed Nov 20 13:04:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/08/11 13:20:33 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/11/20 13:04:30 mef Exp $ DISTNAME= Test-Memory-Cycle-1.06 PKGNAME= p5-${DISTNAME} @@ -9,10 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:= MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Test-Memory-Cycle COMMENT= Check for memory leaks and circular memory references +LICENSE= artistic-2.0 DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle -# for make test -BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI + +TEST_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI +TEST_DEPENDS+= p5-Test-Pod-Coverage>1.04:../../devel/p5-Test-Pod-Coverage +TEST_DEPENDS+= p5-Test-Pod>1.14:../../devel/p5-Test-Pod USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Memory/Cycle/.packlist --_----------=_1574255071169590--