Received: by mail.netbsd.org (Postfix, from userid 605) id ECA2084D2B; Mon, 10 Jul 2017 03:08:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F82C84D04 for ; Mon, 10 Jul 2017 03:08:11 +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 kva4l7MjnvL7 for ; Mon, 10 Jul 2017 03:08:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1812484D28 for ; Mon, 10 Jul 2017 03:08:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15B87FBFC; Mon, 10 Jul 2017 03:08:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499656091198980" MIME-Version: 1.0 Date: Mon, 10 Jul 2017 03:08:11 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170710030811.15B87FBFC@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. --_----------=_1499656091198980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jul 10 03:08:11 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: Add p5-MooX-Locale-Passthrough To generate a diff of this commit: cvs rdiff -u -r1.2456 -r1.2457 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1499656091198980 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2456 pkgsrc/devel/Makefile:1.2457 --- pkgsrc/devel/Makefile:1.2456 Sun Jul 9 10:32:29 2017 +++ pkgsrc/devel/Makefile Mon Jul 10 03:08:10 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2456 2017/07/09 10:32:29 adam Exp $ +# $NetBSD: Makefile,v 1.2457 2017/07/10 03:08:10 wen Exp $ # COMMENT= Development utilities @@ -1251,6 +1251,7 @@ SUBDIR+= p5-MooX-Cmd SUBDIR+= p5-MooX-ConfigFromFile SUBDIR+= p5-MooX-File-ConfigDir SUBDIR+= p5-MooX-HandlesVia +SUBDIR+= p5-MooX-Locale-Passthrough SUBDIR+= p5-MooX-Log-Any SUBDIR+= p5-MooX-Options SUBDIR+= p5-MooX-Roles-Pluggable --_----------=_1499656091198980--