From owner-svn-ports-all@freebsd.org Fri Feb 16 15:42:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E78E0F1ED23; Fri, 16 Feb 2018 15:42:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9733F80A62; Fri, 16 Feb 2018 15:42:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DE947A94; Fri, 16 Feb 2018 15:42:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1GFg2n6063413; Fri, 16 Feb 2018 15:42:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GFg2Fi063411; Fri, 16 Feb 2018 15:42:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802161542.w1GFg2Fi063411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Feb 2018 15:42:02 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-ipdb: . files X-SVN-Commit-Revision: 462025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 15:42:03 -0000 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 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