Date: Sat, 31 Dec 2022 04:00:22 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 234872be2b1b - main - textproc/py-enchant: Fix USE_WX Message-ID: <202212310400.2BV40MiI047045@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=234872be2b1be2beeaac082082e368fa198d0796 commit 234872be2b1be2beeaac082082e368fa198d0796 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-31 03:58:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-31 03:59:48 +0000 textproc/py-enchant: Fix USE_WX There is/was no USE_WX=3.1; fixing by reducing to current lowest available version. As WX is DEFAULT option bumping PORTREVISION. Approved by: portmgr (blanket) --- textproc/py-enchant/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index f95e2737af8a..a09ab6890226 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,6 +1,6 @@ PORTNAME= enchant PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +27,7 @@ USES= python:3.6+ USE_PYTHON= distutils py3kplist NO_ARCH= yes -WX_USE= WX=3.1 +WX_USE= WX=3.0 WX_VARS= WX_COMPS=python:run PLIST_SUB+= VER=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212310400.2BV40MiI047045>