svn commit: r401231 - head/www/py-paste

Antoine Brodin antoine at FreeBSD.org
Wed Nov 11 09:11:52 UTC 2015


Author: antoine
Date: Wed Nov 11 09:11:51 2015
New Revision: 401231
URL: https://svnweb.freebsd.org/changeset/ports/401231

Log:
  Add missing RUN_DEPENDS

Modified:
  head/www/py-paste/Makefile

Modified: head/www/py-paste/Makefile
==============================================================================
--- head/www/py-paste/Makefile	Wed Nov 11 09:00:45 2015	(r401230)
+++ head/www/py-paste/Makefile	Wed Nov 11 09:11:51 2015	(r401231)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Paste
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Tools for using a Web Server Gateway Interface stack
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-head mailing list