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 451B97A266 for ; Sat, 17 Sep 2016 02:42:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AA73485E8B; Sat, 17 Sep 2016 02:42:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B2F385E82 for ; Sat, 17 Sep 2016 02:42:09 +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 1quCLH54l9wh for ; Sat, 17 Sep 2016 02:42:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6F9A85E78 for ; Sat, 17 Sep 2016 02:42:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1D3AFBD1; Sat, 17 Sep 2016 02:42:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474080128212860" MIME-Version: 1.0 Date: Sat, 17 Sep 2016 02:42:08 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160917024208.B1D3AFBD1@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. --_----------=_1474080128212860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Sep 17 02:42:08 UTC 2016 Modified Files: pkgsrc/databases: Makefile pkgsrc/doc: CHANGES-2016 pkgsrc/time: Makefile Log Message: Added databases/p5-Net-FileMaker version 0.064 Added time/p5-DateTime-Incomplete version 0.08 Added time/p5-DateTime-Format-CLDR version 1.17 To generate a diff of this commit: cvs rdiff -u -r1.517 -r1.518 pkgsrc/databases/Makefile cvs rdiff -u -r1.3844 -r1.3845 pkgsrc/doc/CHANGES-2016 cvs rdiff -u -r1.156 -r1.157 pkgsrc/time/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474080128212860 Content-Disposition: inline Content-Length: 2487 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.517 pkgsrc/databases/Makefile:1.518 --- pkgsrc/databases/Makefile:1.517 Fri Sep 16 06:49:49 2016 +++ pkgsrc/databases/Makefile Sat Sep 17 02:42:08 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.517 2016/09/16 06:49:49 adam Exp $ +# $NetBSD: Makefile,v 1.518 2016/09/17 02:42:08 mef Exp $ COMMENT= Databases @@ -197,6 +197,7 @@ SUBDIR+= p5-MLDBM SUBDIR+= p5-MLDBM-Serializer-JSON SUBDIR+= p5-MLDBM-Sync SUBDIR+= p5-Net-Cassandra +SUBDIR+= p5-Net-FileMaker SUBDIR+= p5-Net-MySQL SUBDIR+= p5-ORLite SUBDIR+= p5-ORLite-Migrate Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.3844 pkgsrc/doc/CHANGES-2016:1.3845 --- pkgsrc/doc/CHANGES-2016:1.3844 Sat Sep 17 02:06:22 2016 +++ pkgsrc/doc/CHANGES-2016 Sat Sep 17 02:42:08 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.3844 2016/09/17 02:06:22 mef Exp $ +$NetBSD: CHANGES-2016,v 1.3845 2016/09/17 02:42:08 mef Exp $ Changes to the packages collection and infrastructure in 2016: @@ -5420,3 +5420,6 @@ Changes to the packages collection and i Updated devel/libwnck3 to 3.20.1 [prlw1 2016-09-16] Updated devel/p5-Log-Any to 1.04.2 [mef 2016-09-17] Updated devel/p5-Package-DeprecationManager to 0.17 [mef 2016-09-17] + Added databases/p5-Net-FileMaker version 0.064 [mef 2016-09-17] + Added time/p5-DateTime-Incomplete version 0.08 [mef 2016-09-17] + Added time/p5-DateTime-Format-CLDR version 1.17 [mef 2016-09-17] Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.156 pkgsrc/time/Makefile:1.157 --- pkgsrc/time/Makefile:1.156 Thu Aug 25 00:05:56 2016 +++ pkgsrc/time/Makefile Sat Sep 17 02:42:08 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2016/08/25 00:05:56 markd Exp $ +# $NetBSD: Makefile,v 1.157 2016/09/17 02:42:08 mef Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -66,6 +66,7 @@ SUBDIR+= p5-DateTime-Event-ICal SUBDIR+= p5-DateTime-Event-Random SUBDIR+= p5-DateTime-Event-Recurrence SUBDIR+= p5-DateTime-Format-Builder +SUBDIR+= p5-DateTime-Format-CLDR SUBDIR+= p5-DateTime-Format-DateManip SUBDIR+= p5-DateTime-Format-DateParse SUBDIR+= p5-DateTime-Format-Epoch @@ -81,6 +82,7 @@ SUBDIR+= p5-DateTime-Format-Pg SUBDIR+= p5-DateTime-Format-SQLite SUBDIR+= p5-DateTime-Format-Strptime SUBDIR+= p5-DateTime-Format-W3CDTF +SUBDIR+= p5-DateTime-Incomplete SUBDIR+= p5-DateTime-Locale SUBDIR+= p5-DateTime-Precise SUBDIR+= p5-DateTime-Set --_----------=_1474080128212860--