Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2017 23:41:22 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434422 - head/devel/py-twisted
Message-ID:  <201702192341.v1JNfM3C056446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Feb 19 23:41:22 2017
New Revision: 434422
URL: https://svnweb.freebsd.org/changeset/ports/434422

Log:
  - Add missing DEPENDS
  
  PR:		217205
  Submitted by:	john@saltant.com

Modified:
  head/devel/py-twisted/Makefile

Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile	Sun Feb 19 23:01:06 2017	(r434421)
+++ head/devel/py-twisted/Makefile	Sun Feb 19 23:41:22 2017	(r434422)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twisted
 PORTVERSION=	17.1.0
+PORTREVISION=	1
 CATEGORIES=	devel net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}co
 		${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \
-		${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental
+		${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental \
+		${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat
 
 # Actually 2.7,3.3+
 USES=		python tar:bzip2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702192341.v1JNfM3C056446>