git: 0d5f2c75e9df - main - comms/gnuradio: use wx 3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 05:44:16 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d5f2c75e9df24a12646fab6301431c56758368e commit 0d5f2c75e9df24a12646fab6301431c56758368e Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-09-15 13:41:24 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:03 +0000 comms/gnuradio: use wx 3.2 PR: 265093 --- comms/gnuradio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 2f11c690c010..6b1dcb142cd1 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -1,7 +1,7 @@ PORTNAME= gnuradio DISTVERSIONPREFIX= v DISTVERSION= 3.8.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms astro hamradio MAINTAINER= hamradio@FreeBSD.org @@ -70,7 +70,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \ USE_CXXSTD= c++11 USE_GITHUB= yes USE_PYQT= pyqt5 -USE_WX= 3.1 +USE_WX= 3.2 USE_QT= buildtools core gui xml qmake widgets WX_COMPS= wx python:run USE_LDCONFIG= yes