From owner-svn-ports-head@FreeBSD.ORG Thu Mar 12 14:59:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CFEED56; Thu, 12 Mar 2015 14:59:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 17FE660C; Thu, 12 Mar 2015 14:59:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2CExYoK042045; Thu, 12 Mar 2015 14:59:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2CExYfG042044; Thu, 12 Mar 2015 14:59:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503121459.t2CExYfG042044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Mar 2015 14:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381098 - head/devel/bpython 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.18-1 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: Thu, 12 Mar 2015 14:59:35 -0000 Author: sunpoet Date: Thu Mar 12 14:59:34 2015 New Revision: 381098 URL: https://svnweb.freebsd.org/changeset/ports/381098 QAT: https://qat.redports.org/buildarchive/r381098/ Log: - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Submitted by: Sean C. Farley Modified: head/devel/bpython/Makefile Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Thu Mar 12 14:58:00 2015 (r381097) +++ head/devel/bpython/Makefile Thu Mar 12 14:59:34 2015 (r381098) @@ -3,6 +3,7 @@ PORTNAME= bpython PORTVERSION= 0.14.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://bpython-interpreter.org/releases/ @@ -14,7 +15,11 @@ COMMENT= Fancy interface to the Python i LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curtsies>=0.1.18:${PORTSDIR}/devel/py-curtsies \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.5:${PORTSDIR}/devel/py-six OPTIONS_DEFINE= EXAMPLES NLS OPTIONS_SUB= yes