svn commit: r381098 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 12 14:59:35 UTC 2015


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 <scf at freebsd.org>

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


More information about the svn-ports-head mailing list