From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 15:03:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02266B1A; Wed, 4 Jun 2014 15:03:35 +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 E3BEE2C48; Wed, 4 Jun 2014 15:03:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54F3YbC049076; Wed, 4 Jun 2014 15:03:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54F3YHh049075; Wed, 4 Jun 2014 15:03:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406041503.s54F3YHh049075@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 4 Jun 2014 15:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356505 - head/audio/spek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 15:03:35 -0000 Author: bapt Date: Wed Jun 4 15:03:34 2014 New Revision: 356505 URL: http://svnweb.freebsd.org/changeset/ports/356505 QAT: https://qat.redports.org/buildarchive/r356505/ Log: Switch to wxGTK 3.0 Modified: head/audio/spek/Makefile Modified: head/audio/spek/Makefile ============================================================================== --- head/audio/spek/Makefile Wed Jun 4 14:39:22 2014 (r356504) +++ head/audio/spek/Makefile Wed Jun 4 15:03:34 2014 (r356505) @@ -16,7 +16,7 @@ LIB_DEPENDS= libavcodec.so:${PORTSDIR}/m USES= tar:xz gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils USE_GNOME= intltool -USE_WX= 2.8+ +USE_WX= 3.0 WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes