Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5051C84D31 for ; Tue, 6 Jun 2023 13:18:26 +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 cY3EZWWuiif9 for ; Tue, 6 Jun 2023 13:18:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 99DA384C13 for ; Tue, 6 Jun 2023 13:18:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92A6AFA89; Tue, 6 Jun 2023 13:18:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686057505140170" MIME-Version: 1.0 Date: Tue, 6 Jun 2023 13:18:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230606131825.92A6AFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686057505140170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jun 6 13:18:25 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/multimedia/mkvtoolnix-old: DESCR Makefile PLIST distinfo pkgsrc/multimedia/mkvtoolnix-old/patches: patch-aa patch-src_common_common.cpp Log Message: mkvtoolnix-old: remove very old mkvtoolnix version This was added in 2010 for a "c++ problem". To generate a diff of this commit: cvs rdiff -u -r1.3597 -r1.3598 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/mkvtoolnix-old/DESCR cvs rdiff -u -r1.74 -r0 pkgsrc/multimedia/mkvtoolnix-old/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/multimedia/mkvtoolnix-old/PLIST cvs rdiff -u -r1.7 -r0 pkgsrc/multimedia/mkvtoolnix-old/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/mkvtoolnix-old/patches/patch-aa cvs rdiff -u -r1.1 -r0 \ pkgsrc/multimedia/mkvtoolnix-old/patches/patch-src_common_common.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686057505140170 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.3597 pkgsrc/doc/CHANGES-2023:1.3598 --- pkgsrc/doc/CHANGES-2023:1.3597 Tue Jun 6 13:13:50 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Jun 6 13:18:25 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3597 2023/06/06 13:13:50 adam Exp $ +$NetBSD: CHANGES-2023,v 1.3598 2023/06/06 13:18:25 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -4983,3 +4983,4 @@ Changes to the packages collection and i Updated devel/py-faker to 18.10.1 [adam 2023-06-06] Updated sysutils/py-ansible-compat to 4.1.2 [adam 2023-06-06] Updated sysutils/ansible-lint to 6.17.0 [adam 2023-06-06] + Removed multimedia/mkvtoolnix-old [wiz 2023-06-06] --_----------=_1686057505140170--