Date: Tue, 25 Oct 2022 05:44:28 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: a0b0e6e9b6f2 - main - audio/audacity: use wx 3.2 Message-ID: <202210250544.29P5iSY2047525@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=a0b0e6e9b6f22625cd040be7030e30cbae042be8 commit a0b0e6e9b6f22625cd040be7030e30cbae042be8 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-15 18:11:19 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:05 +0000 audio/audacity: use wx 3.2 PR: 265093 --- audio/audacity/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index cd614c4007d7..b84830e9f945 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com @@ -30,7 +31,7 @@ USES= cmake compiler:c++17-lang cpe desktop-file-utils gettext \ USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 -USE_WX= 3.1+ +USE_WX= 3.2+ CPE_VENDOR= audacityteam WX_COMPS= wx PORTDOCS= README.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210250544.29P5iSY2047525>