Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 05:15:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 77b10c99f376 - main - devel/py-pbr: Fix RUN_DEPENDS
Message-ID:  <202205220515.24M5FU2P062109@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77b10c99f376dec2efcb14481d0cad03961bbd3c

commit 77b10c99f376dec2efcb14481d0cad03961bbd3c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:23:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:37:25 +0000

    devel/py-pbr: Fix RUN_DEPENDS
    
    - Bump PORTREVISION for dependency change
    
    pbr finished removing invocations of pip since 1.0.0.
---
 devel/py-pbr/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile
index 09bad209d6cf..4a39147bf99e 100644
--- a/devel/py-pbr/Makefile
+++ b/devel/py-pbr/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pbr
 PORTVERSION=	5.9.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,6 @@ COMMENT=	Python Build Reasonableness
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
-
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 



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