Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6A2B01A923C for ; Sat, 23 Jan 2021 09:45:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A34928511F; Sat, 23 Jan 2021 09:45:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC4A684DD7 for ; Sat, 23 Jan 2021 09:45:27 +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 L6DzWbsmfeRs for ; Sat, 23 Jan 2021 09:45:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 62F9D84D37 for ; Sat, 23 Jan 2021 09:45:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BE0CFA9D; Sat, 23 Jan 2021 09:45:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611395127250990" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 09:45:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210123094527.5BE0CFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611395127250990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 23 09:45:27 UTC 2021 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2021 Removed Files: pkgsrc/devel/svk: DESCR Makefile distinfo Log Message: svk: remove Based on svn, but does not work against current perl svn bindings. Not really surprising, since its last release was in 2010. To generate a diff of this commit: cvs rdiff -u -r1.3318 -r1.3319 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/svk/DESCR cvs rdiff -u -r1.49 -r0 pkgsrc/devel/svk/Makefile cvs rdiff -u -r1.15 -r0 pkgsrc/devel/svk/distinfo cvs rdiff -u -r1.540 -r1.541 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611395127250990 Content-Disposition: inline Content-Length: 1244 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3318 pkgsrc/devel/Makefile:1.3319 --- pkgsrc/devel/Makefile:1.3318 Wed Jan 20 11:37:22 2021 +++ pkgsrc/devel/Makefile Sat Jan 23 09:45:27 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3318 2021/01/20 11:37:22 nia Exp $ +# $NetBSD: Makefile,v 1.3319 2021/01/23 09:45:27 wiz Exp $ # COMMENT= Development utilities @@ -2996,7 +2996,6 @@ SUBDIR+= stgit SUBDIR+= subversion SUBDIR+= subversion-base SUBDIR+= sunifdef -SUBDIR+= svk SUBDIR+= svn-bisect SUBDIR+= swig SUBDIR+= swig2 Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.540 pkgsrc/doc/CHANGES-2021:1.541 --- pkgsrc/doc/CHANGES-2021:1.540 Sat Jan 23 09:08:16 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Jan 23 09:45:26 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.540 2021/01/23 09:08:16 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.541 2021/01/23 09:45:26 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -686,3 +686,4 @@ Changes to the packages collection and i Added biology/bedtools version 2.29.2 [bacon 2021-01-22] Updated devel/py-xdg to 0.27 [triaxx 2021-01-22] Updated chat/loudmouth to 1.5.3nb3 [wiz 2021-01-23] + Removed devel/svk [wiz 2021-01-23] --_----------=_1611395127250990--