Received: by mail.netbsd.org (Postfix, from userid 605) id DBB3384DBA; Mon, 4 Sep 2017 17:48:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4B6F84D5A for ; Mon, 4 Sep 2017 17:46:06 +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 m1heclN8AneX for ; Mon, 4 Sep 2017 17:46:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 584B184CDD for ; Mon, 4 Sep 2017 17:46:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53868FA97; Mon, 4 Sep 2017 17:46:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504547166155580" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 17:46:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170904174606.53868FA97@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. --_----------=_1504547166155580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 17:46:06 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 pkgsrc/time: Makefile Removed Files: pkgsrc/time/gdeskcal: DESCR Makefile PLIST distinfo Log Message: Remove gdeskcal. No upstream, last release from 2004. Even debian has already removed it. To generate a diff of this commit: cvs rdiff -u -r1.3597 -r1.3598 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.164 -r1.165 pkgsrc/time/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/time/gdeskcal/DESCR cvs rdiff -u -r1.63 -r0 pkgsrc/time/gdeskcal/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/time/gdeskcal/PLIST cvs rdiff -u -r1.7 -r0 pkgsrc/time/gdeskcal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504547166155580 Content-Disposition: inline Content-Length: 1283 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3597 pkgsrc/doc/CHANGES-2017:1.3598 --- pkgsrc/doc/CHANGES-2017:1.3597 Mon Sep 4 17:12:23 2017 +++ pkgsrc/doc/CHANGES-2017 Mon Sep 4 17:46:05 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3597 2017/09/04 17:12:23 adam Exp $ +$NetBSD: CHANGES-2017,v 1.3598 2017/09/04 17:46:05 wiz Exp $ Changes to the packages collection and infrastructure in 2017: @@ -5039,3 +5039,4 @@ Changes to the packages collection and i Updated time/py-icalendar to 3.11.7 [adam 2017-09-04] Updated devel/py-pluggy to 0.5.1 [adam 2017-09-04] Updated devel/py-radon to 2.0.3 [adam 2017-09-04] + Removed time/gdeskcal [wiz 2017-09-04] Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.164 pkgsrc/time/Makefile:1.165 --- pkgsrc/time/Makefile:1.164 Mon Sep 4 05:52:56 2017 +++ pkgsrc/time/Makefile Mon Sep 4 17:46:06 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2017/09/04 05:52:56 wiz Exp $ +# $NetBSD: Makefile,v 1.165 2017/09/04 17:46:06 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -23,7 +23,6 @@ SUBDIR+= evolution-webcal SUBDIR+= fet SUBDIR+= gcal SUBDIR+= gchore -SUBDIR+= gdeskcal SUBDIR+= glclock SUBDIR+= globe SUBDIR+= gnotime --_----------=_1504547166155580--