Received: by mail.netbsd.org (Postfix, from userid 605) id E868584D7B; Fri, 19 Jan 2018 11:24:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 734FE84D7A for ; Fri, 19 Jan 2018 11:24:12 +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 xD4zqvdcQDsO for ; Fri, 19 Jan 2018 11:24:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4CDE84D24 for ; Fri, 19 Jan 2018 11:24:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA5B3FBDE; Fri, 19 Jan 2018 11:24:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516361051191530" MIME-Version: 1.0 Date: Fri, 19 Jan 2018 11:24:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/filesystems/p5-Path-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180119112411.CA5B3FBDE@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. --_----------=_1516361051191530 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:24:11 UTC 2018 Modified Files: pkgsrc/filesystems/p5-Path-Tiny: Makefile Log Message: p5-Path-Tiny: remove unneeded build dependencies To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/filesystems/p5-Path-Tiny/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516361051191530 Content-Disposition: inline Content-Length: 910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/p5-Path-Tiny/Makefile diff -u pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.24 pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.25 --- pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.24 Fri Jan 19 09:27:48 2018 +++ pkgsrc/filesystems/p5-Path-Tiny/Makefile Fri Jan 19 11:24:11 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/01/19 09:27:48 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/01/19 11:24:11 wiz Exp $ DISTNAME= Path-Tiny-0.104 PKGNAME= p5-${DISTNAME} @@ -13,10 +13,5 @@ LICENSE= apache-2.0 PERL5_PACKLIST= auto/Path/Tiny/.packlist -BUILD_DEPENDS+= p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide -BUILD_DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd -BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1516361051191530--