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 2B4FC7A21A for ; Thu, 23 Feb 2017 14:47:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD12985628; Thu, 23 Feb 2017 14:47:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D30685582 for ; Thu, 23 Feb 2017 14:47:58 +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 LEJbf_gKIH7u for ; Thu, 23 Feb 2017 14:47:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F348C84CBD for ; Thu, 23 Feb 2017 14:47:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EED93FBE4; Thu, 23 Feb 2017 14:47:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148786127731400" MIME-Version: 1.0 Date: Thu, 23 Feb 2017 14:47:57 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/audio/cmus To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170223144757.EED93FBE4@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. --_----------=_148786127731400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Feb 23 14:47:57 UTC 2017 Modified Files: pkgsrc/audio/cmus: Makefile Log Message: Use proper Github MASTER_SITES handling To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/audio/cmus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148786127731400 Content-Disposition: inline Content-Length: 678 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.67 pkgsrc/audio/cmus/Makefile:1.68 --- pkgsrc/audio/cmus/Makefile:1.67 Tue Jan 24 19:34:37 2017 +++ pkgsrc/audio/cmus/Makefile Thu Feb 23 14:47:57 2017 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.67 2017/01/24 19:34:37 maya Exp $ +# $NetBSD: Makefile,v 1.68 2017/02/23 14:47:57 fhajny Exp $ DISTNAME= cmus-2.7.1 PKGREVISION= 6 CATEGORIES= audio -MASTER_SITES= -https://github.com/cmus/cmus/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_GITHUB:=cmus/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://cmus.github.io/ --_----------=_148786127731400--