git: f83d4e2ea23c - main - science/opensph: use wx 3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 05:44:27 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=f83d4e2ea23c4b8640e2639514da703e1bd1d8da commit f83d4e2ea23c4b8640e2639514da703e1bd1d8da Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-15 18:10:41 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:05 +0000 science/opensph: use wx 3.2 PR: 265093 --- science/opensph/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/science/opensph/Makefile b/science/opensph/Makefile index f00c3ca0ee70..4503b24dc0fe 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,6 +1,6 @@ PORTNAME= OpenSPH DISTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ TEST_DEPENDS= catch>0:devel/catch USES= compiler:c++14-lang qmake qt:5 USE_GITLAB= yes -USE_WX= 3.1 +USE_WX= 3.2 GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp @@ -31,7 +31,7 @@ CXXFLAGS+= -DSPH_CONFIG_SET TEST_WRKSRC= ${WRKDIR}/test -BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config +BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.2-config PLIST_FILES= bin/opensph bin/opensph-cli bin/opensph-info