From owner-svn-ports-head@freebsd.org Sun Feb 5 09:03:42 2017 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 ED6A8CD15E8; Sun, 5 Feb 2017 09:03:42 +0000 (UTC) (envelope-from demon@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 BA5227F2; Sun, 5 Feb 2017 09:03:42 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1593fLK077569; Sun, 5 Feb 2017 09:03:41 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1593fBD077568; Sun, 5 Feb 2017 09:03:41 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201702050903.v1593fBD077568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 5 Feb 2017 09:03:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433387 - head/www/py-pelican 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.23 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: Sun, 05 Feb 2017 09:03:43 -0000 Author: demon Date: Sun Feb 5 09:03:41 2017 New Revision: 433387 URL: https://svnweb.freebsd.org/changeset/ports/433387 Log: Use python-version-specific dependencies so they work as expected with non-default python. PR: 215201 Submitted by: John W. O'Brien Maintainer timeout. Modified: head/www/py-pelican/Makefile Modified: head/www/py-pelican/Makefile ============================================================================== --- head/www/py-pelican/Makefile Sun Feb 5 09:01:31 2017 (r433386) +++ head/www/py-pelican/Makefile Sun Feb 5 09:03:41 2017 (r433387) @@ -12,7 +12,7 @@ COMMENT= Static site generator written i LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rst2html:textproc/py-docutils \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}feedgenerator>=1.6:www/py-feedgenerator \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \