Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2026 15:20:09 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: be3119de07bd - main - devel/py-num2words: add missing RUN_DEPENDS
Message-ID:  <69c6a029.23ac3.7377652@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danfe:

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

commit be3119de07bdb1e1424d651cf62ed28343c2825b
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2026-03-27 15:18:38 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2026-03-27 15:18:38 +0000

    devel/py-num2words: add missing RUN_DEPENDS
    
    PR:             287844
    Submitted by:   Sergey Kiselev
---
 devel/py-num2words/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-num2words/Makefile b/devel/py-num2words/Makefile
index 23b71c884f51..32bb93cecbff 100644
--- a/devel/py-num2words/Makefile
+++ b/devel/py-num2words/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	num2words
 PORTVERSION=	0.5.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ WWW=		https://github.com/savoirfairelinux/num2words
 
 LICENSE=	LGPL21
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:devel/py-docopt@${PY_FLAVOR}
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c6a029.23ac3.7377652>