Date: Wed, 11 Nov 2015 09:11:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401231 - head/www/py-paste Message-ID: <201511110911.tAB9BpRx031150@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511110911.tAB9BpRx031150>