From owner-svn-ports-all@freebsd.org Sun Oct 20 17:11:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 990A816437B; Sun, 20 Oct 2019 17:11:22 +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 46x5s63Qd3z403t; Sun, 20 Oct 2019 17:11:22 +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 47400F01C; Sun, 20 Oct 2019 17:11:22 +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 x9KHBMDI069630; Sun, 20 Oct 2019 17:11:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9KHBLwt068866; Sun, 20 Oct 2019 17:11:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910201711.x9KHBLwt068866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2019 17:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514939 - head/devel/py-ptpython X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-ptpython X-SVN-Commit-Revision: 514939 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.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: Sun, 20 Oct 2019 17:11:22 -0000 Author: sunpoet Date: Sun Oct 20 17:11:21 2019 New Revision: 514939 URL: https://svnweb.freebsd.org/changeset/ports/514939 Log: Update to 2.0.6 - Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG Modified: head/devel/py-ptpython/Makefile head/devel/py-ptpython/distinfo head/devel/py-ptpython/pkg-descr Modified: head/devel/py-ptpython/Makefile ============================================================================== --- head/devel/py-ptpython/Makefile Sun Oct 20 17:11:15 2019 (r514938) +++ head/devel/py-ptpython/Makefile Sun Oct 20 17:11:21 2019 (r514939) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ptpython -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.9.0:devel/py-jedi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.14:devel/py-prompt_toolkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=2.0.8<2.1.0:devel/py-prompt_toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} USES= python Modified: head/devel/py-ptpython/distinfo ============================================================================== --- head/devel/py-ptpython/distinfo Sun Oct 20 17:11:15 2019 (r514938) +++ head/devel/py-ptpython/distinfo Sun Oct 20 17:11:21 2019 (r514939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552637870 -SHA256 (ptpython-2.0.4.tar.gz) = ebe9d68ea7532ec8ab306d4bdc7ec393701cd9bbd6eff0aa3067c821f99264d4 -SIZE (ptpython-2.0.4.tar.gz) = 43284 +TIMESTAMP = 1571483867 +SHA256 (ptpython-2.0.6.tar.gz) = 90e24040e82de4abae0bbe6e352d59ae6657e14e1154e742c0038679361b052f +SIZE (ptpython-2.0.6.tar.gz) = 46980 Modified: head/devel/py-ptpython/pkg-descr ============================================================================== --- head/devel/py-ptpython/pkg-descr Sun Oct 20 17:11:15 2019 (r514938) +++ head/devel/py-ptpython/pkg-descr Sun Oct 20 17:11:21 2019 (r514939) @@ -11,4 +11,4 @@ Features: - Support for double width (Chinese) characters. - ... and many other stuff. -WWW: https://github.com/jonathanslenders/ptpython +WWW: https://github.com/prompt-toolkit/ptpython