Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 18:03:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494626 - head/audio/audacity
Message-ID:  <201903041803.x24I3xhO069831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar  4 18:03:59 2019
New Revision: 494626
URL: https://svnweb.freebsd.org/changeset/ports/494626

Log:
  audio/audacity: switch to wxgtk31
  
  PR:		236050
  Submitted by:	xxjack12xx@gmail.com (maintainer)

Modified:
  head/audio/audacity/Makefile   (contents, props changed)

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Mon Mar  4 17:58:31 2019	(r494625)
+++ head/audio/audacity/Makefile	Mon Mar  4 18:03:59 2019	(r494626)
@@ -4,7 +4,7 @@
 PORTNAME=	audacity
 PORTVERSION=	2.3.0
 DISTVERSIONPREFIX=	Audacity-
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 
 MAINTAINER=	xxjack12xx@gmail.com
@@ -31,7 +31,7 @@ NLS_USES=	gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
 NLS_CONFIGURE_WITH=	libintl-prefix="${LOCALBASE}"
 OPTIONS_SUB=	yes
-USE_WX=		3.0+
+USE_WX=		3.1+
 WX_COMPS=	wx
 INSTALLS_ICONS=	yes
 PORTDOCS=	README.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903041803.x24I3xhO069831>