Received: by mail.netbsd.org (Postfix, from userid 605) id 5ED86850DE; Wed, 5 May 2021 12:25:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6507884D83 for ; Wed, 5 May 2021 12:23:31 +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 gZTF0eJSaS_g for ; Wed, 5 May 2021 12:23:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 016FA84CEF for ; Wed, 5 May 2021 12:23:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3348FA95; Wed, 5 May 2021 12:23:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162021741042930" MIME-Version: 1.0 Date: Wed, 5 May 2021 12:23:30 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/time To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210505122330.F3348FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162021741042930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 12:23:30 UTC 2021 Modified Files: pkgsrc/time: Makefile Log Message: time: +hs-unix-time To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 pkgsrc/time/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162021741042930 Content-Disposition: inline Content-Length: 626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.220 pkgsrc/time/Makefile:1.221 --- pkgsrc/time/Makefile:1.220 Wed Mar 31 20:28:04 2021 +++ pkgsrc/time/Makefile Wed May 5 12:23:30 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.220 2021/03/31 20:28:04 pin Exp $ +# $NetBSD: Makefile,v 1.221 2021/05/05 12:23:30 pho Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -40,6 +40,7 @@ SUBDIR+= hs-old-time SUBDIR+= hs-time-compat SUBDIR+= hs-timezone-olson SUBDIR+= hs-timezone-series +SUBDIR+= hs-unix-time SUBDIR+= ical SUBDIR+= ical2rem SUBDIR+= jday --_----------=_162021741042930--