Received: by mail.netbsd.org (Postfix, from userid 605) id CBBF984D69; Wed, 27 Sep 2017 21:21:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5CA0584D5F for ; Wed, 27 Sep 2017 21:21:33 +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 PrBGBXwKhhvl for ; Wed, 27 Sep 2017 21:21:33 +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 E611D84CE2 for ; Wed, 27 Sep 2017 21:21:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4132FA9C; Wed, 27 Sep 2017 21:21:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506547292272910" MIME-Version: 1.0 Date: Wed, 27 Sep 2017 21:21:32 +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: <20170927212132.E4132FA9C@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. --_----------=_1506547292272910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 27 21:21:32 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + p5-Module-Compile To generate a diff of this commit: cvs rdiff -u -r1.2522 -r1.2523 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506547292272910 Content-Disposition: inline Content-Length: 667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2522 pkgsrc/devel/Makefile:1.2523 --- pkgsrc/devel/Makefile:1.2522 Wed Sep 27 21:02:30 2017 +++ pkgsrc/devel/Makefile Wed Sep 27 21:21:32 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2522 2017/09/27 21:02:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2523 2017/09/27 21:21:32 wiz Exp $ # COMMENT= Development utilities @@ -1260,6 +1260,7 @@ SUBDIR+= p5-Module-Build-WithXSpp SUBDIR+= p5-Module-Build-XSUtil SUBDIR+= p5-Module-CPANTS-Analyse SUBDIR+= p5-Module-CPANfile +SUBDIR+= p5-Module-Compile SUBDIR+= p5-Module-CoreList SUBDIR+= p5-Module-Dependency SUBDIR+= p5-Module-ExtractUse --_----------=_1506547292272910--