git: e3b18f793cc1 - main - textproc/py-wcmatch: bracex should be a RUN_DEPENDS

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Mon, 10 Jan 2022 19:24:09 UTC
The branch main has been updated by matthew:

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

commit e3b18f793cc16223a94673f400183250a1c9b00e
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2022-01-10 19:22:15 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2022-01-10 19:23:55 +0000

    textproc/py-wcmatch: bracex should be a RUN_DEPENDS
    
    instead of the BUILD_DEPENDS I originally had it as.
    
    PR:             261077
    Reported by:    bas at area536.com
---
 textproc/py-wcmatch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/py-wcmatch/Makefile b/textproc/py-wcmatch/Makefile
index 878c28ec7ac7..47d3b3bdffd3 100644
--- a/textproc/py-wcmatch/Makefile
+++ b/textproc/py-wcmatch/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wcmatch
 PORTVERSION=	8.3
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ COMMENT=	Wildcard/glob file name matcher
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bracex>=2.1.1:textproc/py-bracex@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bracex>=2.1.1:textproc/py-bracex@${PY_FLAVOR}
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \