svn commit: r351285 - head/devel/py-testtools

Carlo Strub cs at FreeBSD.org
Mon Apr 14 20:09:07 UTC 2014


Author: cs
Date: Mon Apr 14 20:09:06 2014
New Revision: 351285
URL: http://svnweb.freebsd.org/changeset/ports/351285
QAT: https://qat.redports.org/buildarchive/r351285/

Log:
  Add missing dependency
  
  PR:		ports/188417
  Submitted by:	Matthew D.Fuller <fullermd at over-yonder.net>

Modified:
  head/devel/py-testtools/Makefile

Modified: head/devel/py-testtools/Makefile
==============================================================================
--- head/devel/py-testtools/Makefile	Mon Apr 14 20:03:57 2014	(r351284)
+++ head/devel/py-testtools/Makefile	Mon Apr 14 20:09:06 2014	(r351285)
@@ -3,6 +3,7 @@
 
 PORTNAME=	testtools
 PORTVERSION=	0.9.35
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://launchpadlibrarian.net/164010578/ \
 		http://www.c-s.li/ports/
@@ -13,6 +14,8 @@ COMMENT=	Extensions to the Python librar
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:${PORTSDIR}/devel/py-extras
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 


More information about the svn-ports-all mailing list