Date: Fri, 2 Nov 2012 14:42:25 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306859 - head/databases/py-carbon Message-ID: <201211021442.qA2EgPNm041575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Nov 2 14:42:24 2012 New Revision: 306859 URL: http://svn.freebsd.org/changeset/ports/306859 Log: - 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 Modified: head/databases/py-carbon/Makefile Modified: head/databases/py-carbon/Makefile ============================================================================== --- head/databases/py-carbon/Makefile Fri Nov 2 14:26:22 2012 (r306858) +++ head/databases/py-carbon/Makefile Fri Nov 2 14:42:24 2012 (r306859) @@ -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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211021442.qA2EgPNm041575>