Received: by mail.netbsd.org (Postfix, from userid 605) id CF2BB84D88; Sun, 5 Jan 2020 04:12:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5858184D27 for ; Sun, 5 Jan 2020 04:12:39 +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 eeG5rX_8w2MR for ; Sun, 5 Jan 2020 04:12:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5EE084C81 for ; Sun, 5 Jan 2020 04:12:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1A0CFA97; Sun, 5 Jan 2020 04:12:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15781975587580" MIME-Version: 1.0 Date: Sun, 5 Jan 2020 04:12:38 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/multimedia/mkv2mp4 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200105041238.E1A0CFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15781975587580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Jan 5 04:12:38 UTC 2020 Modified Files: pkgsrc/multimedia/mkv2mp4: Makefile Log Message: mkv2mp4: Recursive revbump from multimedia/gpac To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/mkv2mp4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15781975587580 Content-Disposition: inline Content-Length: 589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/mkv2mp4/Makefile diff -u pkgsrc/multimedia/mkv2mp4/Makefile:1.25 pkgsrc/multimedia/mkv2mp4/Makefile:1.26 --- pkgsrc/multimedia/mkv2mp4/Makefile:1.25 Mon Feb 26 08:19:30 2018 +++ pkgsrc/multimedia/mkv2mp4/Makefile Sun Jan 5 04:12:38 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2018/02/26 08:19:30 adam Exp $ +# $NetBSD: Makefile,v 1.26 2020/01/05 04:12:38 ryoon Exp $ DISTNAME= mkv2mp4-20121208 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-/-0.0./} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL} --_----------=_15781975587580--