Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 20:24:38 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cae6d850c5d - main - =?utf-8?Q?ports-mgmt/reprise: update 0.1.0 =E2=86=92 0.2.0?=
Message-ID:  <202204142024.23EKOcIn009142@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cae6d850c5d04a61810bd83bba4f2180a908ebc

commit 1cae6d850c5d04a61810bd83bba4f2180a908ebc
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-14 20:20:02 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-14 20:23:38 +0000

    ports-mgmt/reprise: update 0.1.0 → 0.2.0
---
 ports-mgmt/reprise/Makefile | 7 ++++---
 ports-mgmt/reprise/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/ports-mgmt/reprise/Makefile b/ports-mgmt/reprise/Makefile
index a0263ad1667a..a69728faabe1 100644
--- a/ports-mgmt/reprise/Makefile
+++ b/ports-mgmt/reprise/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	reprise
-PORTVERSION=	0.1.0
+PORTVERSION=	0.2.0
 CATEGORIES=	ports-mgmt python
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -8,7 +8,8 @@ COMMENT=	Port testing system
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonslicer>=0:textproc/py-jsonslicer@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonslicer>=0:textproc/py-jsonslicer@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR}
 
@@ -32,7 +33,7 @@ do-test:
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 31000
-IGNORE=		needs python 3.10+, but we can't express this in the port due to poudriere brokenness, so please build with FLAVOR=py310
+IGNORE=		needs python 3.10+, but newest python versions are disabled in the ports by default, so please build with DEFAULT_VERSIONS+=python=3.10 python3=3.10
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/ports-mgmt/reprise/distinfo b/ports-mgmt/reprise/distinfo
index 2dc0277d47a9..53e2b479e4ae 100644
--- a/ports-mgmt/reprise/distinfo
+++ b/ports-mgmt/reprise/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649856040
-SHA256 (AMDmi3-reprise-0.1.0_GH0.tar.gz) = a8ae28c3e751cfb10fb189cdad167f53a0941fc01e289b16143a0c9ad8a70479
-SIZE (AMDmi3-reprise-0.1.0_GH0.tar.gz) = 27628
+TIMESTAMP = 1649967481
+SHA256 (AMDmi3-reprise-0.2.0_GH0.tar.gz) = 095bfde553d0698116814cc19e23fda4da19f342e50dde3b89c677ca019ce3bd
+SIZE (AMDmi3-reprise-0.2.0_GH0.tar.gz) = 34306



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