diff options
author | rm <rm@FreeBSD.org> | 2012-11-02 22:42:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-11-02 22:42:24 +0800 |
commit | 4447ba560d7f37ed8975114a88d9fdfd841067f7 (patch) | |
tree | 969c8932dc22100d4bb3330f63f7b2db8a91d9d4 /databases | |
parent | 83a631e3574c579fe79a6cca96b8f7858a1239da (diff) | |
download | freebsd-ports-gnome-4447ba560d7f37ed8975114a88d9fdfd841067f7.tar.gz freebsd-ports-gnome-4447ba560d7f37ed8975114a88d9fdfd841067f7.tar.zst freebsd-ports-gnome-4447ba560d7f37ed8975114a88d9fdfd841067f7.zip |
- correct list of dependent py-twisted components and use USE_TWISTED_RUN
- bump PORTREVISION because of dependencies change
- trim Makefile header, while here
PR: 172657
Submitted by: brd
Approved by: maintainer timeout (3 weeks)
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-carbon/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index c64747b34ccb..40fbfeaff012 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: py-carbon -# Date created: 2011-05-01 -# Whom: Evan Sarmiento <bsdports@wayfair.com> -# +# Created by: Evan Sarmiento <bsdports@wayfair.com> # $FreeBSD$ -# PORTNAME= carbon PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +14,11 @@ COMMENT= Backend storage application for graphite LICENSE= AL2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:${PORTSDIR}/net/py-txamqp \ - ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:${PORTSDIR}/databases/py-whisper \ - ${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:${PORTSDIR}/devel/py-twisted + ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:${PORTSDIR}/databases/py-whisper USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +USE_TWISTED_RUN= yes FETCH_ARGS= -pRr USE_RC_SUBR= carbon |