Date: Mon, 25 Oct 2021 16:02:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb1e7506e131 - main - misc/py-tqdm: Cosmetic change Message-ID: <202110251602.19PG2pSY079503@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb1e7506e131a65400bacb0ff5f06162e990078f commit cb1e7506e131a65400bacb0ff5f06162e990078f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:08:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:33 +0000 misc/py-tqdm: Cosmetic change --- misc/py-tqdm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 5c1c995b26b7..37773c3e1c9e 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -14,11 +14,12 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENCE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} USES= cpe python:3.6+ -CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +CPE_VENDOR= tqdm_project + OPTIONS_DEFINE= TELEGRAM TELEGRAM_DESC= Telegram support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251602.19PG2pSY079503>