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 295BD7A169 for ; Mon, 30 Jan 2017 14:37:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D17F2855A0; Mon, 30 Jan 2017 14:37:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 629B885585 for ; Mon, 30 Jan 2017 14:37:26 +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 M2bgIOBfAsvS for ; Mon, 30 Jan 2017 14:37:25 +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 D400A84CBD for ; Mon, 30 Jan 2017 14:37:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAD93FBA6; Mon, 30 Jan 2017 14:37:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485787045204870" MIME-Version: 1.0 Date: Mon, 30 Jan 2017 14:37:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170130143725.CAD93FBA6@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. --_----------=_1485787045204870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Jan 30 14:37:25 UTC 2017 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2017 pkgsrc/sysutils: Makefile Log Message: Added devel/p5-Data-ObjectDriver version 0.14 Added devel/p5-File-Flock version 2014.01 Added devel/p5-Data-Structure-Util version 0.16 Added devel/p5-TheSchwartz version 1.12 Added devel/p5-Eval-LineNumbers version 0.1 Added sysutils/p5-Daemon-Generic version 0.84 To generate a diff of this commit: cvs rdiff -u -r1.2350 -r1.2351 pkgsrc/devel/Makefile cvs rdiff -u -r1.505 -r1.506 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.686 -r1.687 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485787045204870 Content-Disposition: inline Content-Length: 3200 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2350 pkgsrc/devel/Makefile:1.2351 --- pkgsrc/devel/Makefile:1.2350 Tue Jan 24 07:32:30 2017 +++ pkgsrc/devel/Makefile Mon Jan 30 14:37:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2350 2017/01/24 07:32:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2351 2017/01/30 14:37:25 mef Exp $ # COMMENT= Development utilities @@ -904,6 +904,7 @@ SUBDIR+= p5-Data-Hierarchy SUBDIR+= p5-Data-Integer SUBDIR+= p5-Data-MessagePack SUBDIR+= p5-Data-Munge +SUBDIR+= p5-Data-ObjectDriver SUBDIR+= p5-Data-OptList SUBDIR+= p5-Data-Page SUBDIR+= p5-Data-Page-Pageset @@ -918,6 +919,7 @@ SUBDIR+= p5-Data-Section-Simple SUBDIR+= p5-Data-Serializer SUBDIR+= p5-Data-ShowTable SUBDIR+= p5-Data-Stag +SUBDIR+= p5-Data-Structure-Util SUBDIR+= p5-Data-Taxi SUBDIR+= p5-Data-TemporaryBag SUBDIR+= p5-Data-UUID @@ -980,6 +982,7 @@ SUBDIR+= p5-EV SUBDIR+= p5-Env-Path SUBDIR+= p5-Error SUBDIR+= p5-Eval-Closure +SUBDIR+= p5-Eval-LineNumbers SUBDIR+= p5-Event SUBDIR+= p5-Event-ExecFlow SUBDIR+= p5-Event-RPC @@ -1025,6 +1028,7 @@ SUBDIR+= p5-File-Find-Rule-Perl SUBDIR+= p5-File-Find-Rule-Permissions SUBDIR+= p5-File-Find-Rule-VCS SUBDIR+= p5-File-Flat +SUBDIR+= p5-File-Flock SUBDIR+= p5-File-FlockDir SUBDIR+= p5-File-HomeDir SUBDIR+= p5-File-LibMagic @@ -1586,6 +1590,7 @@ SUBDIR+= p5-Test-use-ok SUBDIR+= p5-Test-utf8 SUBDIR+= p5-Test2-Plugin-NoWarnings SUBDIR+= p5-Test2-Suite +SUBDIR+= p5-TheSchwartz SUBDIR+= p5-Throwable SUBDIR+= p5-Tie-Array-AsHash SUBDIR+= p5-Tie-Array-Sorted Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.505 pkgsrc/doc/CHANGES-2017:1.506 --- pkgsrc/doc/CHANGES-2017:1.505 Mon Jan 30 14:25:08 2017 +++ pkgsrc/doc/CHANGES-2017 Mon Jan 30 14:37:25 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.505 2017/01/30 14:25:08 adam Exp $ +$NetBSD: CHANGES-2017,v 1.506 2017/01/30 14:37:25 mef Exp $ Changes to the packages collection and infrastructure in 2017: @@ -650,3 +650,9 @@ Changes to the packages collection and i Updated devel/p5-PPIx-Regexp to 0.051 [mef 2017-01-30] Updated print/mupdf to 1.10anb2 [leot 2017-01-30] Updated www/squid3 to 3.5.24 [adam 2017-01-30] + Added devel/p5-Data-ObjectDriver version 0.14 [mef 2017-01-30] + Added devel/p5-File-Flock version 2014.01 [mef 2017-01-30] + Added devel/p5-Data-Structure-Util version 0.16 [mef 2017-01-30] + Added devel/p5-TheSchwartz version 1.12 [mef 2017-01-30] + Added devel/p5-Eval-LineNumbers version 0.1 [mef 2017-01-30] + Added sysutils/p5-Daemon-Generic version 0.84 [mef 2017-01-30] Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.686 pkgsrc/sysutils/Makefile:1.687 --- pkgsrc/sysutils/Makefile:1.686 Thu Jan 5 16:44:02 2017 +++ pkgsrc/sysutils/Makefile Mon Jan 30 14:37:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.686 2017/01/05 16:44:02 fhajny Exp $ +# $NetBSD: Makefile,v 1.687 2017/01/30 14:37:25 mef Exp $ # COMMENT= System utilities @@ -387,6 +387,7 @@ SUBDIR+= openxenmanager SUBDIR+= osname SUBDIR+= p5-Config-Augeas SUBDIR+= p5-Config-Simple +SUBDIR+= p5-Daemon-Generic SUBDIR+= p5-File-Copy-Recursive SUBDIR+= p5-File-Inplace SUBDIR+= p5-File-Remove --_----------=_1485787045204870--