svn commit: r306859 - head/databases/py-carbon

Ruslan Mahmatkhanov rm at FreeBSD.org
Fri Nov 2 14:42:25 UTC 2012


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 at wayfair.com>
-#
+# Created by: Evan Sarmiento <bsdports at 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
 


More information about the svn-ports-head mailing list