pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cmus Use proper Github MASTER_SITES handling



details:   https://anonhg.NetBSD.org/pkgsrc/rev/705189f151b1
branches:  trunk
changeset: 358951:705189f151b1
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Feb 23 14:47:57 2017 +0000

description:
Use proper Github MASTER_SITES handling

diffstat:

 audio/cmus/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 44a7674dfc12 -r 705189f151b1 audio/cmus/Makefile
--- a/audio/cmus/Makefile       Thu Feb 23 14:45:22 2017 +0000
+++ b/audio/cmus/Makefile       Thu Feb 23 14:47:57 2017 +0000
@@ -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@localhost
 HOMEPAGE=              http://cmus.github.io/



Home | Main Index | Thread Index | Old Index