Index: head/devel/py-ipdb/Makefile =================================================================== --- head/devel/py-ipdb/Makefile (revision 461311) +++ head/devel/py-ipdb/Makefile (revision 461312) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= ipdb -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.10.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= IPython-enabled pdb -LICENSE= GPLv2+ +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10:devel/ipython@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10.2:devel/ipython@${FLAVOR} -USES= python zip -USE_PYTHON= distutils autoplist NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-ipdb/distinfo =================================================================== --- head/devel/py-ipdb/distinfo (revision 461311) +++ head/devel/py-ipdb/distinfo (revision 461312) @@ -1,2 +1,3 @@ -SHA256 (ipdb-0.8.1.zip) = 1763d1564113f5eb89df77879a8d3213273c4d7ff93dcb37a3070cdf0c34fd7c -SIZE (ipdb-0.8.1.zip) = 20522 +TIMESTAMP = 1517678688 +SHA256 (ipdb-0.10.3.tar.gz) = 9ea256b4280fbe12840fb9dfc3ce498c6c6de03352eca293e4400b0dfbed2b28 +SIZE (ipdb-0.10.3.tar.gz) = 9356 Index: head/devel/py-ipdb/pkg-descr =================================================================== --- head/devel/py-ipdb/pkg-descr (revision 461311) +++ head/devel/py-ipdb/pkg-descr (revision 461312) @@ -1,5 +1,6 @@ ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module. +WWW: https://pypi.python.org/pypi/ipdb WWW: https://github.com/gotcha/ipdb