Received: by mail.netbsd.org (Postfix, from userid 605) id 29B1D84F66; Mon, 26 Feb 2024 19:26:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708975619; bh=hO65QuWxJf4XHtTGptmVWN3a3VHfIM5DRONbXni7o0U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KyoPEsrRkqtRVN06bAaQ70HwIiRamYWCbE/TJ5CyHRVLqYYohZRk+YwMoJjwCEVFP 0rYa6ieN2LmNwZIFg8+14Dx9M+/Xmpmz2bXVMKnR02aZCecgyOqxvXEvvwjhIXg36+ r1AW5xTgxYul9lmy3be35Kg+S/d/6ZS/dHQrVmEE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B0AD84EE6 for ; Mon, 26 Feb 2024 19:26:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jLhlDllJaLwl for ; Mon, 26 Feb 2024 19:26:57 +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 6C41D84D26 for ; Mon, 26 Feb 2024 19:26:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708975617; bh=hO65QuWxJf4XHtTGptmVWN3a3VHfIM5DRONbXni7o0U=; h=Date:From:Subject:To:Reply-To; b=vqHxkoGB5zfDwUooSxFfg9TZAFgOpyElaaRYSx5WWdyF6jWgVmXH9gdbfR9Lpy28y 9M/WPbhNe2L86fCvMU953B6qYcFJWaxUl0chYSE58JmzINVmhOdxjCfmKyKPt4ScGm xmOOgv3ze1MVjTIJBg/Du12j4k+cmx6odySbomQY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61AB2FA27; Mon, 26 Feb 2024 19:26:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708975617249210" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:26:57 +0000 From: "pin" Subject: CVS commit: pkgsrc/time To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226192657.61AB2FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708975617249210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Feb 26 19:26:57 UTC 2024 Modified Files: pkgsrc/time: Makefile Removed Files: pkgsrc/time/heliocron: DESCR Makefile PLIST cargo-depends.mk distinfo Log Message: textproc/heliocron: remove package To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 pkgsrc/time/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/time/heliocron/DESCR \ pkgsrc/time/heliocron/PLIST cvs rdiff -u -r1.7 -r0 pkgsrc/time/heliocron/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/time/heliocron/cargo-depends.mk cvs rdiff -u -r1.5 -r0 pkgsrc/time/heliocron/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708975617249210 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.267 pkgsrc/time/Makefile:1.268 --- pkgsrc/time/Makefile:1.267 Wed Jan 24 21:49:04 2024 +++ pkgsrc/time/Makefile Mon Feb 26 19:26:56 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2024/01/24 21:49:04 adam Exp $ +# $NetBSD: Makefile,v 1.268 2024/02/26 19:26:56 pin Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -43,7 +43,6 @@ SUBDIR+= gnyaclock SUBDIR+= grdc SUBDIR+= hebcal SUBDIR+= heirloom-date -SUBDIR+= heliocron SUBDIR+= hs-clock SUBDIR+= hs-hourglass SUBDIR+= hs-old-time --_----------=_1708975617249210--