Received: by mail.netbsd.org (Postfix, from userid 605) id 6D0D384DE2; Thu, 16 Jan 2020 23:27:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9E2984DC4 for ; Thu, 16 Jan 2020 23:27:47 +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 BN-XqGwQIdsU for ; Thu, 16 Jan 2020 23:27:47 +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 8446784D93 for ; Thu, 16 Jan 2020 23:27:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82246FBF4; Thu, 16 Jan 2020 23:27:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157921726785340" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 23:27:47 +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: <20200116232747.82246FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157921726785340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 16 23:27:47 UTC 2020 Modified Files: pkgsrc/time: Makefile Log Message: Add hs-hourglass To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 pkgsrc/time/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157921726785340 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.195 pkgsrc/time/Makefile:1.196 --- pkgsrc/time/Makefile:1.195 Mon Jan 6 11:06:34 2020 +++ pkgsrc/time/Makefile Thu Jan 16 23:27:47 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.195 2020/01/06 11:06:34 kim Exp $ +# $NetBSD: Makefile,v 1.196 2020/01/16 23:27:47 pho Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -34,6 +34,7 @@ SUBDIR+= gtodo SUBDIR+= hebcal SUBDIR+= heirloom-date SUBDIR+= hs-clock +SUBDIR+= hs-hourglass SUBDIR+= hs-old-time SUBDIR+= hs-time-compat SUBDIR+= hs-timezone-olson --_----------=_157921726785340--