Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 19:02:19 +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: r551800 - head/devel/py-futurist1
Message-ID:  <202010091902.099J2JOu085586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  9 19:02:19 2020
New Revision: 551800
URL: https://svnweb.freebsd.org/changeset/ports/551800

Log:
  Change RUN_DEPENDS from py-prettytable to py-prettytable0
  
  - Update version requirement of RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-futurist1/Makefile

Modified: head/devel/py-futurist1/Makefile
==============================================================================
--- head/devel/py-futurist1/Makefile	Fri Oct  9 19:02:14 2020	(r551799)
+++ head/devel/py-futurist1/Makefile	Fri Oct  9 19:02:19 2020	(r551800)
@@ -3,6 +3,7 @@
 
 PORTNAME=	futurist
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PY_FUTURES} \
-		${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1:devel/py-prettytable@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python



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