Received: by mail.netbsd.org (Postfix, from userid 605) id 4D80D84D7E; Sat, 4 Jan 2020 13:24:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD24384CD8 for ; Sat, 4 Jan 2020 13:24:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vJxVMna2dS5K for ; Sat, 4 Jan 2020 13:24:22 +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 2DCE784CD5 for ; Sat, 4 Jan 2020 13:24:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21C2EFA97; Sat, 4 Jan 2020 13:24:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578144262168420" MIME-Version: 1.0 Date: Sat, 4 Jan 2020 13:24:22 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/comms To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200104132422.21C2EFA97@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. --_----------=_1578144262168420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jan 4 13:24:22 UTC 2020 Modified Files: pkgsrc/comms: Makefile Removed Files: pkgsrc/comms/gnome-pilot: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: comms: Remove gnome-pilot Another now-dead GNOME 2 component To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 pkgsrc/comms/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/comms/gnome-pilot/DESCR cvs rdiff -u -r1.126 -r0 pkgsrc/comms/gnome-pilot/Makefile cvs rdiff -u -r1.13 -r0 pkgsrc/comms/gnome-pilot/PLIST cvs rdiff -u -r1.90 -r0 pkgsrc/comms/gnome-pilot/buildlink3.mk cvs rdiff -u -r1.8 -r0 pkgsrc/comms/gnome-pilot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578144262168420 Content-Disposition: inline Content-Length: 559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/Makefile diff -u pkgsrc/comms/Makefile:1.114 pkgsrc/comms/Makefile:1.115 --- pkgsrc/comms/Makefile:1.114 Sun Sep 22 20:00:31 2019 +++ pkgsrc/comms/Makefile Sat Jan 4 13:24:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2019/09/22 20:00:31 jnemeth Exp $ +# $NetBSD: Makefile,v 1.115 2020/01/04 13:24:21 nia Exp $ # COMMENT= Communication utilities @@ -23,7 +23,6 @@ SUBDIR+= estic SUBDIR+= fidogate SUBDIR+= gammu SUBDIR+= gkermit -SUBDIR+= gnome-pilot SUBDIR+= gsmlib SUBDIR+= hylafax SUBDIR+= java-rxtx --_----------=_1578144262168420--