Index: head/devel/py-ipdb/files/patch-setup.py =================================================================== --- head/devel/py-ipdb/files/patch-setup.py (revision 462024) +++ head/devel/py-ipdb/files/patch-setup.py (nonexistent) @@ -1,11 +0,0 @@ ---- setup.py.orig 2015-06-03 09:21:14 UTC -+++ setup.py -@@ -48,7 +48,7 @@ setup(name='ipdb', - license='GPL', - packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), - include_package_data=True, -- zip_safe=True, -+ zip_safe=False, - test_suite='tests', - install_requires=[ - 'ipython >= 0.10', Property changes on: head/devel/py-ipdb/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-ipdb/Makefile =================================================================== --- head/devel/py-ipdb/Makefile (revision 462024) +++ head/devel/py-ipdb/Makefile (revision 462025) @@ -1,21 +1,24 @@ # $FreeBSD$ PORTNAME= ipdb -PORTVERSION= 0.10.3 +PORTVERSION= 0.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= IPython-enabled pdb LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10.2:devel/ipython@${FLAVOR} NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +post-patch: + @${REINPLACE_CMD} -e '/zip_safe=/ s|True|False|' ${WRKSRC}/setup.py .include Index: head/devel/py-ipdb/distinfo =================================================================== --- head/devel/py-ipdb/distinfo (revision 462024) +++ head/devel/py-ipdb/distinfo (revision 462025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517678688 -SHA256 (ipdb-0.10.3.tar.gz) = 9ea256b4280fbe12840fb9dfc3ce498c6c6de03352eca293e4400b0dfbed2b28 -SIZE (ipdb-0.10.3.tar.gz) = 9356 +TIMESTAMP = 1518774672 +SHA256 (ipdb-0.11.tar.gz) = 7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a +SIZE (ipdb-0.11.tar.gz) = 9083