Date: Tue, 25 Oct 2022 05:44:19 GMT From: =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e479084ff6b4 - main - databases/grass8: use wx 3.2 Message-ID: <202210250544.29P5iJIC047275@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=e479084ff6b45b41fd95247642d29b477397c9de commit e479084ff6b45b41fd95247642d29b477397c9de Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-09-15 13:41:25 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:04 +0000 databases/grass8: use wx 3.2 PR: 265093 --- databases/grass8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile index dd9e73350fcd..b0cc6c89183e 100644 --- a/databases/grass8/Makefile +++ b/databases/grass8/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass DISTVERSION= 8.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -48,7 +48,7 @@ nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz USE_XORG= sm ice x11 xext xi xmu xrender xt USE_GL= gl glu USE_GNOME= cairo -USE_WX= 3.1 +USE_WX= 3.2 WX_COMPS= wx python:run GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210250544.29P5iJIC047275>