Received: by mail.netbsd.org (Postfix, from userid 605) id 2FE9684D8A; Fri, 4 Sep 2020 13:54:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB59B84D46 for ; Fri, 4 Sep 2020 13:54:16 +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 RE7yf2cg3Ieq for ; Fri, 4 Sep 2020 13:54:16 +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 3369C84D31 for ; Fri, 4 Sep 2020 13:54:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 281BFFB28; Fri, 4 Sep 2020 13:54:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159922765695560" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 13:54:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904135416.281BFFB28@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. --_----------=_159922765695560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 13:54:16 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 pkgsrc/time: Makefile Removed Files: pkgsrc/time/p5-Time-Local: DESCR Makefile distinfo Log Message: p5-Time-Local: remove, part of perl since forever To generate a diff of this commit: cvs rdiff -u -r1.4788 -r1.4789 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.213 -r1.214 pkgsrc/time/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/time/p5-Time-Local/DESCR cvs rdiff -u -r1.23 -r0 pkgsrc/time/p5-Time-Local/Makefile cvs rdiff -u -r1.10 -r0 pkgsrc/time/p5-Time-Local/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159922765695560 Content-Disposition: inline Content-Length: 1382 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.4788 pkgsrc/doc/CHANGES-2020:1.4789 --- pkgsrc/doc/CHANGES-2020:1.4788 Fri Sep 4 13:51:32 2020 +++ pkgsrc/doc/CHANGES-2020 Fri Sep 4 13:54:15 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4788 2020/09/04 13:51:32 wiz Exp $ +$NetBSD: CHANGES-2020,v 1.4789 2020/09/04 13:54:15 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -7382,3 +7382,4 @@ Changes to the packages collection and i Removed devel/p5-Test-Simple successor lang/perl5 [wiz 2020-09-04] Removed textproc/p5-Text-Tabs+Wrap [wiz 2020-09-04] Removed devel/p5-Tie-RefHash successor lang/perl5 [wiz 2020-09-04] + Removed time/p5-Time-Local [wiz 2020-09-04] Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.213 pkgsrc/time/Makefile:1.214 --- pkgsrc/time/Makefile:1.213 Tue Sep 1 08:05:29 2020 +++ pkgsrc/time/Makefile Fri Sep 4 13:54:15 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2020/09/01 08:05:29 wiz Exp $ +# $NetBSD: Makefile,v 1.214 2020/09/04 13:54:15 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -118,7 +118,6 @@ SUBDIR+= p5-Time-Elapsed SUBDIR+= p5-Time-Format SUBDIR+= p5-Time-Format_XS SUBDIR+= p5-Time-Interval -SUBDIR+= p5-Time-Local SUBDIR+= p5-Time-Period SUBDIR+= p5-Time-Piece SUBDIR+= p5-Time-Progress --_----------=_159922765695560--