Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F091484DA5 for ; Mon, 5 Jun 2023 11:45:22 +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 2V5l3wsNchnM for ; Mon, 5 Jun 2023 11:45:22 +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 43AEB84D36 for ; Mon, 5 Jun 2023 11:45:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CD68FA88; Mon, 5 Jun 2023 11:45:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168596552286000" MIME-Version: 1.0 Date: Mon, 5 Jun 2023 11:45:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230605114522.3CD68FA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168596552286000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Jun 5 11:45:22 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/time: Makefile Log Message: (time/R-timechange) Added new package To generate a diff of this commit: cvs rdiff -u -r1.3550 -r1.3551 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.244 -r1.245 pkgsrc/time/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168596552286000 Content-Disposition: inline Content-Length: 1343 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.3550 pkgsrc/doc/CHANGES-2023:1.3551 --- pkgsrc/doc/CHANGES-2023:1.3550 Mon Jun 5 11:40:31 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jun 5 11:45:21 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3550 2023/06/05 11:40:31 markd Exp $ +$NetBSD: CHANGES-2023,v 1.3551 2023/06/05 11:45:21 mef Exp $ Changes to the packages collection and infrastructure in 2023: @@ -4922,3 +4922,4 @@ Changes to the packages collection and i Updated www/hackernews-tui to 0.13.2 [pin 2023-06-04] Updated textproc/git-delta to 0.16.5 [pin 2023-06-04] Updated www/py-django-appconf to 1.0.5 [markd 2023-06-05] + Added time/R-timechange version 0.2.0 [mef 2023-06-05] Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.244 pkgsrc/time/Makefile:1.245 --- pkgsrc/time/Makefile:1.244 Mon May 15 20:03:46 2023 +++ pkgsrc/time/Makefile Mon Jun 5 11:45:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.244 2023/05/15 20:03:46 adam Exp $ +# $NetBSD: Makefile,v 1.245 2023/06/05 11:45:21 mef Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -6,6 +6,7 @@ COMMENT= Clocks, calendars, daily planne SUBDIR+= R-hms SUBDIR+= R-lubridate SUBDIR+= R-timeDate +SUBDIR+= R-timechange SUBDIR+= R-tzdb SUBDIR+= abclock SUBDIR+= anacron --_----------=_168596552286000--