Received: by mail.netbsd.org (Postfix, from userid 605) id 7CB7684EEB; Sat, 23 Jul 2022 23:02:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4D2184D1C for ; Sat, 23 Jul 2022 23:02:15 +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 RE_mklQK2n6Z for ; Sat, 23 Jul 2022 23:02:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 332E784CE3 for ; Sat, 23 Jul 2022 23:02:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B734FB1A; Sat, 23 Jul 2022 23:02:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658617335229150" MIME-Version: 1.0 Date: Sat, 23 Jul 2022 23:02:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220723230215.2B734FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658617335229150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 23 23:02:15 UTC 2022 Modified Files: pkgsrc/audio/mpg123: Makefile pkgsrc/audio/mpg123-jack: Makefile pkgsrc/audio/mpg123-pulse: Makefile Log Message: mpg123*: restore PKGREVISIONs, they were there too long to be reset Can be removed on next update. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/mpg123/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/mpg123-jack/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/mpg123-pulse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658617335229150 Content-Disposition: inline Content-Length: 1615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/mpg123/Makefile diff -u pkgsrc/audio/mpg123/Makefile:1.66 pkgsrc/audio/mpg123/Makefile:1.67 --- pkgsrc/audio/mpg123/Makefile:1.66 Tue Jul 19 00:06:01 2022 +++ pkgsrc/audio/mpg123/Makefile Sat Jul 23 23:02:14 2022 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2022/07/19 00:06:01 thor Exp $ +# $NetBSD: Makefile,v 1.67 2022/07/23 23:02:14 wiz Exp $ PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//} +PKGREVISION= 1 COMMENT= MPEG layer 1, 2, and 3 audio player PKGCONFIG_OVERRIDE+= libmpg123.pc.in libout123.pc.in libsyn123.pc.in Index: pkgsrc/audio/mpg123-jack/Makefile diff -u pkgsrc/audio/mpg123-jack/Makefile:1.4 pkgsrc/audio/mpg123-jack/Makefile:1.5 --- pkgsrc/audio/mpg123-jack/Makefile:1.4 Tue Jul 19 00:06:01 2022 +++ pkgsrc/audio/mpg123-jack/Makefile Sat Jul 23 23:02:14 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2022/07/19 00:06:01 thor Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/23 23:02:14 wiz Exp $ MPG123_MODULE= jack +PKGREVISION= 2 .include "../../audio/mpg123/Makefile.common" .include "../../audio/mpg123/buildlink3.mk" Index: pkgsrc/audio/mpg123-pulse/Makefile diff -u pkgsrc/audio/mpg123-pulse/Makefile:1.37 pkgsrc/audio/mpg123-pulse/Makefile:1.38 --- pkgsrc/audio/mpg123-pulse/Makefile:1.37 Tue Jul 19 00:06:01 2022 +++ pkgsrc/audio/mpg123-pulse/Makefile Sat Jul 23 23:02:14 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2022/07/19 00:06:01 thor Exp $ +# $NetBSD: Makefile,v 1.38 2022/07/23 23:02:14 wiz Exp $ MPG123_MODULE= pulse +PKGREVISION= 3 .include "../../audio/mpg123/Makefile.common" .include "../../audio/mpg123/buildlink3.mk" --_----------=_1658617335229150--