From owner-svn-ports-head@FreeBSD.ORG Tue Jun 3 17:14:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E50A737; Tue, 3 Jun 2014 17:14:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ABE0215D; Tue, 3 Jun 2014 17:14:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53HEVVY078304; Tue, 3 Jun 2014 17:14:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53HEVqZ078303; Tue, 3 Jun 2014 17:14:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406031714.s53HEVqZ078303@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Jun 2014 17:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356382 - head/audio/wxguitar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 17:14:31 -0000 Author: bapt Date: Tue Jun 3 17:14:30 2014 New Revision: 356382 URL: http://svnweb.freebsd.org/changeset/ports/356382 QAT: https://qat.redports.org/buildarchive/r356382/ Log: Switch to use wx 3.0 Modified: head/audio/wxguitar/Makefile Modified: head/audio/wxguitar/Makefile ============================================================================== --- head/audio/wxguitar/Makefile Tue Jun 3 17:13:45 2014 (r356381) +++ head/audio/wxguitar/Makefile Tue Jun 3 17:14:30 2014 (r356382) @@ -3,7 +3,7 @@ PORTNAME= wxguitar PORTVERSION= 1.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -14,7 +14,7 @@ COMMENT= A simple guitar tuning assistan RUN_DEPENDS= wavplay:${PORTSDIR}/audio/wavplay GNU_CONFIGURE= yes -USE_WX= 2.8+ +USE_WX= 3.0 WX_UNICODE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} CPPFLAGS+= -I${LOCALBASE}/include