Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 579C385C64 for ; Fri, 27 Oct 2023 10:21:00 +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 iW4rYdxaccdo for ; Fri, 27 Oct 2023 10:20:59 +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 E00E885C5A for ; Fri, 27 Oct 2023 10:20:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDC2AFADC; Fri, 27 Oct 2023 10:20:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698402059249660" MIME-Version: 1.0 Date: Fri, 27 Oct 2023 10:20:59 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/time To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231027102059.DDC2AFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698402059249660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Oct 27 10:20:59 UTC 2023 Modified Files: pkgsrc/time: Makefile Log Message: time/Makefile: + hs-time-locale-compat To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 pkgsrc/time/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698402059249660 Content-Disposition: inline Content-Length: 655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.260 pkgsrc/time/Makefile:1.261 --- pkgsrc/time/Makefile:1.260 Mon Oct 9 12:24:17 2023 +++ pkgsrc/time/Makefile Fri Oct 27 10:20:59 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.260 2023/10/09 12:24:17 adam Exp $ +# $NetBSD: Makefile,v 1.261 2023/10/27 10:20:59 pho Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -45,6 +45,7 @@ SUBDIR+= hs-clock SUBDIR+= hs-hourglass SUBDIR+= hs-old-time SUBDIR+= hs-time-compat +SUBDIR+= hs-time-locale-compat SUBDIR+= hs-time-manager SUBDIR+= hs-timezone-olson SUBDIR+= hs-timezone-series --_----------=_1698402059249660--