Received: by mail.netbsd.org (Postfix, from userid 605) id AE12684D7A; Tue, 2 May 2023 16:31:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE30484D6F for ; Tue, 2 May 2023 16:31:45 +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 BXp4UtSD5G1p for ; Tue, 2 May 2023 16:31:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B1D984D68 for ; Tue, 2 May 2023 16:31:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00D01FA87; Tue, 2 May 2023 16:31:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683045101127230" MIME-Version: 1.0 Date: Tue, 2 May 2023 16:31:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230502163142.00D01FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683045101127230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 16:31:41 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/devel/bzr: DESCR MESSAGE Makefile PLIST distinfo plugin.mk pkgsrc/devel/bzr/patches: patch-CVE-2017-14176 patch-ab Log Message: bzr: remove, use breezy instead Python 2 only, upstream development has stopped To generate a diff of this commit: cvs rdiff -u -r1.3965 -r1.3966 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/bzr/DESCR cvs rdiff -u -r1.4 -r0 pkgsrc/devel/bzr/MESSAGE cvs rdiff -u -r1.79 -r0 pkgsrc/devel/bzr/Makefile cvs rdiff -u -r1.39 -r0 pkgsrc/devel/bzr/PLIST cvs rdiff -u -r1.46 -r0 pkgsrc/devel/bzr/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/devel/bzr/plugin.mk cvs rdiff -u -r1.1 -r0 pkgsrc/devel/bzr/patches/patch-CVE-2017-14176 cvs rdiff -u -r1.10 -r0 pkgsrc/devel/bzr/patches/patch-ab cvs rdiff -u -r1.2709 -r1.2710 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683045101127230 Content-Disposition: inline Content-Length: 1262 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3965 pkgsrc/devel/Makefile:1.3966 --- pkgsrc/devel/Makefile:1.3965 Mon May 1 09:15:52 2023 +++ pkgsrc/devel/Makefile Tue May 2 16:31:41 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3965 2023/05/01 09:15:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3966 2023/05/02 16:31:41 wiz Exp $ # COMMENT= Development utilities @@ -198,7 +198,6 @@ SUBDIR+= bugzilla SUBDIR+= bugzilla3 SUBDIR+= bullet SUBDIR+= byacc -SUBDIR+= bzr SUBDIR+= bzr-gtk SUBDIR+= bzrtools SUBDIR+= c++gsl Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.2709 pkgsrc/doc/CHANGES-2023:1.2710 --- pkgsrc/doc/CHANGES-2023:1.2709 Tue May 2 16:07:09 2023 +++ pkgsrc/doc/CHANGES-2023 Tue May 2 16:31:41 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2709 2023/05/02 16:07:09 nikita Exp $ +$NetBSD: CHANGES-2023,v 1.2710 2023/05/02 16:31:41 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3804,3 +3804,4 @@ Changes to the packages collection and i Updated finance/gnucash to 5.1 [wiz 2023-05-02] Updated finance/gnucash-docs to 5.1 [wiz 2023-05-02] Updated lang/python37 to 3.7.16 [nikita 2023-05-02] + Removed devel/bzr successor devel/breezy [wiz 2023-05-02] --_----------=_1683045101127230--