Received: by mail.netbsd.org (Postfix, from userid 605) id DCC6B84E58; Sun, 31 Dec 2017 13:38:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66A8584E49 for ; Sun, 31 Dec 2017 13:38:19 +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 oE0hfD-KZuU0 for ; Sun, 31 Dec 2017 13:38:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 07FBD84D52 for ; Sun, 31 Dec 2017 13:38:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 065F2FB40; Sun, 31 Dec 2017 13:38:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151472749934230" MIME-Version: 1.0 Date: Sun, 31 Dec 2017 13:38:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171231133819.065F2FB40@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. --_----------=_151472749934230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 31 13:38:18 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + p5-Path-Iter To generate a diff of this commit: cvs rdiff -u -r1.2586 -r1.2587 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151472749934230 Content-Disposition: inline Content-Length: 636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2586 pkgsrc/devel/Makefile:1.2587 --- pkgsrc/devel/Makefile:1.2586 Sat Dec 30 04:38:40 2017 +++ pkgsrc/devel/Makefile Sun Dec 31 13:38:18 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2586 2017/12/30 04:38:40 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2587 2017/12/31 13:38:18 wiz Exp $ # COMMENT= Development utilities @@ -1442,6 +1442,7 @@ SUBDIR+= p5-Path-Dispatcher SUBDIR+= p5-Path-Dispatcher-Declarative SUBDIR+= p5-Path-FindDev SUBDIR+= p5-Path-IsDev +SUBDIR+= p5-Path-Iter SUBDIR+= p5-PathTools SUBDIR+= p5-Pegex SUBDIR+= p5-Perl-APIReference --_----------=_151472749934230--