Date: Fri, 16 Feb 2018 15:42:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462025 - in head/devel/py-ipdb: . files Message-ID: <201802161542.w1GFg2Fi063411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 16 15:42:02 2018 New Revision: 462025 URL: https://svnweb.freebsd.org/changeset/ports/462025 Log: Update to 0.11 - Use REINPLACE_CMD instead of patch file Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt Deleted: head/devel/py-ipdb/files/ Modified: head/devel/py-ipdb/Makefile head/devel/py-ipdb/distinfo Modified: head/devel/py-ipdb/Makefile ============================================================================== --- head/devel/py-ipdb/Makefile Fri Feb 16 15:41:56 2018 (r462024) +++ head/devel/py-ipdb/Makefile Fri Feb 16 15:42:02 2018 (r462025) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipdb -PORTVERSION= 0.10.3 +PORTVERSION= 0.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,5 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10.2:de NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +post-patch: + @${REINPLACE_CMD} -e '/zip_safe=/ s|True|False|' ${WRKSRC}/setup.py .include <bsd.port.mk> Modified: head/devel/py-ipdb/distinfo ============================================================================== --- head/devel/py-ipdb/distinfo Fri Feb 16 15:41:56 2018 (r462024) +++ head/devel/py-ipdb/distinfo Fri Feb 16 15:42:02 2018 (r462025) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161542.w1GFg2Fi063411>