Received: by mail.netbsd.org (Postfix, from userid 605) id 9D91384DAB; Tue, 27 Apr 2021 08:43:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7C3F84D8A for ; Tue, 27 Apr 2021 08:43:03 +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 gQAwDuYP1ODD for ; Tue, 27 Apr 2021 08:43:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 558F584D4C for ; Tue, 27 Apr 2021 08:43:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EF73FA95; Tue, 27 Apr 2021 08:43:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161951298312290" MIME-Version: 1.0 Date: Tue, 27 Apr 2021 08:43:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210427084303.4EF73FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161951298312290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 27 08:43:03 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/net: Makefile Removed Files: pkgsrc/net/p5-Net-Google: DESCR Makefile distinfo Log Message: p5-Net-Google: remove This package supported the Google SOAP Interface which was deprecated in 2009. To generate a diff of this commit: cvs rdiff -u -r1.2401 -r1.2402 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.1399 -r1.1400 pkgsrc/net/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/p5-Net-Google/DESCR cvs rdiff -u -r1.23 -r0 pkgsrc/net/p5-Net-Google/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/net/p5-Net-Google/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161951298312290 Content-Disposition: inline Content-Length: 1289 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2401 pkgsrc/doc/CHANGES-2021:1.2402 --- pkgsrc/doc/CHANGES-2021:1.2401 Tue Apr 27 08:23:15 2021 +++ pkgsrc/doc/CHANGES-2021 Tue Apr 27 08:43:02 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2401 2021/04/27 08:23:15 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2402 2021/04/27 08:43:02 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3746,3 +3746,4 @@ Changes to the packages collection and i Updated print/py-weasyprint to 52.5 [adam 2021-04-27] Removed math/R-geoRglm [wiz 2021-04-27] Removed math/R-wle [wiz 2021-04-27] + Removed net/p5-Net-Google [wiz 2021-04-27] Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1399 pkgsrc/net/Makefile:1.1400 --- pkgsrc/net/Makefile:1.1399 Sat Apr 24 17:54:25 2021 +++ pkgsrc/net/Makefile Tue Apr 27 08:43:02 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1399 2021/04/24 17:54:25 pho Exp $ +# $NetBSD: Makefile,v 1.1400 2021/04/27 08:43:02 wiz Exp $ # COMMENT= Networking tools @@ -536,7 +536,6 @@ SUBDIR+= p5-Net-Frame-Layer-IPv6 SUBDIR+= p5-Net-Frame-Simple SUBDIR+= p5-Net-GitHub SUBDIR+= p5-Net-Gnats -SUBDIR+= p5-Net-Google SUBDIR+= p5-Net-Google-AuthSub SUBDIR+= p5-Net-Google-Code SUBDIR+= p5-Net-INET6Glue --_----------=_161951298312290--