Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 11:04:14 +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: r557720 - in head: . devel devel/py-http-prompt devel/py-prompt-toolkit2 devel/py-prompt_toolkit2
Message-ID:  <202012111104.0BBB4FN0079283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <skreuzer@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012111104.0BBB4FN0079283>