Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2FC977A13C for ; Tue, 24 Jan 2017 19:34:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9392B8562D; Tue, 24 Jan 2017 19:34:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 247978562A for ; Tue, 24 Jan 2017 19:34:38 +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 T0CSOxUnKksV for ; Tue, 24 Jan 2017 19:34:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52CF78561D for ; Tue, 24 Jan 2017 19:34:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D172FBA6; Tue, 24 Jan 2017 19:34:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148528647711030" MIME-Version: 1.0 Date: Tue, 24 Jan 2017 19:34:37 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/audio/cmus To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170124193437.4D172FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148528647711030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Jan 24 19:34:37 UTC 2017 Modified Files: pkgsrc/audio/cmus: Makefile Log Message: cmus: bump PKGREVISION for default option change, oops. thanks leot for the reminder! To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/cmus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148528647711030 Content-Disposition: inline Content-Length: 547 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/cmus/Makefile diff -u pkgsrc/audio/cmus/Makefile:1.66 pkgsrc/audio/cmus/Makefile:1.67 --- pkgsrc/audio/cmus/Makefile:1.66 Sat Jan 21 20:06:46 2017 +++ pkgsrc/audio/cmus/Makefile Tue Jan 24 19:34:37 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2017/01/21 20:06:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.67 2017/01/24 19:34:37 maya Exp $ DISTNAME= cmus-2.7.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= audio MASTER_SITES= -https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} --_----------=_148528647711030--