aboutsummaryrefslogtreecommitdiff
path: root/databases/py-carbon
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-08-25 05:49:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-08-25 05:49:13 +0000
commit31059207bf62434fb027a1934bfc663bd7544d16 (patch)
tree083bad4ed212d9866479f39658b6ed0938f3a063 /databases/py-carbon
parente9ba846ba76efdd4fc024180278922743dafbda7 (diff)
downloadports-31059207bf62434fb027a1934bfc663bd7544d16.tar.gz
ports-31059207bf62434fb027a1934bfc663bd7544d16.zip
- Add LICENSE_FILE
- Switch from deprecated USES=twisted:run to py-twisted, py-txamqp already depends on py-twisted - Remove dependency on the python2 symlink Reported by: pkg-fallout With hat: portmgr
Notes
Notes: svn path=/head/; revision=448709
Diffstat (limited to 'databases/py-carbon')
-rw-r--r--databases/py-carbon/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile
index ce96eee2e95c..a3cc38341f9a 100644
--- a/databases/py-carbon/Makefile
+++ b/databases/py-carbon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= carbon
PORTVERSION= 0.9.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +11,16 @@ MAINTAINER= swills@FreeBSD.org
COMMENT= Backend storage application for graphite
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \
+ ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp \
${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:databases/py-whisper \
${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18
NO_ARCH= yes
USE_PYTHON= distutils
-USES= python:2 twisted:run
+USES= python:2.7
USE_RC_SUBR= carbon
USE_GITHUB= yes
GH_ACCOUNT= graphite-project