From owner-svn-ports-all@freebsd.org Thu Mar 21 19:40:34 2019 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 E4785154CAD7; Thu, 21 Mar 2019 19:40:33 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 883357398F; Thu, 21 Mar 2019 19:40:33 +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 4CB51D869; Thu, 21 Mar 2019 19:40:33 +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 x2LJeX95056964; Thu, 21 Mar 2019 19:40:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LJeWJL056962; Thu, 21 Mar 2019 19:40:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201903211940.x2LJeWJL056962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 Mar 2019 19:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496490 - head/devel/py-ipdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-ipdb X-SVN-Commit-Revision: 496490 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 883357398F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 21 Mar 2019 19:40:34 -0000 Author: sunpoet Date: Thu Mar 21 19:40:32 2019 New Revision: 496490 URL: https://svnweb.freebsd.org/changeset/ports/496490 Log: Update to 0.12 Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt Modified: head/devel/py-ipdb/Makefile head/devel/py-ipdb/distinfo Modified: head/devel/py-ipdb/Makefile ============================================================================== --- head/devel/py-ipdb/Makefile Thu Mar 21 19:40:27 2019 (r496489) +++ head/devel/py-ipdb/Makefile Thu Mar 21 19:40:32 2019 (r496490) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ipdb -PORTVERSION= 0.11 -PORTREVISION= 3 +PORTVERSION= 0.12 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +12,12 @@ COMMENT= IPython-enabled pdb LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=0.10.2:devel/ipython5@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=5.1.0:devel/ipython5@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/zip_safe=/ s|True|False|' ${WRKSRC}/setup.py Modified: head/devel/py-ipdb/distinfo ============================================================================== --- head/devel/py-ipdb/distinfo Thu Mar 21 19:40:27 2019 (r496489) +++ head/devel/py-ipdb/distinfo Thu Mar 21 19:40:32 2019 (r496490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518774672 -SHA256 (ipdb-0.11.tar.gz) = 7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a -SIZE (ipdb-0.11.tar.gz) = 9083 +TIMESTAMP = 1553186366 +SHA256 (ipdb-0.12.tar.gz) = dce2112557edfe759742ca2d0fee35c59c97b0cc7a05398b791079d78f1519ce +SIZE (ipdb-0.12.tar.gz) = 9211