aboutsummaryrefslogtreecommitdiff
path: root/databases/py-carbon/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-18 17:07:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-18 17:07:45 +0000
commitf29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch)
tree912fc46258efb2d48bb6aedc0d0b7102da00f29c /databases/py-carbon/Makefile
parent638d4ac389fd6f388090fb19a9c40966f4f7f262 (diff)
downloadports-f29a218fcd1fc4bf16d252f307eef4d729dd5dcc.tar.gz
ports-f29a218fcd1fc4bf16d252f307eef4d729dd5dcc.zip
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=386691
Diffstat (limited to 'databases/py-carbon/Makefile')
-rw-r--r--databases/py-carbon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile
index 00272895181d..5123eb2aa594 100644
--- a/databases/py-carbon/Makefile
+++ b/databases/py-carbon/Makefile
@@ -5,7 +5,6 @@ PORTNAME= carbon
PORTVERSION= 0.9.12
PORTREVISION= 1
CATEGORIES= databases python
-MASTER_SITES= http://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
@@ -19,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:${PORTSDIR}/net/py-txamqp \
USE_PYTHON= distutils
USES= python:2 twisted:run
-FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
USE_RC_SUBR= carbon
+USE_GITHUB= yes
+GH_ACCOUNT= graphite-project
.include <bsd.port.mk>