Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2022 19:24:09 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e3b18f793cc1 - main - textproc/py-wcmatch: bracex should be a RUN_DEPENDS
Message-ID:  <202201101924.20AJO9Vs070072@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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