From owner-svn-ports-head@freebsd.org Fri Dec 11 11:04:16 2020 Return-Path: Delivered-To: svn-ports-head@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 1BE974AB936; Fri, 11 Dec 2020 11:04:16 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Csnwc0HfNz3QM8; Fri, 11 Dec 2020 11:04:16 +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 F0EFD1B49; Fri, 11 Dec 2020 11:04:15 +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 0BBB4FsE079287; Fri, 11 Dec 2020 11:04:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BBB4FN0079283; Fri, 11 Dec 2020 11:04:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012111104.0BBB4FN0079283@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, 11 Dec 2020 11:04:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557720 - in head: . devel devel/py-http-prompt devel/py-prompt-toolkit2 devel/py-prompt_toolkit2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . devel devel/py-http-prompt devel/py-prompt-toolkit2 devel/py-prompt_toolkit2 X-SVN-Commit-Revision: 557720 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 11:04:16 -0000 Author: sunpoet Date: Fri Dec 11 11:04:14 2020 New Revision: 557720 URL: https://svnweb.freebsd.org/changeset/ports/557720 Log: Move devel/py-prompt_toolkit2 to devel/py-prompt-toolkit2 - Bump PORTREVISION for dependency change Added: head/devel/py-prompt-toolkit2/ - copied from r557719, head/devel/py-prompt_toolkit2/ Deleted: head/devel/py-prompt_toolkit2/ Modified: head/MOVED head/devel/Makefile head/devel/py-http-prompt/Makefile head/devel/py-prompt-toolkit2/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Dec 11 11:03:53 2020 (r557719) +++ head/MOVED Fri Dec 11 11:04:14 2020 (r557720) @@ -15776,3 +15776,4 @@ devel/py-libpeas@py27||2020-12-07|Removed flavor www/moodle37|www/moodle39|2020-12-10|Has expired: Unmaintained by upstream devel/py-prompt_toolkit|devel/py-prompt-toolkit|2020-12-11|Rename to match upstream naming devel/py-prompt_toolkit1|devel/py-prompt-toolkit1|2020-12-11|Rename to match upstream naming +devel/py-prompt_toolkit2|devel/py-prompt-toolkit2|2020-12-11|Rename to match upstream naming Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 11 11:03:53 2020 (r557719) +++ head/devel/Makefile Fri Dec 11 11:04:14 2020 (r557720) @@ -4804,7 +4804,7 @@ SUBDIR += py-promise SUBDIR += py-prompt-toolkit SUBDIR += py-prompt-toolkit1 - SUBDIR += py-prompt_toolkit2 + SUBDIR += py-prompt-toolkit2 SUBDIR += py-proselint SUBDIR += py-proto-plus SUBDIR += py-protobuf Modified: head/devel/py-http-prompt/Makefile ============================================================================== --- head/devel/py-http-prompt/Makefile Fri Dec 11 11:03:53 2020 (r557719) +++ head/devel/py-http-prompt/Makefile Fri Dec 11 11:04:14 2020 (r557720) @@ -2,7 +2,7 @@ PORTNAME= http-prompt PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parsimonious>=0.6.2:textproc/py-parsimonious@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prompt_toolkit2>=2.0.0<2.1.0:devel/py-prompt_toolkit2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt-toolkit2>=2.0.0<2.1.0:devel/py-prompt-toolkit2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpie>=0.9.2:www/py-httpie@${PY_FLAVOR} Modified: head/devel/py-prompt-toolkit2/Makefile ============================================================================== --- head/devel/py-prompt_toolkit2/Makefile Fri Dec 11 11:03:53 2020 (r557719) +++ head/devel/py-prompt-toolkit2/Makefile Fri Dec 11 11:04:14 2020 (r557720) @@ -1,12 +1,13 @@ # Created by: Steven Kreuzer # $FreeBSD$ -PORTNAME= prompt_toolkit +PORTNAME= prompt-toolkit PORTVERSION= 2.0.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 2 +DISTNAME= prompt_toolkit-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for building powerful interactive command lines in Python