Received: by mail.netbsd.org (Postfix, from userid 605) id 1930184D76; Thu, 2 Jan 2020 22:45:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9662084D6F for ; Thu, 2 Jan 2020 22:45:06 +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 S0Hlq_upQOtF for ; Thu, 2 Jan 2020 22:45:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0019F84D6E for ; Thu, 2 Jan 2020 22:45:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2251FA97; Thu, 2 Jan 2020 22:45:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578005105233460" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 22:45:05 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/audio/libmatemixer To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200102224505.F2251FA97@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. --_----------=_1578005105233460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 2 22:45:05 UTC 2020 Modified Files: pkgsrc/audio/libmatemixer: Makefile Log Message: libmatemixer: tweak $DISTNAME Prepare to bump the default $VERSION in meta-pkg/mate to 1.22.2 (now the most common version amongst the packages and the effective release we're at). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/libmatemixer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578005105233460 Content-Disposition: inline Content-Length: 584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libmatemixer/Makefile diff -u pkgsrc/audio/libmatemixer/Makefile:1.15 pkgsrc/audio/libmatemixer/Makefile:1.16 --- pkgsrc/audio/libmatemixer/Makefile:1.15 Sun Jul 21 22:24:26 2019 +++ pkgsrc/audio/libmatemixer/Makefile Thu Jan 2 22:45:05 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2019/07/21 22:24:26 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/01/02 22:45:05 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= libmatemixer-${VERSION} +DISTNAME= libmatemixer-${VERSION:R}.0 PKGREVISION= 2 CATEGORIES= audio --_----------=_1578005105233460--