pkgsrc-WIP-changes archive

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

Use MASTER_SITE_GITHUB and GITHUB_PROJECT for the graphite packages



Module Name:	pkgsrc-wip
Committed By:	Jeff Rizzo <riz%tastylime.net@localhost>
Pushed By:	riz
Date:		Fri Dec 11 12:23:20 2015 -0800
Changeset:	aa69dc886de7e988533242910955848f04e03120

Modified Files:
	py-carbon/Makefile
	py-graphite-web/Makefile
	py-whisper/Makefile

Log Message:
Use MASTER_SITE_GITHUB and GITHUB_PROJECT for the graphite packages

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa69dc886de7e988533242910955848f04e03120

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-carbon/Makefile       | 3 ++-
 py-graphite-web/Makefile | 3 ++-
 py-whisper/Makefile      | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-carbon/Makefile b/py-carbon/Makefile
index fa2b4bf..44f51fd 100644
--- a/py-carbon/Makefile
+++ b/py-carbon/Makefile
@@ -3,7 +3,8 @@
 DISTNAME=	carbon-0.9.15
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
-MASTER_SITES=	-https://github.com/graphite-project/carbon/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+GITHUB_PROJECT=	carbon
+MASTER_SITES=	${MASTER_SITE_GITHUB:=graphite-project/}
 
 MAINTAINER=	filip%joyent.com@localhost
 HOMEPAGE=	http://launchpad.net/graphite
diff --git a/py-graphite-web/Makefile b/py-graphite-web/Makefile
index 2098dfd..422a24d 100644
--- a/py-graphite-web/Makefile
+++ b/py-graphite-web/Makefile
@@ -3,7 +3,8 @@
 DISTNAME=	graphite-web-0.9.15
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	www
-MASTER_SITES=	-https://github.com/graphite-project/graphite-web/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+GITHUB_PROJECT= graphite-web
+MASTER_SITES=	${MASTER_SITE_GITHUB:=graphite-project/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://launchpad.net/graphite
diff --git a/py-whisper/Makefile b/py-whisper/Makefile
index 990363c..59e762a 100644
--- a/py-whisper/Makefile
+++ b/py-whisper/Makefile
@@ -4,7 +4,8 @@
 DISTNAME=	whisper-0.9.15
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
-MASTER_SITES=	-https://github.com/graphite-project/whisper/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+GITHUB_PROJECT= whisper
+MASTER_SITES=	${MASTER_SITE_GITHUB:=graphite-project/}
 
 MAINTAINER=	filip%joyent.com@localhost
 HOMEPAGE=	https://launchpad.net/graphite


Home | Main Index | Thread Index | Old Index