From owner-svn-ports-head@FreeBSD.ORG Fri Nov 2 14:42:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55788104; Fri, 2 Nov 2012 14:42:25 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3D26F8FC0C; Fri, 2 Nov 2012 14:42:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA2EgP0d041577; Fri, 2 Nov 2012 14:42:25 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA2EgPNm041575; Fri, 2 Nov 2012 14:42:25 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211021442.qA2EgPNm041575@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 2 Nov 2012 14:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306859 - head/databases/py-carbon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 14:42:25 -0000 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 -# +# Created by: Evan Sarmiento # $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