From owner-svn-ports-head@freebsd.org Wed Nov 11 09:11:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B414A2B9A6; Wed, 11 Nov 2015 09:11:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 250071603; Wed, 11 Nov 2015 09:11:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB9BpTG031151; Wed, 11 Nov 2015 09:11:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB9BpRx031150; Wed, 11 Nov 2015 09:11:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511110911.tAB9BpRx031150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 11 Nov 2015 09:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401231 - head/www/py-paste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 09:11:52 -0000 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