Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4C5D97A213 for ; Wed, 20 Jul 2016 12:54:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EB39486056; Wed, 20 Jul 2016 12:54:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D0E38604B for ; Wed, 20 Jul 2016 12:54:17 +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 M-ZDHvhVGahd for ; Wed, 20 Jul 2016 12:54:17 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D5D9F85E74 for ; Wed, 20 Jul 2016 12:54:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0B8DFBB5; Wed, 20 Jul 2016 12:54:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469019256205660" MIME-Version: 1.0 Date: Wed, 20 Jul 2016 12:54:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160720125416.D0B8DFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469019256205660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jul 20 12:54:16 UTC 2016 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2016 Log Message: Added devel/p5-MooX-ClassAttribute version 0.011 To generate a diff of this commit: cvs rdiff -u -r1.2285 -r1.2286 pkgsrc/devel/Makefile cvs rdiff -u -r1.2892 -r1.2893 pkgsrc/doc/CHANGES-2016 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469019256205660 Content-Disposition: inline Content-Length: 1389 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2285 pkgsrc/devel/Makefile:1.2286 --- pkgsrc/devel/Makefile:1.2285 Sat Jul 16 13:21:41 2016 +++ pkgsrc/devel/Makefile Wed Jul 20 12:54:16 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2285 2016/07/16 13:21:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2286 2016/07/20 12:54:16 mef Exp $ # COMMENT= Development utilities @@ -1208,6 +1208,7 @@ SUBDIR+= p5-Module-Versions SUBDIR+= p5-Module-Versions-Report SUBDIR+= p5-Mojo-IOLoop-ForkCall SUBDIR+= p5-Moo +SUBDIR+= p5-MooX-ClassAttribute SUBDIR+= p5-MooX-Cmd SUBDIR+= p5-MooX-ConfigFromFile SUBDIR+= p5-MooX-File-ConfigDir Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.2892 pkgsrc/doc/CHANGES-2016:1.2893 --- pkgsrc/doc/CHANGES-2016:1.2892 Wed Jul 20 12:19:21 2016 +++ pkgsrc/doc/CHANGES-2016 Wed Jul 20 12:54:16 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.2892 2016/07/20 12:19:21 mef Exp $ +$NetBSD: CHANGES-2016,v 1.2893 2016/07/20 12:54:16 mef Exp $ Changes to the packages collection and infrastructure in 2016: @@ -4197,3 +4197,4 @@ Changes to the packages collection and i Updated graphics/libwebp to 0.5.1 [ryoon 2016-07-20] Added audio/speech-dispatcher version 0.8.4 [ryoon 2016-07-20] Updated net/p5-RT-Client-REST to 0.50 [mef 2016-07-20] + Added devel/p5-MooX-ClassAttribute version 0.011 [mef 2016-07-20] --_----------=_1469019256205660--