Received: by mail.netbsd.org (Postfix, from userid 605) id D9BF284D55; Sun, 23 Oct 2022 20:14:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15A0D84D35 for ; Sun, 23 Oct 2022 20:14:54 +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 Ld1nH6qQvnE5 for ; Sun, 23 Oct 2022 20:14:53 +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 9CE9F84D2D for ; Sun, 23 Oct 2022 20:14:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90402FA90; Sun, 23 Oct 2022 20:14:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666556093132500" MIME-Version: 1.0 Date: Sun, 23 Oct 2022 20:14:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/avidemux To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221023201453.90402FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666556093132500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 23 20:14:53 UTC 2022 Modified Files: pkgsrc/multimedia/avidemux: Makefile Log Message: avidemux: bump PKGREVISION for dependency change To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 pkgsrc/multimedia/avidemux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666556093132500 Content-Disposition: inline Content-Length: 596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/avidemux/Makefile diff -u pkgsrc/multimedia/avidemux/Makefile:1.129 pkgsrc/multimedia/avidemux/Makefile:1.130 --- pkgsrc/multimedia/avidemux/Makefile:1.129 Sun Oct 23 14:50:35 2022 +++ pkgsrc/multimedia/avidemux/Makefile Sun Oct 23 20:14:53 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.129 2022/10/23 14:50:35 adam Exp $ -# +# $NetBSD: Makefile,v 1.130 2022/10/23 20:14:53 wiz Exp $ DISTNAME= avidemux_2.5.4 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 60 +PKGREVISION= 61 CATEGORIES= multimedia MASTER_SITES= http://download.berlios.de/avidemux/ --_----------=_1666556093132500--