svn commit: r494626 - head/audio/audacity

Steve Wills swills at FreeBSD.org
Mon Mar 4 18:04:00 UTC 2019


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 at 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 at 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


More information about the svn-ports-all mailing list